diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index b59727309072462fb3d0dc42935000d9570a7589..e9ea681129dfa1b4eff05599e09e5f996d189c47 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -393,7 +393,7 @@ config DM_MULTIPATH # of SCSI_DH if the latter isn't defined but if # it is, DM_MULTIPATH must depend on it. We get a build # error if SCSI_DH=m and DM_MULTIPATH=y - depends on SCSI_DH || !SCSI_DH + depends on !SCSI_DH || SCSI ---help--- Allow volume managers to support multipath hardware.