diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-03 19:50:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-03 19:50:04 +0000 |
commit | 0755481965d1e47640458086fc213b0c43f96eb6 (patch) | |
tree | a6ea64f156c9259845d8c67a1f46d84232bba5ac /target/linux/ar71xx/config-2.6.30 | |
parent | ce93834602989db99ce592228182f4e41b4fadca (diff) | |
download | upstream-0755481965d1e47640458086fc213b0c43f96eb6.tar.gz upstream-0755481965d1e47640458086fc213b0c43f96eb6.tar.bz2 upstream-0755481965d1e47640458086fc213b0c43f96eb6.zip |
add another SPI controller driver for the earlier AP83 boards
SVN-Revision: 16315
Diffstat (limited to 'target/linux/ar71xx/config-2.6.30')
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index 2d8de39be6..cc3bcd4e91 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -186,6 +186,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=1 # CONFIG_SLOW_WORK 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 |