RAID-10 (mirrored striping) mode (EXPERIMENTAL)

modulename: raid10.ko

configname: CONFIG_MD_RAID10

Linux Kernel Configuration
└─>Device Drivers
└─>Multiple devices driver support (RAID and LVM)
└─>RAID-10 (mirrored striping) mode (EXPERIMENTAL)
In linux kernel since version 2.6.20 (release Date: 2007-02-04)  
RAID-10 provides a combination of striping (RAID-0) and
mirroring (RAID-1) with easier configuration and more flexible
layout.
Unlike RAID-0, but like RAID-1, RAID-10 requires all devices to
be the same size (or at least, only as much as the smallest device
will be used).
RAID-10 provides a variety of layouts that provide different levels
of redundancy and performance.

RAID-10 requires mdadm-1.7.0 or later, available at:

ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/

If unsure, say Y.

source code:
depends
CONFIG_BLK_DEV_MD
CONFIG_EXPERIMENTAL
CONFIG_MD

is depended by
CONFIG_DM_RAID