Import 2.4.0-test2pre7
[davej-history.git] / drivers / usb / Config.in
blob2975a51d4dcfa85fb6a4bbb88b2839ca63c7ef62
2 # USB device configuration
4 mainmenu_option next_comment
5 comment 'USB support'
7 tristate 'Support for USB' CONFIG_USB
8 if [ ! "$CONFIG_USB" = "n" ]; then
9    bool '  USB verbose debug messages' CONFIG_USB_DEBUG
11 comment 'Miscellaneous USB options'
12    bool '  Preliminary USB device filesystem' CONFIG_USB_DEVICEFS
13    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
14       bool '  Enforce USB bandwidth allocation (EXPERIMENTAL)' CONFIG_USB_BANDWIDTH
15    else
16       define_bool CONFIG_USB_BANDWIDTH n
17    fi
19 comment 'USB Controllers'
20    if [ "$CONFIG_USB_UHCI_ALT" != "y" ]; then
21       dep_tristate '  UHCI (Intel PIIX4, VIA, ...) support' CONFIG_USB_UHCI $CONFIG_USB
22    fi
23    if [ "$CONFIG_USB_UHCI" != "y" ]; then
24       dep_tristate '  UHCI Alternate Driver (JE) support' CONFIG_USB_UHCI_ALT $CONFIG_USB
25    fi
26    dep_tristate '  OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support' CONFIG_USB_OHCI $CONFIG_USB
28 comment 'USB Devices'
29    dep_tristate '  USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB
30    dep_tristate '  USB Scanner support' CONFIG_USB_SCANNER $CONFIG_USB
31    dep_tristate '  USB Audio support' CONFIG_USB_AUDIO $CONFIG_USB $CONFIG_SOUND
32    dep_tristate '  USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
33    dep_tristate '  USB Serial Converter support' CONFIG_USB_SERIAL $CONFIG_USB
34    if [ "$CONFIG_USB_SERIAL" != "n" ]; then
35       bool '    USB Generic Serial Driver' CONFIG_USB_SERIAL_GENERIC
36       bool '    USB Handspring Visor Driver' CONFIG_USB_SERIAL_VISOR
37       if [ "$CONFIG_EXPERIMENTAL" != "n" ]; then
38          bool '    USB ConnectTech WhiteHEAT Serial Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_WHITEHEAT
39          bool '    USB FTDI Single Port Serial Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_FTDI_SIO
40          bool '    USB Keyspan PDA Single Port Serial Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_KEYSPAN_PDA
41          bool '    USB Digi International AccelePort USB Serial Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_DIGI_ACCELEPORT
42          bool '    USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_OMNINET
43       fi
44       bool '    USB Serial Converter verbose debug' CONFIG_USB_SERIAL_DEBUG
45    fi
46    dep_tristate '  USB IBM (Xirlink) C-it Camera support' CONFIG_USB_IBMCAM $CONFIG_USB $CONFIG_VIDEO_DEV
47    dep_tristate '  USB OV511 Camera support' CONFIG_USB_OV511 $CONFIG_USB $CONFIG_VIDEO_DEV
48    dep_tristate '  USB Kodak DC-2xx Camera support' CONFIG_USB_DC2XX $CONFIG_USB
49    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
50            dep_tristate '  USB Mustek MDC800 Digital Camera support (EXPERIMENTAL)' CONFIG_USB_MDC800 $CONFIG_USB
51       dep_tristate '  USB Mass Storage support (EXPERIMENTAL)' CONFIG_USB_STORAGE $CONFIG_USB $CONFIG_SCSI
52       if [ "$CONFIG_USB_STORAGE" != "n" ]; then
53          bool '    USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
54       fi
55    fi
56    dep_tristate '  USS720 parport driver' CONFIG_USB_USS720 $CONFIG_USB $CONFIG_PARPORT
57    dep_tristate '  DABUSB driver' CONFIG_USB_DABUSB $CONFIG_USB
58    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
59       dep_tristate '  PLUSB Prolific USB-Network driver (EXPERIMENTAL)' CONFIG_USB_PLUSB $CONFIG_USB $CONFIG_NET
60       dep_tristate '  USB ADMtek Pegasus-based device support (EXPERIMENTAL)' CONFIG_USB_PEGASUS $CONFIG_USB $CONFIG_NET
61       dep_tristate '  USB Diamond Rio500 support (EXPERIMENTAL)' CONFIG_USB_RIO500 $CONFIG_USB
62       dep_tristate '  D-Link USB FM radio support (EXPERIMENTAL)' CONFIG_USB_DSBR $CONFIG_USB $CONFIG_VIDEO_DEV
63       dep_tristate '  Microtek X6USB scanner support (EXPERIMENTAL)' CONFIG_USB_MICROTEK $CONFIG_SCSI
64    fi
66 comment 'USB HID'
67    dep_tristate '  USB Human Interface Device (HID) support' CONFIG_USB_HID $CONFIG_USB
68    if [ "$CONFIG_USB_HID" != "y" ]; then
69       dep_tristate '  USB HIDBP Keyboard support' CONFIG_USB_KBD $CONFIG_USB
70       dep_tristate '  USB HIDBP Mouse support' CONFIG_USB_MOUSE $CONFIG_USB
71    fi
72    dep_tristate '  Wacom Intuos/Graphire tablet support' CONFIG_USB_WACOM $CONFIG_USB
73    dep_tristate '  I-Force joysticks/wheels' CONFIG_INPUT_IFORCE_USB $CONFIG_USB
74       if [ "$CONFIG_INPUT_IFORCE_USB" != "n" ];  then
75          define_tristate CONFIG_INPUT_IFORCE $CONFIG_INPUT_IFORCE_USB
76       fi
77    dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV
78    dep_tristate '  Mouse support' CONFIG_INPUT_MOUSEDEV
79    if [ "$CONFIG_INPUT_MOUSEDEV" != "n" ]; then
80       int '   Horizontal screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024
81       int '   Vertical screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768
82    fi
83    dep_tristate '  Joystick support' CONFIG_INPUT_JOYDEV
84    dep_tristate '  Event interface support' CONFIG_INPUT_EVDEV
87 endmenu