diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-01-30 19:32:12 +0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-02-14 18:55:13 +0400 |
commit | 0383a68cd2583ef3693cbfffe5abfc4369d70d46 (patch) | |
tree | 2f06d2c9c7bb7193adb181ca91285c853efc70c3 /drivers/ata | |
parent | 1e5635d10d8112e61776b9513491329f7b0859ce (diff) | |
download | linux-0383a68cd2583ef3693cbfffe5abfc4369d70d46.tar.xz |
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index e08d322d01d7..14c3ac9eea96 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -14,7 +14,7 @@ menuconfig ATA tristate "Serial ATA and Parallel ATA drivers" depends on HAS_IOMEM depends on BLOCK - depends on !(M32R || M68K) || BROKEN + depends on !(M32R || M68K || S390) || BROKEN select SCSI ---help--- If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or |