diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-16 21:53:52 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-21 17:52:44 -0500 |
commit | 92f6ed4aad2fed7efb8fb34d4bdc95caedd00280 (patch) | |
tree | 9ffe550df0ac7e9934624ac05a53ec0419cf6a67 /drivers/scsi | |
parent | eb367cb6206243672ef6ec5a4db51dc9b4ea39fa (diff) |
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: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/Kconfig | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 142f632e2a2e..d56b2534f3eb 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -42,7 +42,7 @@ config SCSI_DMA | |||
42 | 42 | ||
43 | config SCSI_TGT | 43 | config SCSI_TGT |
44 | tristate "SCSI target support" | 44 | tristate "SCSI target support" |
45 | depends on SCSI && EXPERIMENTAL | 45 | depends on SCSI |
46 | ---help--- | 46 | ---help--- |
47 | If you want to use SCSI target mode drivers enable this option. | 47 | If you want to use SCSI target mode drivers enable this option. |
48 | If you choose M, the module will be called scsi_tgt. | 48 | If you choose M, the module will be called scsi_tgt. |
@@ -1392,8 +1392,8 @@ config SCSI_SYM53C416 | |||
1392 | module will be called sym53c416. | 1392 | module will be called sym53c416. |
1393 | 1393 | ||
1394 | config SCSI_DC395x | 1394 | config SCSI_DC395x |
1395 | tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support (EXPERIMENTAL)" | 1395 | tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support" |
1396 | depends on PCI && SCSI && EXPERIMENTAL | 1396 | depends on PCI && SCSI |
1397 | ---help--- | 1397 | ---help--- |
1398 | This driver supports PCI SCSI host adapters based on the ASIC | 1398 | This driver supports PCI SCSI host adapters based on the ASIC |
1399 | TRM-S1040 chip, e.g Tekram DC395(U/UW/F) and DC315(U) variants. | 1399 | TRM-S1040 chip, e.g Tekram DC395(U/UW/F) and DC315(U) variants. |
@@ -1618,8 +1618,8 @@ config GVP11_SCSI | |||
1618 | module will be called gvp11. | 1618 | module will be called gvp11. |
1619 | 1619 | ||
1620 | config SCSI_A4000T | 1620 | config SCSI_A4000T |
1621 | tristate "A4000T NCR53c710 SCSI support (EXPERIMENTAL)" | 1621 | tristate "A4000T NCR53c710 SCSI support" |
1622 | depends on AMIGA && SCSI && EXPERIMENTAL | 1622 | depends on AMIGA && SCSI |
1623 | select SCSI_SPI_ATTRS | 1623 | select SCSI_SPI_ATTRS |
1624 | help | 1624 | help |
1625 | If you have an Amiga 4000T and have SCSI devices connected to the | 1625 | If you have an Amiga 4000T and have SCSI devices connected to the |
@@ -1629,8 +1629,8 @@ config SCSI_A4000T | |||
1629 | module will be called a4000t. | 1629 | module will be called a4000t. |
1630 | 1630 | ||
1631 | config SCSI_ZORRO7XX | 1631 | config SCSI_ZORRO7XX |
1632 | tristate "Zorro NCR53c710 SCSI support (EXPERIMENTAL)" | 1632 | tristate "Zorro NCR53c710 SCSI support" |
1633 | depends on ZORRO && SCSI && EXPERIMENTAL | 1633 | depends on ZORRO && SCSI |
1634 | select SCSI_SPI_ATTRS | 1634 | select SCSI_SPI_ATTRS |
1635 | help | 1635 | help |
1636 | Support for various NCR53c710-based SCSI controllers on Zorro | 1636 | Support for various NCR53c710-based SCSI controllers on Zorro |
@@ -1807,8 +1807,8 @@ config SCSI_BFA_FC | |||
1807 | be called bfa. | 1807 | be called bfa. |
1808 | 1808 | ||
1809 | config SCSI_VIRTIO | 1809 | config SCSI_VIRTIO |
1810 | tristate "virtio-scsi support (EXPERIMENTAL)" | 1810 | tristate "virtio-scsi support" |
1811 | depends on EXPERIMENTAL && VIRTIO | 1811 | depends on VIRTIO |
1812 | help | 1812 | help |
1813 | This is the virtual HBA driver for virtio. If the kernel will | 1813 | This is the virtual HBA driver for virtio. If the kernel will |
1814 | be used in a virtual machine, say Y or M. | 1814 | be used in a virtual machine, say Y or M. |