diff options
-rw-r--r-- | drivers/staging/hv/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig index 226ed0ad2ca..4a1f4f1b5c9 100644 --- a/drivers/staging/hv/Kconfig +++ b/drivers/staging/hv/Kconfig @@ -15,7 +15,7 @@ config HYPERV_STORAGE config HYPERV_BLOCK tristate "Microsoft Hyper-V virtual block driver" - depends on BLOCK && m + depends on BLOCK && SCSI && m default n help Select this option to enable the Hyper-V virtual block driver. |