aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 4e89103204dc..a06e608789e3 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1903,6 +1903,14 @@ config SCSI_BFA_FC
1903 To compile this driver as a module, choose M here. The module will 1903 To compile this driver as a module, choose M here. The module will
1904 be called bfa. 1904 be called bfa.
1905 1905
1906config SCSI_VIRTIO
1907 tristate "virtio-scsi support (EXPERIMENTAL)"
1908 depends on EXPERIMENTAL && VIRTIO
1909 help
1910 This is the virtual HBA driver for virtio. If the kernel will
1911 be used in a virtual machine, say Y or M.
1912
1913
1906endif # SCSI_LOWLEVEL 1914endif # SCSI_LOWLEVEL
1907 1915
1908source "drivers/scsi/pcmcia/Kconfig" 1916source "drivers/scsi/pcmcia/Kconfig"