diff options
| author | Kees Cook <keescook@chromium.org> | 2013-01-16 21:53:53 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-21 17:52:45 -0500 |
| commit | fbc0606378ca33b9667613ee3cc431c6e193ad4f (patch) | |
| tree | 46a594f8be25511c562b6f6688a2d3a4907e594a /drivers/scsi/arm | |
| parent | 92f6ed4aad2fed7efb8fb34d4bdc95caedd00280 (diff) | |
drivers/scsi/arm: 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: Russell King <linux@arm.linux.org.uk>
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/arm')
| -rw-r--r-- | drivers/scsi/arm/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/arm/Kconfig b/drivers/scsi/arm/Kconfig index a8587f1f5e7e..cfd172a439c9 100644 --- a/drivers/scsi/arm/Kconfig +++ b/drivers/scsi/arm/Kconfig | |||
| @@ -64,19 +64,19 @@ config SCSI_POWERTECSCSI | |||
| 64 | you have one of these, say Y. If unsure, say N. | 64 | you have one of these, say Y. If unsure, say N. |
| 65 | 65 | ||
| 66 | comment "The following drivers are not fully supported" | 66 | comment "The following drivers are not fully supported" |
| 67 | depends on ARCH_ACORN && EXPERIMENTAL | 67 | depends on ARCH_ACORN |
| 68 | 68 | ||
| 69 | config SCSI_CUMANA_1 | 69 | config SCSI_CUMANA_1 |
| 70 | tristate "CumanaSCSI I support (EXPERIMENTAL)" | 70 | tristate "CumanaSCSI I support" |
| 71 | depends on ARCH_ACORN && EXPERIMENTAL && SCSI | 71 | depends on ARCH_ACORN && SCSI |
| 72 | select SCSI_SPI_ATTRS | 72 | select SCSI_SPI_ATTRS |
| 73 | help | 73 | help |
| 74 | This enables support for the Cumana SCSI I card. If you have an | 74 | This enables support for the Cumana SCSI I card. If you have an |
| 75 | Acorn system with one of these, say Y. If unsure, say N. | 75 | Acorn system with one of these, say Y. If unsure, say N. |
| 76 | 76 | ||
| 77 | config SCSI_OAK1 | 77 | config SCSI_OAK1 |
| 78 | tristate "Oak SCSI support (EXPERIMENTAL)" | 78 | tristate "Oak SCSI support" |
| 79 | depends on ARCH_ACORN && EXPERIMENTAL && SCSI | 79 | depends on ARCH_ACORN && SCSI |
| 80 | select SCSI_SPI_ATTRS | 80 | select SCSI_SPI_ATTRS |
| 81 | help | 81 | help |
| 82 | This enables support for the Oak SCSI card. If you have an Acorn | 82 | This enables support for the Oak SCSI card. If you have an Acorn |
