patch-2.3.26 linux/drivers/block/Config.in

Next file: linux/drivers/block/hpt34x.c
Previous file: linux/arch/sparc64/kernel/signal32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.25/linux/drivers/block/Config.in linux/drivers/block/Config.in
@@ -209,9 +209,9 @@
 # controls the choices given to the user ...
 
 if [ "$CONFIG_PARPORT" = "y" -o "$CONFIG_PARPORT" = "n" ]; then
-   define_bool CONFIG_PARIDE_PARPORT y
+   define_tristate CONFIG_PARIDE_PARPORT y
 else
-   define_bool CONFIG_PARIDE_PARPORT m
+   define_tristate CONFIG_PARIDE_PARPORT m
 fi
 dep_tristate 'Parallel port IDE device support' CONFIG_PARIDE $CONFIG_PARIDE_PARPORT
 if [ "$CONFIG_PARIDE" = "y" -o "$CONFIG_PARIDE" = "m" ]; then

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)