diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-06 04:43:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-06 04:43:55 +0000 |
commit | 91aa0a7ca07219c2fef2686789813d98ad53b2f2 (patch) | |
tree | a0cf2544ea48d2757105bc0567911ece24f90cd9 /target/linux/ar71xx/config-2.6.29 | |
parent | 4c9e3682cb405d850902b7d1c54e2c8a74cbb10c (diff) | |
download | upstream-91aa0a7ca07219c2fef2686789813d98ad53b2f2.tar.gz upstream-91aa0a7ca07219c2fef2686789813d98ad53b2f2.tar.bz2 upstream-91aa0a7ca07219c2fef2686789813d98ad53b2f2.zip |
make the AP83 and VSC7385 SPI drivers available on 2.6.2[89]
SVN-Revision: 16351
Diffstat (limited to 'target/linux/ar71xx/config-2.6.29')
-rw-r--r-- | target/linux/ar71xx/config-2.6.29 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.29 b/target/linux/ar71xx/config-2.6.29 index 7acfbb826c..59265aa69b 100644 --- a/target/linux/ar71xx/config-2.6.29 +++ b/target/linux/ar71xx/config-2.6.29 @@ -182,11 +182,13 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=1 # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_SPI=y +CONFIG_SPI_AP83=y CONFIG_SPI_AR71XX=y CONFIG_SPI_BITBANG=y CONFIG_SPI_GPIO=y CONFIG_SPI_MASTER=y # CONFIG_SPI_SPIDEV is not set +# CONFIG_SPI_VSC7385 is not set CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_HAS_CPU_MIPS32_R2=y CONFIG_SYS_HAS_EARLY_PRINTK=y |