From 922248023352c3526f3c2ad82d050f103281fbdf Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 30 Jun 2006 14:06:52 -0700 Subject: [PATCH] revert PARPORT_SERIAL should depend on SERIAL_8250_PCI patch Should have not been applied to 2.6.16 Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman --- drivers/parport/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 6c8452ede0e1..f63c387976cf 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig @@ -48,7 +48,7 @@ config PARPORT_PC config PARPORT_SERIAL tristate "Multi-IO cards (parallel and serial)" - depends on SERIAL_8250_PCI && PARPORT_PC && PCI + depends on SERIAL_8250 && PARPORT_PC && PCI help 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 -- cgit v1.2.3