diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-31 22:53:19 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-31 22:53:19 +0000 |
commit | 5b9155bebae4972d6461697c6b2150f7eedbcb0f (patch) | |
tree | c31f31f5cc17b767f097006155364481f207bfdb /target/linux/ar71xx/config-2.6.38 | |
parent | 92e4bfb53516335320f17874fe9de472ddd40c04 (diff) |
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 |