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 | |
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')
-rw-r--r-- | target/linux/generic/config-3.0 | 8 | ||||
-rw-r--r-- | target/linux/generic/config-3.1 | 8 | ||||
-rw-r--r-- | target/linux/generic/config-3.2 | 8 | ||||
-rw-r--r-- | target/linux/generic/config-3.3 | 8 |
4 files changed, 28 insertions, 4 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 diff --git a/target/linux/generic/config-3.1 b/target/linux/generic/config-3.1 index e42255d9e3..e9a0062cf3 100644 --- a/target/linux/generic/config-3.1 +++ b/target/linux/generic/config-3.1 @@ -560,9 +560,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 @@ -1310,6 +1315,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 diff --git a/target/linux/generic/config-3.2 b/target/linux/generic/config-3.2 index f9306a57b7..033e832269 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 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 |