diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-19 20:52:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-19 20:52:03 +0000 |
commit | 91c3273df9d6012b3fc7a17b2395cdd4052e0549 (patch) | |
tree | 543dba4dc06927cbbe1fb32a9d46ecadbd060e21 | |
parent | f13200ffac480920bb0d2a3e61e68bb01aa5ae18 (diff) | |
download | upstream-91c3273df9d6012b3fc7a17b2395cdd4052e0549.tar.gz upstream-91c3273df9d6012b3fc7a17b2395cdd4052e0549.tar.bz2 upstream-91c3273df9d6012b3fc7a17b2395cdd4052e0549.zip |
linux/3.8: add missing Kconfig symbols
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35686 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index 32efefd96f..a5d61c447c 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -1533,6 +1533,7 @@ CONFIG_LZMA_DECOMPRESS=y # CONFIG_MFD_AAT2870_CORE is not set # CONFIG_MFD_ARIZONA_I2C is not set # CONFIG_MFD_ARIZONA_SPI is not set +# CONFIG_MFD_AS3711 is not set # CONFIG_MFD_ASIC3 is not set # CONFIG_MFD_CORE is not set # CONFIG_MFD_CS5535 is not set @@ -1578,6 +1579,7 @@ CONFIG_MFD_SUPPORT=y # CONFIG_MFD_TPS65910 is not set # CONFIG_MFD_TPS65912_I2C is not set # CONFIG_MFD_TPS65912_SPI is not set +# CONFIG_MFD_TPS80031 is not set # CONFIG_MFD_VIPERBOARD is not set # CONFIG_MFD_VX855 is not set # CONFIG_MFD_WL1273_CORE is not set |