diff options
author | Christoph Hellwig <hch@lst.de> | 2018-03-19 08:37:51 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-03-19 22:54:47 -0400 |
commit | 94d4731cc5848e582e6cd510d57c41bc3be82045 (patch) | |
tree | 50ced1abe7c12fd6e2337542d1c192f18d835bab /drivers/scsi/Kconfig | |
parent | e184f2bf4d9f1a3c612a8c1d67e73e9cf8ab5ab9 (diff) | |
download | linux-94d4731cc5848e582e6cd510d57c41bc3be82045.tar.gz linux-94d4731cc5848e582e6cd510d57c41bc3be82045.tar.bz2 linux-94d4731cc5848e582e6cd510d57c41bc3be82045.zip |
scsi: remove the NCR53c406a driver
This driver hasn't seen any recent bug fixing and is one of the last
drivers using the scsi_module.c infrastruture that has been deprecated
15 years ago.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 117c2fb41b77..9fa0cfd5a068 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -841,18 +841,6 @@ config SCSI_IZIP_SLOW_CTR Generally, saying N is fine. -config SCSI_NCR53C406A - tristate "NCR53c406a SCSI support" - depends on ISA && SCSI - help - This is support for the NCR53c406a SCSI host adapter. For user - configurable parameters, check out <file:drivers/scsi/NCR53c406a.c> - in the kernel source. Also read the SCSI-HOWTO, available from - <http://www.tldp.org/docs.html#howto>. - - To compile this driver as a module, choose M here: the - module will be called NCR53c406. - config SCSI_NCR_D700 tristate "NCR Dual 700 MCA SCSI support" depends on MCA && SCSI |