diff options
-rw-r--r-- | drivers/parport/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 725a14119f2a..b8241561da45 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig | |||
@@ -77,7 +77,7 @@ config PARPORT_PC_SUPERIO | |||
77 | 77 | ||
78 | config PARPORT_PC_PCMCIA | 78 | config PARPORT_PC_PCMCIA |
79 | tristate "Support for PCMCIA management for PC-style ports" | 79 | tristate "Support for PCMCIA management for PC-style ports" |
80 | depends on PARPORT!=n && (PCMCIA!=n && PARPORT_PC=m && PARPORT_PC || PARPORT_PC=y && PCMCIA) | 80 | depends on PCMCIA && PARPORT_PC |
81 | help | 81 | help |
82 | Say Y here if you need PCMCIA support for your PC-style parallel | 82 | Say Y here if you need PCMCIA support for your PC-style parallel |
83 | ports. If unsure, say N. | 83 | ports. If unsure, say N. |