UBUNTU: ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
authorColin Watson <cjwatson@canonical.com>
Thu, 25 Feb 2010 13:21:02 +0000 (13:21 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:48:31 +0000 (06:48 -0700)
Needed so that 'make defconfig && make' works.

Signed-off-by: Colin Watson <cjwatson@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

ubuntu/dm-raid4-5/Kconfig

index 3ce3296..03fab64 100644 (file)
@@ -1,6 +1,6 @@
 config DM_RAID45
        tristate "RAID 4/5 target (EXPERIMENTAL)"
-       depends on BLK_DEV_DM && EXPERIMENTAL
+       depends on BLK_DEV_DM && XOR_BLOCKS && EXPERIMENTAL
        default m
        ---help---
        A target that supports RAID4 and RAID5 mappings.