aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWen-chien Jesse Sung <jesse.sung@canonical.com>2013-02-22 16:00:58 +0800
committerLubomir Rintel <lkundrak@v3.sk>2019-07-22 19:40:03 +0200
commit780f4d3d1b801805d10538c372ece424e8b593a2 (patch)
treeaa83b5f75070b30cae1b048db62971904cf78c8f
parenta5f5eb2bc3134bc093cd43196f4be378ae33df6d (diff)
downloadlinux-mmp3-dell-ariel-780f4d3d1b801805d10538c372ece424e8b593a2.tar.gz
Modify CONFIG_DM related options
* enable CONFIG_DM_SNAPSHOT * disable CONFIG_DM_MULTIPATH and CONFIG_DM_DELAY Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>
-rw-r--r--debian.dajia/config/config.common.ubuntu8
1 files changed, 3 insertions, 5 deletions
diff --git a/debian.dajia/config/config.common.ubuntu b/debian.dajia/config/config.common.ubuntu
index a79443c5bd7cb..ada821fe2881f 100644
--- a/debian.dajia/config/config.common.ubuntu
+++ b/debian.dajia/config/config.common.ubuntu
@@ -940,14 +940,12 @@ CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
# CONFIG_DM_CRYPT is not set
-# CONFIG_DM_SNAPSHOT is not set
+CONFIG_DM_SNAPSHOT=y
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
CONFIG_DM_ZERO=y
-CONFIG_DM_MULTIPATH=y
-CONFIG_DM_MULTIPATH_QL=y
-CONFIG_DM_MULTIPATH_ST=y
-CONFIG_DM_DELAY=y
+# CONFIG_DM_MULTIPATH is not set
+# CONFIG_DM_DELAY is not set
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_TARGET_CORE is not set