Commit 92f6ed4a authored by Kees Cook's avatar Kees Cook Committed by Greg Kroah-Hartman
Browse files

drivers/scsi: remove depends on CONFIG_EXPERIMENTAL



The CONFIG_EXPERIMENTAL config item has not carried much meaning for a
while now and is almost always enabled by default. As agreed during the
Linux kernel summit, remove it from any "depends on" lines in Kconfigs.

CC: "James E.J. Bottomley" <JBottomley@parallels.com>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent eb367cb6
Loading
Loading
Loading
Loading
+9 −9
Original line number Original line Diff line number Diff line
@@ -42,7 +42,7 @@ config SCSI_DMA


config SCSI_TGT
config SCSI_TGT
	tristate "SCSI target support"
	tristate "SCSI target support"
	depends on SCSI && EXPERIMENTAL
	depends on SCSI
	---help---
	---help---
	  If you want to use SCSI target mode drivers enable this option.
	  If you want to use SCSI target mode drivers enable this option.
	  If you choose M, the module will be called scsi_tgt.
	  If you choose M, the module will be called scsi_tgt.
@@ -1392,8 +1392,8 @@ config SCSI_SYM53C416
	  module will be called sym53c416.
	  module will be called sym53c416.


config SCSI_DC395x
config SCSI_DC395x
	tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support (EXPERIMENTAL)"
	tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support"
	depends on PCI && SCSI && EXPERIMENTAL
	depends on PCI && SCSI
	---help---
	---help---
	  This driver supports PCI SCSI host adapters based on the ASIC
	  This driver supports PCI SCSI host adapters based on the ASIC
	  TRM-S1040 chip, e.g Tekram DC395(U/UW/F) and DC315(U) variants.
	  TRM-S1040 chip, e.g Tekram DC395(U/UW/F) and DC315(U) variants.
@@ -1618,8 +1618,8 @@ config GVP11_SCSI
	  module will be called gvp11.
	  module will be called gvp11.


config SCSI_A4000T
config SCSI_A4000T
	tristate "A4000T NCR53c710 SCSI support (EXPERIMENTAL)"
	tristate "A4000T NCR53c710 SCSI support"
	depends on AMIGA && SCSI && EXPERIMENTAL
	depends on AMIGA && SCSI
	select SCSI_SPI_ATTRS
	select SCSI_SPI_ATTRS
	help
	help
	  If you have an Amiga 4000T and have SCSI devices connected to the
	  If you have an Amiga 4000T and have SCSI devices connected to the
@@ -1629,8 +1629,8 @@ config SCSI_A4000T
	  module will be called a4000t.
	  module will be called a4000t.


config SCSI_ZORRO7XX
config SCSI_ZORRO7XX
	tristate "Zorro NCR53c710 SCSI support (EXPERIMENTAL)"
	tristate "Zorro NCR53c710 SCSI support"
	depends on ZORRO && SCSI && EXPERIMENTAL
	depends on ZORRO && SCSI
	select SCSI_SPI_ATTRS
	select SCSI_SPI_ATTRS
	help
	help
	  Support for various NCR53c710-based SCSI controllers on Zorro
	  Support for various NCR53c710-based SCSI controllers on Zorro
@@ -1807,8 +1807,8 @@ config SCSI_BFA_FC
	  be called bfa.
	  be called bfa.


config SCSI_VIRTIO
config SCSI_VIRTIO
	tristate "virtio-scsi support (EXPERIMENTAL)"
	tristate "virtio-scsi support"
	depends on EXPERIMENTAL && VIRTIO
	depends on VIRTIO
	help
	help
          This is the virtual HBA driver for virtio.  If the kernel will
          This is the virtual HBA driver for virtio.  If the kernel will
          be used in a virtual machine, say Y or M.
          be used in a virtual machine, say Y or M.