From b48a28183b4794c9cfc602e4241e4b96f89e1d07 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 25 Feb 2010 13:21:02 +0000 Subject: UBUNTU: ubuntu: dm-raid4-5: Depend on XOR_BLOCKS Needed so that 'make defconfig && make' works. Signed-off-by: Colin Watson Signed-off-by: Andy Whitcroft --- ubuntu/dm-raid4-5/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubuntu') diff --git a/ubuntu/dm-raid4-5/Kconfig b/ubuntu/dm-raid4-5/Kconfig index 3ce3296ca094..03fab6438d4d 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. -- cgit v1.2.3