dm: Enable DM_RAID, DM_FLAKEY as modules

Note these are currently experimental.

svn path=/dists/trunk/linux-2.6/; revision=17499
This commit is contained in:
Ben Hutchings 2011-05-30 21:08:26 +00:00
parent 0377974d09
commit 90fdd9f2e5
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View File

@ -23,6 +23,8 @@ linux-2.6 (3.0~rc1-1~experimental.1) UNRELEASED; urgency=low
* can: Enable CAN_SOFTING, CAN_SOFTING_CS as modules
* mtd: Enable MTD_SWAP as module
* of, proc: Enable PROC_DEVICETREE
* dm: Enable DM_RAID, DM_FLAKEY as modules. Note these are currently
experimental.
-- Ben Hutchings <ben@decadent.org.uk> Sat, 21 May 2011 22:13:08 +0100

View File

@ -819,6 +819,7 @@ CONFIG_BLK_DEV_DM=m
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_MIRROR=m
CONFIG_DM_RAID=m
CONFIG_DM_LOG_USERSPACE=m
CONFIG_DM_ZERO=m
CONFIG_DM_MULTIPATH=m
@ -826,6 +827,7 @@ CONFIG_DM_MULTIPATH_QL=m
CONFIG_DM_MULTIPATH_ST=m
CONFIG_DM_DELAY=m
CONFIG_DM_UEVENT=y
CONFIG_DM_FLAKEY=m
##
## file: drivers/media/Kconfig