summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorKen Cox2014-03-06 20:39:30 +0100
committerGreg Kroah-Hartman2014-03-06 21:01:49 +0100
commit7091be370389e1082638567d4bbf5fe8aa2d98d8 (patch)
treee3fdef79b6602798bbe316bc885c8c485e9d7d56 /drivers/staging/unisys
parentstaging: unisys: Give exported symbols unique names (diff)
downloadkernel-qcow2-linux-7091be370389e1082638567d4bbf5fe8aa2d98d8.tar.gz
kernel-qcow2-linux-7091be370389e1082638567d4bbf5fe8aa2d98d8.tar.xz
kernel-qcow2-linux-7091be370389e1082638567d4bbf5fe8aa2d98d8.zip
Staging: unisys: virthba: Add dependency on SCSI
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>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/virthba/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/virthba/Kconfig b/drivers/staging/unisys/virthba/Kconfig
index d2ef0fc2a4f5..c0d7986e78cb 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.