diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-01-30 19:34:39 +0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-02-14 18:55:14 +0400 |
commit | 075aa0c6b1e33ff953dfd66bdc7d187011f563c0 (patch) | |
tree | ffe9a41056ed10b4c7d58c62f5ec65a9d787cf7a /drivers/parport/Kconfig | |
parent | 0383a68cd2583ef3693cbfffe5abfc4369d70d46 (diff) | |
download | linux-075aa0c6b1e33ff953dfd66bdc7d187011f563c0.tar.xz |
parport: disable PC-style parallel port support for s390
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/parport/Kconfig')
-rw-r--r-- | drivers/parport/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 0e60438ebe30..24e12d4d1769 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig @@ -35,7 +35,7 @@ if PARPORT config PARPORT_PC tristate "PC-style hardware" - depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && \ + depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && !S390 && \ (!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN && !XTENSA ---help--- You should say Y here if you have a PC-style parallel port. All |