dm raid: select the Kconfig option CONFIG_MD_RAID0
authorMikulas Patocka <mpatocka@redhat.com>
Tue, 28 Mar 2017 16:53:39 +0000 (12:53 -0400)
committerMike Snitzer <snitzer@redhat.com>
Thu, 30 Mar 2017 15:17:08 +0000 (11:17 -0400)
commit7b81ef8b14f80033e4a4168d199a0f5fd79b9426
tree8627849f50494cb305f6bd7037ff1d53a189f238
parent6e53636fe81465d6810f4e0910e7238edf12a133
dm raid: select the Kconfig option CONFIG_MD_RAID0

Since the commit 0cf4503174c1 ("dm raid: add support for the MD RAID0
personality"), the dm-raid subsystem can activate a RAID-0 array.
Therefore, add MD_RAID0 to the dependencies of DM_RAID, so that MD_RAID0
will be selected when DM_RAID is selected.

Fixes: 0cf4503174c1 ("dm raid: add support for the MD RAID0 personality")
Cc: stable@vger.kernel.org # v4.2+
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/Kconfig