patch-2.3.13 linux/drivers/parport/Config.in

Next file: linux/drivers/parport/Makefile
Previous file: linux/drivers/net/znet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/drivers/parport/Config.in linux/drivers/parport/Config.in
@@ -11,6 +11,11 @@
   if [ "$CONFIG_PARPORT_PC" != "n" ]; then
     bool '   Use FIFO/DMA if available' CONFIG_PARPORT_PC_FIFO
   fi
+  if [ "$CONFIG_PARPORT_PC" = "y" ]; then
+    # Don't bother with this if parport_pc is a module; it only affects
+    # the presence or not of some __init's, which are no-ops for modules.
+    bool '   Support for PCMCIA management for PC-style ports' CONFIG_PARPORT_PC_PCMCIA
+  fi
   if [ "$CONFIG_ARM" = "y" ]; then
     dep_tristate '   Archimedes hardware' CONFIG_PARPORT_ARC $CONFIG_PARPORT
   fi

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