From: Al Viro Date: Sun, 24 Sep 2006 22:40:00 +0000 (+0100) Subject: [PATCH] libata won't build on m68k and m32r X-Git-Tag: v2.6.19-rc1~1257 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9317fd4c60962d3a9423b5f9bb5d1b10cf8a0699;p=~emulex%2Finfiniband.git [PATCH] libata won't build on m68k and m32r no ioread*(), for one thing Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 5a8bdac5f5e..702fcc363bc 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -6,6 +6,7 @@ menu "Serial ATA (prod) and Parallel ATA (experimental) drivers" config ATA tristate "ATA device support" + depends on !(M32R || M68K) || BROKEN select SCSI ---help--- If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or