patch-2.3.27 linux/drivers/char/pcmcia/Config.in

Next file: linux/drivers/char/pcmcia/Makefile
Previous file: linux/drivers/char/n_hdlc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.26/linux/drivers/char/pcmcia/Config.in linux/drivers/char/pcmcia/Config.in
@@ -0,0 +1,31 @@
+#
+# PCMCIA character device configuration
+#
+
+mainmenu_option next_comment
+comment 'PCMCIA character device support'
+
+if [ "$CONFIG_SERIAL" = "y" ]; then
+   dep_tristate '  PCMCIA serial device support' \
+      CONFIG_PCMCIA_SERIAL_CS $CONFIG_PCMCIA
+   if [ "$CONFIG_CARDBUS" = "y" ]; then
+      dep_tristate '  CardBus serial device support' \
+         CONFIG_PCMCIA_SERIAL_CB $CONFIG_PCMCIA
+   fi
+fi
+
+if [ "$CONFIG_SERIAL" = "m" ]; then
+   dep_tristate '  PCMCIA serial device support' \
+      CONFIG_PCMCIA_SERIAL_CS m
+   if [ "$CONFIG_CARDBUS" = "y" ]; then
+      dep_tristate '  CardBus serial device support' \
+         CONFIG_PCMCIA_SERIAL_CB m
+   fi
+fi
+
+if [ "$CONFIG_PCMCIA_SERIAL_CS" = "y" -o \
+     "$CONFIG_PCMCIA_SERIAL_CB" = "y" ]; then
+   define_bool CONFIG_PCMCIA_CHRDEV y
+fi
+
+endmenu

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