diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-06-18 08:00:48 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-18 08:00:48 -0400 |
commit | 14228a49913850493c7f9eb4501438c32da353f7 (patch) | |
tree | c2a7659494be68b310d94723ca0c3196038449e2 /drivers/parport | |
parent | 427abfa28afedffadfca9dd8b067eb6d36bac53f (diff) |
[SERIAL] PARPORT_SERIAL should depend on SERIAL_8250_PCI
Since parport_serial uses symbols from 8250_pci, there should
be a dependency between the configuration symbols for these
two modules. Problem reported by Andrey Borzenkov
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/parport')
-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 f63c387976cf..6c8452ede0e1 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig | |||
@@ -48,7 +48,7 @@ config PARPORT_PC | |||
48 | 48 | ||
49 | config PARPORT_SERIAL | 49 | config PARPORT_SERIAL |
50 | tristate "Multi-IO cards (parallel and serial)" | 50 | tristate "Multi-IO cards (parallel and serial)" |
51 | depends on SERIAL_8250 && PARPORT_PC && PCI | 51 | depends on SERIAL_8250_PCI && PARPORT_PC && PCI |
52 | help | 52 | help |
53 | This adds support for multi-IO PCI cards that have parallel and | 53 | This adds support for multi-IO PCI cards that have parallel and |
54 | serial ports. You should say Y or M here. If you say M, the module | 54 | serial ports. You should say Y or M here. If you say M, the module |