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.0 | |
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.0')
-rw-r--r-- | target/linux/generic/config-3.0 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index 9e77c1b2eb..c2b6a6f8ee 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -555,9 +555,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_DNET is not set # CONFIG_DNOTIFY is not set # CONFIG_DRAGONRISE_FF is not set @@ -1297,6 +1302,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 |