aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/parport/Kconfig10
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig
index 70694ce38be2..f5366850af7a 100644
--- a/drivers/parport/Kconfig
+++ b/drivers/parport/Kconfig
@@ -31,13 +31,17 @@ menuconfig PARPORT
31 31
32 If unsure, say Y. 32 If unsure, say Y.
33 33
34config ARCH_MIGHT_HAVE_PC_PARPORT
35 bool
36 help
37 Select this config option from the architecture Kconfig if
38 the architecture might have PC parallel port hardware.
39
34if PARPORT 40if PARPORT
35 41
36config PARPORT_PC 42config PARPORT_PC
37 tristate "PC-style hardware" 43 tristate "PC-style hardware"
38 depends on (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && !S390 && \ 44 depends on ARCH_MIGHT_HAVE_PC_PARPORT
39 (!M68K || ISA) && !MN10300 && !AVR32 && !BLACKFIN && \
40 !XTENSA && !CRIS && !H8300
41 45
42 ---help--- 46 ---help---
43 You should say Y here if you have a PC-style parallel port. All 47 You should say Y here if you have a PC-style parallel port. All