diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 05:33:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 05:33:38 +0000 |
commit | 8614f2c7ed794e2f21118577cf64040574adb413 (patch) | |
tree | 41aa759add9e160e339cceb81fa6eb1ceba3a440 /target/linux | |
parent | f83c011d776b3b582af201c5a53240c6165da8cc (diff) | |
download | upstream-8614f2c7ed794e2f21118577cf64040574adb413.tar.gz upstream-8614f2c7ed794e2f21118577cf64040574adb413.tar.bz2 upstream-8614f2c7ed794e2f21118577cf64040574adb413.zip |
add missing Kconfig symbol
SVN-Revision: 15420
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.29 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index 1015c8dcc9..1299442086 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -233,6 +233,7 @@ CONFIG_SPI_BITBANG=y # CONFIG_SPI_GPIO_OLD is not set CONFIG_SPI_MASTER=y # CONFIG_SPI_SPIDEV is not set +# CONFIG_SSB_DRIVER_MIPS is not set CONFIG_SSB_POSSIBLE=y CONFIG_SYSVIPC_SYSCTL=y 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 abeddbf5d6..cdaa05dd0d 100644 --- a/target/linux/ar71xx/config-2.6.29 +++ b/target/linux/ar71xx/config-2.6.29 @@ -240,6 +240,7 @@ CONFIG_SPI_BITBANG=y # CONFIG_SPI_GPIO_OLD is not set CONFIG_SPI_MASTER=y # CONFIG_SPI_SPIDEV is not set +# CONFIG_SSB_DRIVER_MIPS is not set CONFIG_SSB_POSSIBLE=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y |