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 | ce93834602989db99ce592228182f4e41b4fadca (patch) | |
tree | 960fe81941513b144f1a3afecdde6b1ef7c89555 /target/linux/ar71xx | |
parent | 5eb8242162b6ee24b39f87d50c88bd7162581219 (diff) | |
download | upstream-ce93834602989db99ce592228182f4e41b4fadca.tar.gz upstream-ce93834602989db99ce592228182f4e41b4fadca.tar.bz2 upstream-ce93834602989db99ce592228182f4e41b4fadca.zip |
compile SPI_GPIO driver into the kernel, required by the AP83 boards
SVN-Revision: 16313
Diffstat (limited to 'target/linux/ar71xx')
-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 |