lkml.org 
[lkml]   [2003]   [Jun]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH][2.4] Obvious: drivers/parport/parport_serial.c depends on PCI.
Need to change the dependencies in drivers/parport/Config.in to add CONFIG_PCI
as a dependency of parport_serial. Here is a patch that works for me; this
hasn't been fixed in 2.4.21:
--- linux.orig/drivers/parport/Config.in 2001-12-21 17:41:55.000000000 +0000
+++ linux/drivers/parport/Config.in 2002-08-06 18:52:21.000000000 +0100
@@ -17,7 +17,7 @@
else
define_tristate CONFIG_PARPORT_PC_CML1 $CONFIG_PARPORT_PC
fi
- dep_tristate ' Multi-IO cards (parallel and serial)'
CONFIG_PARPORT_SERIAL $CONFIG_PARPORT_PC_CML1
+ dep_tristate ' Multi-IO cards (parallel and serial)'
CONFIG_PARPORT_SERIAL $CONFIG_PARPORT_PC_CML1 $CONFIG_PCI
fi
if [ "$CONFIG_PARPORT_PC" != "n" ]; then
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.026 / U:0.352 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site