diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-04 15:53:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-04 15:53:52 +0000 |
commit | 90e89bf4a9161a157b880f6b5f562b6568f28ee3 (patch) | |
tree | 990976cfa4b253e87338f32909dfe2b6a0149a02 /target/linux/generic/config-3.2 | |
parent | 152f38a6151124f5b676b744ea1cab112a71fc9a (diff) | |
download | mtk-20170518-90e89bf4a9161a157b880f6b5f562b6568f28ee3.zip mtk-20170518-90e89bf4a9161a157b880f6b5f562b6568f28ee3.tar.gz mtk-20170518-90e89bf4a9161a157b880f6b5f562b6568f28ee3.tar.bz2 |
add missing DM/MD config symbols
SVN-Revision: 31197
Diffstat (limited to 'target/linux/generic/config-3.2')
-rw-r--r-- | target/linux/generic/config-3.2 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2 index f9306a5..033e832 100644 --- a/target/linux/generic/config-3.2 +++ b/target/linux/generic/config-3.2 @@ -568,9 +568,14 @@ CONFIG_DEVPORT=y # CONFIG_DMATEST is not set # CONFIG_DMA_API_DEBUG is not set # CONFIG_DMA_ENGINE is not set +# CONFIG_DM_DEBUG is not set +# CONFIG_DM_DELAY is not set # CONFIG_DM_LOG_USERSPACE is not set -# CONFIG_DM_RAID is not set # CONFIG_DM_FLAKEY is not set +# CONFIG_DM_MULTIPATH is not set +# CONFIG_DM_RAID is not set +# CONFIG_DM_UEVENT is not set +# CONFIG_DM_ZERO is not set # CONFIG_DM_THIN_PROVISIONING is not set # CONFIG_DNET is not set # CONFIG_DNOTIFY is not set @@ -1338,6 +1343,7 @@ CONFIG_LZMA_DECOMPRESS=y # CONFIG_MARVELL_PHY is not set # CONFIG_MAX63XX_WATCHDOG is not set # CONFIG_MD is not set +# CONFIG_MD_FAULTY is not set # CONFIG_MDIO_BITBANG is not set # CONFIG_MEDIA_ATTACH is not set # CONFIG_MEDIA_CONTROLLER is not set |