If CONFIG_SCSI is not enabled, compiling virthba.c goes horribly wrong with
undefined symbols.

Reported-by: kbuild test robot <fengguang...@intel.com>
Signed-off-by: Ken Cox <j...@redhat.com>
---
 drivers/staging/unisys/virthba/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/unisys/virthba/Kconfig 
b/drivers/staging/unisys/virthba/Kconfig
index d2ef0fc..c0d7986 100644
--- a/drivers/staging/unisys/virthba/Kconfig
+++ b/drivers/staging/unisys/virthba/Kconfig
@@ -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.
 
-- 
1.8.5.3

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to