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>
This commit is contained in:
parent
0383a68cd2
commit
075aa0c6b1
|
@ -35,7 +35,7 @@ if PARPORT
|
||||||
|
|
||||||
config PARPORT_PC
|
config PARPORT_PC
|
||||||
tristate "PC-style hardware"
|
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
|
(!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN && !XTENSA
|
||||||
---help---
|
---help---
|
||||||
You should say Y here if you have a PC-style parallel port. All
|
You should say Y here if you have a PC-style parallel port. All
|
||||||
|
|
Loading…
Reference in New Issue