patch-2.1.82 linux/drivers/block/Config.in
Next file: linux/drivers/block/ide-cd.c
Previous file: linux/arch/i386/math-emu/reg_ld_str.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Sun Jan 25 09:59:59 1998
- Orig file:
v2.1.81/linux/drivers/block/Config.in
- Orig date:
Wed Dec 31 16:42:56 1997
diff -u --recursive --new-file v2.1.81/linux/drivers/block/Config.in linux/drivers/block/Config.in
@@ -71,13 +71,17 @@
fi
tristate 'XT harddisk support' CONFIG_BLK_DEV_XD
+# PARIDE doesn't need PARPORT, but if PARPORT is configured as a module,
+# PARIDE must also be a module. The bogus CONFIG_PARIDE_PARPORT option
+# controls the choices given to the user ...
+
if [ "$CONFIG_PARPORT" = "y" -o "$CONFIG_PARPORT" = "n" ] ; then
define_bool CONFIG_PARIDE_PARPORT y
else
define_bool CONFIG_PARIDE_PARPORT m
fi
dep_tristate 'Parallel port IDE device support' CONFIG_PARIDE $CONFIG_PARIDE_PARPORT
-if [ "$CONFIG_PARIDE" != "n" ]; then
+if [ "$CONFIG_PARIDE" = "y" -o "$CONFIG_PARIDE" = "m" ]; then
source drivers/block/paride/Config.in
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov