diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-24 22:41:00 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-24 22:55:03 (GMT) |
commit | 8abf1064c786ef5435b2d53cc8e9ebee13020de6 (patch) | |
tree | 959b96245a645e5d0e2138cff765cf8f9bc315ce /drivers/ata | |
parent | 9317fd4c60962d3a9423b5f9bb5d1b10cf8a0699 (diff) | |
download | linux-8abf1064c786ef5435b2d53cc8e9ebee13020de6.tar.xz |
[PATCH] libata won't build on SUN4
marked as such...
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 702fcc3..99837d9 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -7,6 +7,7 @@ menu "Serial ATA (prod) and Parallel ATA (experimental) drivers" config ATA tristate "ATA device support" depends on !(M32R || M68K) || BROKEN + depends on !SUN4 || BROKEN select SCSI ---help--- If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or |