aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r--drivers/md/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 1eee45b69b71..d949b781f6f8 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -268,13 +268,14 @@ config DM_MIRROR
268 needed for live data migration tools such as 'pvmove'. 268 needed for live data migration tools such as 'pvmove'.
269 269
270config DM_RAID 270config DM_RAID
271 tristate "RAID 1/4/5/6 target" 271 tristate "RAID 1/4/5/6/10 target"
272 depends on BLK_DEV_DM 272 depends on BLK_DEV_DM
273 select MD_RAID1 273 select MD_RAID1
274 select MD_RAID10
274 select MD_RAID456 275 select MD_RAID456
275 select BLK_DEV_MD 276 select BLK_DEV_MD
276 ---help--- 277 ---help---
277 A dm target that supports RAID1, RAID4, RAID5 and RAID6 mappings 278 A dm target that supports RAID1, RAID10, RAID4, RAID5 and RAID6 mappings
278 279
279 A RAID-5 set of N drives with a capacity of C MB per drive provides 280 A RAID-5 set of N drives with a capacity of C MB per drive provides
280 the capacity of C * (N - 1) MB, and protects against a failure 281 the capacity of C * (N - 1) MB, and protects against a failure