[PATCH 1/2] UBUNTU: ubuntu: dm-raid4-5: Depend on XOR_BLOCKS

Colin Watson cjwatson at canonical.com
Thu Feb 25 23:21:02 UTC 2010


Needed so that 'make defconfig && make' works.

Signed-off-by: Colin Watson <cjwatson at canonical.com>
---
 ubuntu/dm-raid4-5/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ubuntu/dm-raid4-5/Kconfig b/ubuntu/dm-raid4-5/Kconfig
index 3ce3296..03fab64 100644
--- a/ubuntu/dm-raid4-5/Kconfig
+++ b/ubuntu/dm-raid4-5/Kconfig
@@ -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.
-- 
1.7.0




More information about the kernel-team mailing list