mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 14:51:00 +07:00
parport: disable for xtensa arch
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
This commit is contained in:
parent
eb9a63a1e5
commit
715ec944f6
@ -36,7 +36,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 && \
|
||||||
(!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN
|
(!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
|
||||||
IBM PC compatible computers and some Alphas have PC-style
|
IBM PC compatible computers and some Alphas have PC-style
|
||||||
|
Loading…
Reference in New Issue
Block a user