diff options
author | Christoph Hellwig <hch@lst.de> | 2019-04-22 19:35:09 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2019-04-29 14:13:43 +0200 |
commit | c6bcc592362a933ce52aed54531d42909b007e88 (patch) | |
tree | 2ef60fa14918061a7bfa0508ad11922bf6100452 /drivers | |
parent | scsi: aic7xxx: fix spelling mistake "recevied" -> "received" (diff) | |
download | linux-c6bcc592362a933ce52aed54531d42909b007e88.tar.xz linux-c6bcc592362a933ce52aed54531d42909b007e88.zip |
scsi: aic7xxx: improve the Kconfig entry
There is no old vs new driver anymore.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/aic7xxx/Kconfig.aic7xxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/Kconfig.aic7xxx b/drivers/scsi/aic7xxx/Kconfig.aic7xxx index 55ac55ee6068..40fe08a64535 100644 --- a/drivers/scsi/aic7xxx/Kconfig.aic7xxx +++ b/drivers/scsi/aic7xxx/Kconfig.aic7xxx @@ -3,7 +3,7 @@ # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $ # config SCSI_AIC7XXX - tristate "Adaptec AIC7xxx Fast -> U160 support (New Driver)" + tristate "Adaptec AIC7xxx Fast -> U160 support" depends on (PCI || EISA) && SCSI select SCSI_SPI_ATTRS ---help--- |