diff options
-rw-r--r-- | drivers/parport/Kconfig | 10 |
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 | ||
34 | config 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 | |||
34 | if PARPORT | 40 | if PARPORT |
35 | 41 | ||
36 | config PARPORT_PC | 42 | config 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 |