diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-24 18:41:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-24 18:55:03 -0400 |
commit | 8abf1064c786ef5435b2d53cc8e9ebee13020de6 (patch) | |
tree | 959b96245a645e5d0e2138cff765cf8f9bc315ce /drivers | |
parent | 9317fd4c60962d3a9423b5f9bb5d1b10cf8a0699 (diff) |
[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')
-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 702fcc363bc0..99837d932f36 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -7,6 +7,7 @@ menu "Serial ATA (prod) and Parallel ATA (experimental) drivers" | |||
7 | config ATA | 7 | config ATA |
8 | tristate "ATA device support" | 8 | tristate "ATA device support" |
9 | depends on !(M32R || M68K) || BROKEN | 9 | depends on !(M32R || M68K) || BROKEN |
10 | depends on !SUN4 || BROKEN | ||
10 | select SCSI | 11 | select SCSI |
11 | ---help--- | 12 | ---help--- |
12 | If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or | 13 | If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or |