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 | |
| parent | f83c011d776b3b582af201c5a53240c6165da8cc (diff) | |
| download | mtk-20170518-8614f2c7ed794e2f21118577cf64040574adb413.zip mtk-20170518-8614f2c7ed794e2f21118577cf64040574adb413.tar.gz mtk-20170518-8614f2c7ed794e2f21118577cf64040574adb413.tar.bz2 | |
add missing Kconfig symbol
SVN-Revision: 15420
| -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 1015c8d..1299442 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 abeddbf..cdaa05d 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 |
