Staging: unisys: virthba: Add dependency on SCSI
authorKen Cox <jkc@redhat.com>
Thu, 6 Mar 2014 19:39:30 +0000 (13:39 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Mar 2014 20:01:49 +0000 (12:01 -0800)
If CONFIG_SCSI is not enabled, compiling virthba.c goes horribly wrong with
undefined symbols.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Ken Cox <jkc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/virthba/Kconfig

index d2ef0fc2a4f545bbc893012148cfb07d64b509a0..c0d7986e78cb62d8de76db8968dc6543bf5a9478 100644 (file)
@@ -4,7 +4,7 @@
 
 config UNISYS_VIRTHBA
        tristate "Unisys virthba driver"
-       depends on UNISYSSPAR && UNISYS_VISORCHIPSET && UNISYS_CHANNELSTUB && UNISYS_UISLIB && UNISYS_VIRTPCI
+       depends on UNISYSSPAR && UNISYS_VISORCHIPSET && UNISYS_CHANNELSTUB && UNISYS_UISLIB && UNISYS_VIRTPCI && SCSI
        ---help---
        If you say Y here, you will enable the Unisys virthba driver.