patch-2.4.0-test4 linux/drivers/char/pcmcia/Config.in
Next file: linux/drivers/char/pcwd.c
Previous file: linux/drivers/char/pc_keyb.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Tue Jul 11 19:02:37 2000
- Orig file:
v2.4.0-test3/linux/drivers/char/pcmcia/Config.in
- Orig date:
Fri Jan 21 18:19:16 2000
diff -u --recursive --new-file v2.4.0-test3/linux/drivers/char/pcmcia/Config.in linux/drivers/char/pcmcia/Config.in
@@ -3,12 +3,12 @@
#
if [ "$CONFIG_SERIAL" = "n" ]; then
- define_bool CONFIG_PCMCIA_SERIAL n
+ define_tristate CONFIG_PCMCIA_SERIAL n
else
if [ "$CONFIG_SERIAL" = "m" -o "$CONFIG_PCMCIA" = "m" ]; then
- define_bool CONFIG_PCMCIA_SERIAL m
+ define_tristate CONFIG_PCMCIA_SERIAL m
else
- define_bool CONFIG_PCMCIA_SERIAL y
+ define_tristate CONFIG_PCMCIA_SERIAL y
fi
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)