mirror of https://gitee.com/openkylin/linux.git
Parport driver: disable pc-style parport on Blackfin systems
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
7f0f598a00
commit
66359f8490
|
@ -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
|
(!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN
|
||||||
---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