[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>

authored by Russell King and committed by Russell King 14228a49 427abfa2

+1 -1
+1 -1
drivers/parport/Kconfig
··· 48 48 49 49 config PARPORT_SERIAL 50 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 52 help 53 53 This adds support for multi-IO PCI cards that have parallel and 54 54 serial ports. You should say Y or M here. If you say M, the module