patch-2.3.20 linux/drivers/usb/Config.in

Next file: linux/drivers/usb/Makefile
Previous file: linux/drivers/sound/esssolo1.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.19/linux/drivers/usb/Config.in linux/drivers/usb/Config.in
@@ -10,39 +10,43 @@
 
 tristate 'Support for USB (EXPERIMENTAL!)' CONFIG_USB
 if [ ! "$CONFIG_USB" = "n" ]; then
-  dep_tristate 'UHCI (intel PIIX4 and others) support' CONFIG_USB_UHCI \
+comment 'USB Controllers'
+   dep_tristate '  UHCI (Intel PIIX4 and others) support' CONFIG_USB_UHCI \
 	$CONFIG_USB
-    dep_tristate 'OHCI (compaq and some others) support' CONFIG_USB_OHCI \
+   dep_tristate '  OHCI (Compaq and some others) support' CONFIG_USB_OHCI \
 	$CONFIG_USB
 
-  if [ "$CONFIG_USB_OHCI" != "n" ]; then
-     bool '  Enable tons of OHCI debugging output' CONFIG_USB_OHCI_DEBUG
-  fi
-  dep_tristate 'OHCI-HCD (other OHCI opt. Virt. Root Hub) support' \
+   if [ "$CONFIG_USB_OHCI" != "n" ]; then
+      bool '    Enable tons of OHCI debugging output' CONFIG_USB_OHCI_DEBUG
+   fi
+   dep_tristate '  OHCI-HCD (other OHCI opt. Virt. Root Hub) support' \
 		CONFIG_USB_OHCI_HCD $CONFIG_USB
-  if [ "$CONFIG_USB_OHCI_HCD" != "n" ]; then
-     	bool '  OHCI-HCD Virtual Root Hub' CONFIG_USB_OHCI_VROOTHUB
-  fi
+   if [ "$CONFIG_USB_OHCI_HCD" != "n" ]; then
+      bool '    OHCI-HCD Virtual Root Hub' CONFIG_USB_OHCI_VROOTHUB
+   fi
 
-  bool 'Enable lots of ISOC debugging output' CONFIG_USB_DEBUG_ISOC
+comment 'Miscellaneous USB options'
+   bool '  Enable lots of ISOC debugging output' CONFIG_USB_DEBUG_ISOC
+   if [ "$CONFIG_PROC_FS" != "n" ]; then
+      bool '  Preliminary /proc/bus/usb support' CONFIG_USB_PROC
+   fi
+   dep_tristate '  EZUSB Firmware downloader' CONFIG_USB_EZUSB $CONFIG_USB
 
-  dep_tristate 'USB hub support' CONFIG_USB_HUB $CONFIG_USB
-  dep_tristate 'USB mouse support' CONFIG_USB_MOUSE $CONFIG_USB
-  dep_tristate 'USB HP scanner support' CONFIG_USB_HP_SCANNER $CONFIG_USB
-  dep_tristate 'USB keyboard support' CONFIG_USB_KBD $CONFIG_USB
-  dep_tristate 'USB audio parsing support' CONFIG_USB_AUDIO $CONFIG_USB
-  dep_tristate 'USB Communications Device Class (ACM) support' CONFIG_USB_ACM $CONFIG_USB
-  dep_tristate 'USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB
-  dep_tristate 'USB CPiA Camera support' CONFIG_USB_CPIA $CONFIG_USB
-  dep_tristate 'USB SCSI Support' CONFIG_USB_SCSI $CONFIG_USB
-  if [ "$CONFIG_USB_SCSI" != "n" ]; then
-	  dep_tristate '  USB SCSI verbose debug' CONFIG_USB_SCSI_DEBUG $CONFIG_USB_SCSI
-  fi
-  dep_tristate 'EZUSB Firmware downloader' CONFIG_USB_EZUSB $CONFIG_USB
-  dep_tristate 'USS720 parport driver' CONFIG_USB_USS720 $CONFIG_USB $CONFIG_PARPORT
-  if [ "$CONFIG_PROC_FS" != "n" ]; then
-  	bool 'Preliminary /proc/bus/usb support' CONFIG_USB_PROC
-  fi
+comment 'USB Devices'
+   dep_tristate '  USB hub support (Required!)' CONFIG_USB_HUB $CONFIG_USB
+   dep_tristate '  USB mouse support' CONFIG_USB_MOUSE $CONFIG_USB
+   dep_tristate '  USB HP scanner support' CONFIG_USB_HP_SCANNER $CONFIG_USB
+   dep_tristate '  USB keyboard support' CONFIG_USB_KBD $CONFIG_USB
+   dep_tristate '  USB audio parsing support' CONFIG_USB_AUDIO $CONFIG_USB
+   dep_tristate '  USB Communications Device Class (ACM) support' CONFIG_USB_ACM $CONFIG_USB
+   dep_tristate '  USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB
+   dep_tristate '  USB Belkin and Peracom serial support' CONFIG_USB_SERIAL $CONFIG_USB
+   dep_tristate '  USB CPiA Camera support' CONFIG_USB_CPIA $CONFIG_USB
+   dep_tristate '  USB SCSI Support' CONFIG_USB_SCSI $CONFIG_USB
+   if [ "$CONFIG_USB_SCSI" != "n" ]; then
+      bool '    USB SCSI verbose debug' CONFIG_USB_SCSI_DEBUG
+   fi
+   dep_tristate '  USS720 parport driver' CONFIG_USB_USS720 $CONFIG_USB $CONFIG_PARPORT
 fi
 
 endmenu

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