diff options
author | Chris Wright <chrisw@sous-sol.org> | 2006-06-30 14:06:52 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-30 14:06:52 -0700 |
commit | 922248023352c3526f3c2ad82d050f103281fbdf (patch) | |
tree | ae668cd2c6b887f83cac2021c07f2d20e8cc8290 | |
parent | 70a00d8615ea4c408978d6efc23c89d4e7c12518 (diff) |
[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 <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-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 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 |