diff mbox

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

Message ID 20100225232102.GN4409@riva.ucam.org
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

Colin Watson Feb. 25, 2010, 11:21 p.m. UTC
Needed so that 'make defconfig && make' works.

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

Comments

Andy Whitcroft Feb. 27, 2010, 8:25 p.m. UTC | #1
Applied to Lucid.

-apw
diff mbox

Patch

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.