Commit 0383a68cd2583ef3693cbfffe5abfc4369d70d46
Committed by
Martin Schwidefsky
1 parent
1e5635d10d
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
ata: disable ATA for s390
Add s390 to the list of architectures that don' want ATA. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/ata/Kconfig
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | tristate "Serial ATA and Parallel ATA drivers" |
15 | 15 | depends on HAS_IOMEM |
16 | 16 | depends on BLOCK |
17 | - depends on !(M32R || M68K) || BROKEN | |
17 | + depends on !(M32R || M68K || S390) || BROKEN | |
18 | 18 | select SCSI |
19 | 19 | ---help--- |
20 | 20 | If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or |