From: David S. Miller Date: Mon, 4 Jun 2007 00:39:56 +0000 (-0700) Subject: [ATA]: Don't allow to enable this for SPARC64 without PCI. X-Git-Tag: firefly_0821_release~28778^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=899b69d079713d0f568fb2700b86987aa94f29b2;p=firefly-linux-kernel-4.4.55.git [ATA]: Don't allow to enable this for SPARC64 without PCI. Based upon a report from Meelis Roos. Signed-off-by: David S. Miller --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index b4a8d6030e48..7d893a60f994 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -8,6 +8,7 @@ menuconfig ATA depends on BLOCK depends on !(M32R || M68K) || BROKEN depends on !SUN4 || BROKEN + depends on !(SPARC64 && !PCI) select SCSI ---help--- If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or