[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>
This commit is contained in:
parent
94b82095d0
commit
a1b9168d83
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ config PARPORT_PC_SUPERIO
|
||||||
|
|
||||||
config PARPORT_PC_PCMCIA
|
config PARPORT_PC_PCMCIA
|
||||||
tristate "Support for PCMCIA management for PC-style ports"
|
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
|
help
|
||||||
Say Y here if you need PCMCIA support for your PC-style parallel
|
Say Y here if you need PCMCIA support for your PC-style parallel
|
||||||
ports. If unsure, say N.
|
ports. If unsure, say N.
|
||||||
|
|
Loading…
Add table
Reference in a new issue