diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-29 00:33:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-29 00:33:27 +0000 |
commit | 27d2411711dfed2b292644b24dd26c2c2a4129d9 (patch) | |
tree | 8dc0fb6a0f34208f000eb2f84d04a04030759c33 | |
parent | b95d7f74dde31de4edb4a080ecaf7f03ac5b379e (diff) | |
download | upstream-27d2411711dfed2b292644b24dd26c2c2a4129d9.tar.gz upstream-27d2411711dfed2b292644b24dd26c2c2a4129d9.tar.bz2 upstream-27d2411711dfed2b292644b24dd26c2c2a4129d9.zip |
add missing configuration symbols
SVN-Revision: 18594
-rwxr-xr-x | target/linux/ubicom32/config-2.6.28 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ubicom32/config-2.6.28 b/target/linux/ubicom32/config-2.6.28 index a3518a082d..ff32f092ea 100755 --- a/target/linux/ubicom32/config-2.6.28 +++ b/target/linux/ubicom32/config-2.6.28 @@ -100,6 +100,7 @@ CONFIG_LEGACY_PTYS=y CONFIG_LIBCRC32C=y # CONFIG_LINKER_RELAXATION is not set # CONFIG_MISC_DEVICES is not set +# CONFIG_MMC_UBICOM32 is not set # CONFIG_MMU is not set CONFIG_MODULE_FORCE_LOAD=y # CONFIG_MODULE_UNLOAD is not set @@ -139,6 +140,7 @@ CONFIG_SPI_MASTER=y # CONFIG_SPI_SPIDEV is not set CONFIG_SPI_UBICOM32_GPIO=y CONFIG_SPI=y +# CONFIG_SND_UBI32 is not set # CONFIG_STOP_ON_BUG is not set # CONFIG_STOP_ON_TRAP is not set # CONFIG_SYSCTL_SYSCALL_CHECK is not set |