diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-03 18:42:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-03 18:42:44 +0000 |
commit | 588039c9cd8a5ee6b2f012c441fd6fcd7b24dd60 (patch) | |
tree | 093c85b79b2c5807ffb7cae859b5c36f9e09ac47 /target | |
parent | 1c929ef068b369ac886a9f450fde3b640d7ba231 (diff) | |
download | upstream-588039c9cd8a5ee6b2f012c441fd6fcd7b24dd60.tar.gz upstream-588039c9cd8a5ee6b2f012c441fd6fcd7b24dd60.tar.bz2 upstream-588039c9cd8a5ee6b2f012c441fd6fcd7b24dd60.zip |
[ar71xx] compile SPI_GPIO driver into the kernel, required by the AP83 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16313 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 2 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.29 | 2 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index f272070026..2fcd9ccddb 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -179,7 +179,7 @@ CONFIG_SLUB=y CONFIG_SPI=y CONFIG_SPI_AR71XX=y CONFIG_SPI_BITBANG=y -# CONFIG_SPI_GPIO is not set +CONFIG_SPI_GPIO=y CONFIG_SPI_MASTER=y # CONFIG_SPI_SPIDEV is not set CONFIG_SYS_HAS_CPU_MIPS32_R1=y diff --git a/target/linux/ar71xx/config-2.6.29 b/target/linux/ar71xx/config-2.6.29 index 497fff65f3..7acfbb826c 100644 --- a/target/linux/ar71xx/config-2.6.29 +++ b/target/linux/ar71xx/config-2.6.29 @@ -184,7 +184,7 @@ CONFIG_SLUB=y CONFIG_SPI=y CONFIG_SPI_AR71XX=y CONFIG_SPI_BITBANG=y -# CONFIG_SPI_GPIO is not set +CONFIG_SPI_GPIO=y CONFIG_SPI_MASTER=y # CONFIG_SPI_SPIDEV is not set CONFIG_SYS_HAS_CPU_MIPS32_R1=y diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index 9ee6f72696..2d8de39be6 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -188,7 +188,7 @@ CONFIG_SLUB=y CONFIG_SPI=y CONFIG_SPI_AR71XX=y CONFIG_SPI_BITBANG=y -# CONFIG_SPI_GPIO is not set +CONFIG_SPI_GPIO=y CONFIG_SPI_MASTER=y # CONFIG_SPI_SPIDEV is not set CONFIG_SYS_HAS_CPU_MIPS32_R1=y |