Skip to content

Commit 65a15d6

Browse files
bjking1martinkpetersen
authored andcommitted
scsi: ipr: Remove SATA support
Linux SATA support in ipr has always been limited to SATA DVDs. The last systems that had the option of including a SATA DVD was Power 8, which have been withdrawn for some time now, so this support can be removed. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Link: https://lore.kernel.org/r/20230412174015.114764-1-brking@linux.vnet.ibm.com Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Reviewed-by: John Garry <john.g.garry@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 0c028b6 commit 65a15d6

File tree

3 files changed

+11
-830
lines changed

3 files changed

+11
-830
lines changed

drivers/scsi/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,7 @@ config SCSI_SYM53C8XX_MMIO
971971

972972
config SCSI_IPR
973973
tristate "IBM Power Linux RAID adapter support"
974-
depends on PCI && SCSI && ATA
975-
select SATA_HOST
974+
depends on PCI && SCSI
976975
select FW_LOADER
977976
select IRQ_POLL
978977
select SGL_ALLOC

0 commit comments

Comments
 (0)