diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-03 18:42:44 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-03 18:42:44 +0000 |
commit | fbe305f3b43421b3874e77533fb1602deacb8ac9 (patch) | |
tree | 093c85b79b2c5807ffb7cae859b5c36f9e09ac47 /target | |
parent | 88e339025e4b7f422fded066e34358616dd210a3 (diff) |
[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 f27207002..2fcd9ccdd 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 497fff65f..7acfbb826 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 9ee6f7269..2d8de39be 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 |