diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2008-01-31 18:13:34 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-07 19:02:33 -0500 |
commit | 0bb67f181834044db6e9b15c7d5cc3cce0489bfd (patch) | |
tree | 028d0c510e8f219c660c4369e32bb6bc8d556ab1 /drivers/scsi/Kconfig | |
parent | f8d9d654fcc7dd87f5d0b222e233eaab15d650c4 (diff) |
[SCSI] sun3x_esp: convert to esp_scsi
Converted sun3x_esp driver to use esp_scsi.c
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 14fc7f39e83e..fa86f340cbb3 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1779,6 +1779,7 @@ config SUN3_SCSI | |||
1779 | config SUN3X_ESP | 1779 | config SUN3X_ESP |
1780 | bool "Sun3x ESP SCSI" | 1780 | bool "Sun3x ESP SCSI" |
1781 | depends on SUN3X && SCSI=y | 1781 | depends on SUN3X && SCSI=y |
1782 | select SCSI_SPI_ATTRS | ||
1782 | help | 1783 | help |
1783 | The ESP was an on-board SCSI controller used on Sun 3/80 | 1784 | The ESP was an on-board SCSI controller used on Sun 3/80 |
1784 | machines. Say Y here to compile in support for it. | 1785 | machines. Say Y here to compile in support for it. |