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.3 | |
parent | 152f38a6151124f5b676b744ea1cab112a71fc9a (diff) | |
download | upstream-90e89bf4a9161a157b880f6b5f562b6568f28ee3.tar.gz upstream-90e89bf4a9161a157b880f6b5f562b6568f28ee3.tar.bz2 upstream-90e89bf4a9161a157b880f6b5f562b6568f28ee3.zip |
add missing DM/MD config symbols
SVN-Revision: 31197
Diffstat (limited to 'target/linux/generic/config-3.3')
-rw-r--r-- | target/linux/generic/config-3.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 023a99c522..9578f15a8d 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -575,9 +575,14 @@ CONFIG_DEVPORT=y # CONFIG_DMA_API_DEBUG is not set # CONFIG_DMA_ENGINE is not set # CONFIG_DMA_SHARED_BUFFER 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 @@ -1350,6 +1355,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 |