|
@@ -5,6 +5,12 @@
|
|
# Parport configuration.
|
|
# Parport configuration.
|
|
#
|
|
#
|
|
|
|
|
|
|
|
+config ARCH_MIGHT_HAVE_PC_PARPORT
|
|
|
|
+ bool
|
|
|
|
+ help
|
|
|
|
+ Select this config option from the architecture Kconfig if
|
|
|
|
+ the architecture might have PC parallel port hardware.
|
|
|
|
+
|
|
menuconfig PARPORT
|
|
menuconfig PARPORT
|
|
tristate "Parallel port support"
|
|
tristate "Parallel port support"
|
|
depends on HAS_IOMEM
|
|
depends on HAS_IOMEM
|
|
@@ -31,12 +37,6 @@ menuconfig PARPORT
|
|
|
|
|
|
If unsure, say Y.
|
|
If unsure, say Y.
|
|
|
|
|
|
-config ARCH_MIGHT_HAVE_PC_PARPORT
|
|
|
|
- bool
|
|
|
|
- help
|
|
|
|
- Select this config option from the architecture Kconfig if
|
|
|
|
- the architecture might have PC parallel port hardware.
|
|
|
|
-
|
|
|
|
if PARPORT
|
|
if PARPORT
|
|
|
|
|
|
config PARPORT_PC
|
|
config PARPORT_PC
|