patch-2.4.0-test5 linux/drivers/pcmcia/Config.in

Next file: linux/drivers/pcmcia/cs.c
Previous file: linux/drivers/pci/pci.ids
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/pcmcia/Config.in linux/drivers/pcmcia/Config.in
@@ -1,16 +1,24 @@
 #
 # PCMCIA bus subsystem configuration
 #
+# Right now the non-CardBus choices are not supported
+# by the integrated kernel driver.
+#
 mainmenu_option next_comment
 comment 'PCMCIA/CardBus support'
 
-tristate 'PCMCIA/CardBus support' CONFIG_PCMCIA
+dep_tristate 'CardBus support' CONFIG_PCMCIA $CONFIG_PCI
 if [ "$CONFIG_PCMCIA" != "n" ]; then
-   if [ "$CONFIG_PCI" != "n" ]; then
-      bool '  CardBus support' CONFIG_CARDBUS
-   fi
-   bool '  i82365 compatible bridge support' CONFIG_I82365
-   bool '  Databook TCIC host bridge support' CONFIG_TCIC
+  define_bool CONFIG_CARDBUS y
 fi
+
+#tristate 'PCMCIA/CardBus support' CONFIG_PCMCIA
+#if [ "$CONFIG_PCMCIA" != "n" ]; then
+#   if [ "$CONFIG_PCI" != "n" ]; then
+#      bool '  CardBus support' CONFIG_CARDBUS
+#   fi
+#   bool '  i82365 compatible bridge support' CONFIG_I82365
+#   bool '  Databook TCIC host bridge support' CONFIG_TCIC
+#fi
 
 endmenu

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