Commit 899b69d0 authored by David S. Miller's avatar David S. Miller

[ATA]: Don't allow to enable this for SPARC64 without PCI.

Based upon a report from Meelis Roos.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e11a6c23
...@@ -8,6 +8,7 @@ menuconfig ATA ...@@ -8,6 +8,7 @@ menuconfig ATA
depends on BLOCK depends on BLOCK
depends on !(M32R || M68K) || BROKEN depends on !(M32R || M68K) || BROKEN
depends on !SUN4 || BROKEN depends on !SUN4 || BROKEN
depends on !(SPARC64 && !PCI)
select SCSI select SCSI
---help--- ---help---
If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment