summaryrefslogtreecommitdiffstats
path: root/drivers/parport
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-01-06 00:19:52 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-06 08:33:58 -0800
commita1b9168d83962fbb05859c1ecaa57fd4f53cf38e (patch)
tree24339cec1f3bcfac09b4c0daaefa00c6dae2473a /drivers/parport
parent94b82095d0f5d6a72a0c619f54645727ebf66642 (diff)
downloadop-kernel-dev-a1b9168d83962fbb05859c1ecaa57fd4f53cf38e.zip
op-kernel-dev-a1b9168d83962fbb05859c1ecaa57fd4f53cf38e.tar.gz
[PATCH] simplify PARPORT_PC_PCMCIA dependencies
Unless I miss something, this should be the simplest way to express the intended dependencies. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/parport')
-rw-r--r--drivers/parport/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig
index 725a141..b824156 100644
--- a/drivers/parport/Kconfig
+++ b/drivers/parport/Kconfig
@@ -77,7 +77,7 @@ config PARPORT_PC_SUPERIO
config PARPORT_PC_PCMCIA
tristate "Support for PCMCIA management for PC-style ports"
- depends on PARPORT!=n && (PCMCIA!=n && PARPORT_PC=m && PARPORT_PC || PARPORT_PC=y && PCMCIA)
+ depends on PCMCIA && PARPORT_PC
help
Say Y here if you need PCMCIA support for your PC-style parallel
ports. If unsure, say N.
OpenPOWER on IntegriCloud