Commit 92f6ed4aad2fed7efb8fb34d4bdc95caedd00280
Committed by
Greg Kroah-Hartman
1 parent
eb367cb620
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 9 additions and 9 deletions Side-by-side Diff
drivers/scsi/Kconfig
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | |
43 | 43 | config SCSI_TGT |
44 | 44 | tristate "SCSI target support" |
45 | - depends on SCSI && EXPERIMENTAL | |
45 | + depends on SCSI | |
46 | 46 | ---help--- |
47 | 47 | If you want to use SCSI target mode drivers enable this option. |
48 | 48 | If you choose M, the module will be called scsi_tgt. |
... | ... | @@ -1392,8 +1392,8 @@ |
1392 | 1392 | module will be called sym53c416. |
1393 | 1393 | |
1394 | 1394 | config SCSI_DC395x |
1395 | - tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support (EXPERIMENTAL)" | |
1396 | - depends on PCI && SCSI && EXPERIMENTAL | |
1395 | + tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support" | |
1396 | + depends on PCI && SCSI | |
1397 | 1397 | ---help--- |
1398 | 1398 | This driver supports PCI SCSI host adapters based on the ASIC |
1399 | 1399 | TRM-S1040 chip, e.g Tekram DC395(U/UW/F) and DC315(U) variants. |
... | ... | @@ -1618,8 +1618,8 @@ |
1618 | 1618 | module will be called gvp11. |
1619 | 1619 | |
1620 | 1620 | config SCSI_A4000T |
1621 | - tristate "A4000T NCR53c710 SCSI support (EXPERIMENTAL)" | |
1622 | - depends on AMIGA && SCSI && EXPERIMENTAL | |
1621 | + tristate "A4000T NCR53c710 SCSI support" | |
1622 | + depends on AMIGA && SCSI | |
1623 | 1623 | select SCSI_SPI_ATTRS |
1624 | 1624 | help |
1625 | 1625 | If you have an Amiga 4000T and have SCSI devices connected to the |
... | ... | @@ -1629,8 +1629,8 @@ |
1629 | 1629 | module will be called a4000t. |
1630 | 1630 | |
1631 | 1631 | config SCSI_ZORRO7XX |
1632 | - tristate "Zorro NCR53c710 SCSI support (EXPERIMENTAL)" | |
1633 | - depends on ZORRO && SCSI && EXPERIMENTAL | |
1632 | + tristate "Zorro NCR53c710 SCSI support" | |
1633 | + depends on ZORRO && SCSI | |
1634 | 1634 | select SCSI_SPI_ATTRS |
1635 | 1635 | help |
1636 | 1636 | Support for various NCR53c710-based SCSI controllers on Zorro |
... | ... | @@ -1807,8 +1807,8 @@ |
1807 | 1807 | be called bfa. |
1808 | 1808 | |
1809 | 1809 | config SCSI_VIRTIO |
1810 | - tristate "virtio-scsi support (EXPERIMENTAL)" | |
1811 | - depends on EXPERIMENTAL && VIRTIO | |
1810 | + tristate "virtio-scsi support" | |
1811 | + depends on VIRTIO | |
1812 | 1812 | help |
1813 | 1813 | This is the virtual HBA driver for virtio. If the kernel will |
1814 | 1814 | be used in a virtual machine, say Y or M. |