Commit f2973ffb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] parport dependency fix

From: Geert Uytterhoeven <geert@linux-m68k.org>

PCI multi-IO card support depends on PCI
parent 488ddba5
...@@ -54,7 +54,7 @@ config PARPORT_PC_CML1 ...@@ -54,7 +54,7 @@ config PARPORT_PC_CML1
config PARPORT_SERIAL config PARPORT_SERIAL
tristate "Multi-IO cards (parallel and serial)" tristate "Multi-IO cards (parallel and serial)"
depends on SERIAL_8250!=n && PARPORT_PC_CML1 depends on SERIAL_8250!=n && PARPORT_PC_CML1 && PCI
help help
This adds support for multi-IO PCI cards that have parallel and This adds support for multi-IO PCI cards that have parallel and
serial ports. You should say Y or M here. If you say M, the module serial ports. You should say Y or M here. If you say M, the module
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment