diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-24 18:40:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-24 18:55:03 -0400 |
commit | 9317fd4c60962d3a9423b5f9bb5d1b10cf8a0699 (patch) | |
tree | 8cb4defddbca4c661bbd25b2a288ebe4d8be26e8 /drivers/ata | |
parent | 638b093255e12e066ae16b8750f37383603f7bd8 (diff) |
[PATCH] libata won't build on m68k and m32r
no ioread*(), for one thing
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 5a8bdac5f5e8..702fcc363bc0 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -6,6 +6,7 @@ menu "Serial ATA (prod) and Parallel ATA (experimental) drivers" | |||
6 | 6 | ||
7 | config ATA | 7 | config ATA |
8 | tristate "ATA device support" | 8 | tristate "ATA device support" |
9 | depends on !(M32R || M68K) || BROKEN | ||
9 | select SCSI | 10 | select SCSI |
10 | ---help--- | 11 | ---help--- |
11 | If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or | 12 | If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or |