diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-05-31 22:53:19 +0000 |
commit | e7a7ee1db170f1954bf1a3e99f66ce3aded7b3b0 (patch) | |
tree | c31f31f5cc17b767f097006155364481f207bfdb /target/linux/ar71xx/config-2.6.38 | |
parent | 208eb6ab2e1c0258298dec5caac7a15afdb469ee (diff) | |
download | upstream-e7a7ee1db170f1954bf1a3e99f66ce3aded7b3b0.tar.gz upstream-e7a7ee1db170f1954bf1a3e99f66ce3aded7b3b0.tar.bz2 upstream-e7a7ee1db170f1954bf1a3e99f66ce3aded7b3b0.zip |
ar71xx: add SOC_AR{71XX,724X,913X,934X} config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-2.6.38')
-rw-r--r-- | target/linux/ar71xx/config-2.6.38 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.38 b/target/linux/ar71xx/config-2.6.38 index d35330dd95..1e4a9ff1ee 100644 --- a/target/linux/ar71xx/config-2.6.38 +++ b/target/linux/ar71xx/config-2.6.38 @@ -175,6 +175,10 @@ CONFIG_SERIAL_8250_NR_UARTS=1 CONFIG_SERIAL_8250_RUNTIME_UARTS=1 # CONFIG_SLAB is not set CONFIG_SLUB=y +CONFIG_SOC_AR71XX=y +CONFIG_SOC_AR724X=y +CONFIG_SOC_AR913X=y +CONFIG_SOC_AR934X=y CONFIG_SPI=y CONFIG_SPI_AP83=y CONFIG_SPI_AR71XX=y |