diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-20 11:25:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-12-20 11:25:22 -0800 |
commit | 17eb2c3b56afe72f76330b5db657c8b4fc98aa39 (patch) | |
tree | 89aaaf505626209729ca0843467288f070680e58 /drivers/md/Kconfig | |
parent | 3c378158d4cd2125b42fe2b8bb23d512fdff6fe6 (diff) | |
parent | 91e106259214b40e992a58fb9417da46868e19b2 (diff) | |
download | linux-sh-17eb2c3b56afe72f76330b5db657c8b4fc98aa39.tar.gz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
* git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm:
dm crypt: use bio_add_page
dm: merge max_hw_sector
dm: trigger change uevent on rename
dm crypt: fix write endio
dm mpath: hp requires scsi
dm: table detect io beyond device
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r-- | drivers/md/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 9b6fbf044fd8..3fa7c77d9bd9 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -269,7 +269,7 @@ config DM_MULTIPATH_RDAC config DM_MULTIPATH_HP tristate "HP MSA multipath support (EXPERIMENTAL)" - depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL + depends on DM_MULTIPATH && BLK_DEV_DM && SCSI && EXPERIMENTAL ---help--- Multipath support for HP MSA (Active/Passive) series hardware. |