Merge with 2.3.99-pre1.
[linux-2.6/linux-mips.git] / drivers / usb / Config.in
blobfbb7562dcac336d670400393feed662da058dc18
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
10 comment 'USB Controllers'
11    dep_tristate '  UHCI (Intel PIIX4, VIA, ...) support' CONFIG_USB_UHCI $CONFIG_USB
12    if [ "$CONFIG_USB_UHCI" != "y" ]; then
13       dep_tristate '  UHCI Alternate Driver (JE) support' CONFIG_USB_UHCI_ALT $CONFIG_USB
14       if [ "$CONFIG_USB_UHCI_ALT" != "n" -a "$CONFIG_EXPERIMENTAL" = "y" ]; then
15          bool '    UHCI unlink optimizations (EXPERIMENTAL)' CONFIG_USB_UHCI_ALT_UNLINK_OPTIMIZE
16       fi
17    fi
18    dep_tristate '  OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support' CONFIG_USB_OHCI $CONFIG_USB
20 comment 'Miscellaneous USB options'
21    bool '  Preliminary USB device filesystem' CONFIG_USB_DEVICEFS
23 comment 'USB Devices'
24    dep_tristate '  USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB
25    dep_tristate '  USB Scanner support' CONFIG_USB_SCANNER $CONFIG_USB
26    dep_tristate '  USB Audio support' CONFIG_USB_AUDIO $CONFIG_USB
27    dep_tristate '  USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
28    dep_tristate '  USB Serial Converter support' CONFIG_USB_SERIAL $CONFIG_USB
29    if [ "$CONFIG_USB_SERIAL" != "n" ]; then
30       bool '    USB Generic Serial Driver' CONFIG_USB_SERIAL_GENERIC
31       bool '    USB Handspring Visor Driver' CONFIG_USB_SERIAL_VISOR
32       if [ "$CONFIG_EXPERIMENTAL" != "n" ]; then
33          bool '    USB ConnectTech WhiteHEAT Serial Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_WHITEHEAT
34          bool '    USB FTDI Single Port Serial Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_FTDI_SIO
35          bool '    USB Keyspan PDA Single Port Serial Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_KEYSPAN_PDA
36       fi
37    fi
38    dep_tristate '  USB CPiA Camera support' CONFIG_USB_CPIA $CONFIG_USB
39    dep_tristate '  USB IBM (Xirlink) C-it Camera support' CONFIG_USB_IBMCAM $CONFIG_USB
40    dep_tristate '  USB OV511 Camera support' CONFIG_USB_OV511 $CONFIG_USB
41    dep_tristate '  USB Kodak DC-2xx Camera support' CONFIG_USB_DC2XX $CONFIG_USB
42    dep_tristate '  USB Mass Storage support' CONFIG_USB_STORAGE $CONFIG_USB
43    if [ "$CONFIG_USB_STORAGE" != "n" ]; then
44       bool '    USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
45    fi
46    dep_tristate '  USS720 parport driver' CONFIG_USB_USS720 $CONFIG_USB $CONFIG_PARPORT
47    dep_tristate '  DABUSB driver' CONFIG_USB_DABUSB $CONFIG_USB
48    dep_tristate '  PLUSB Prolific USB-Network driver' CONFIG_USB_PLUSB $CONFIG_USB
49    dep_tristate '  USB ADMtek Pegasus-based device support' CONFIG_USB_PEGASUS $CONFIG_USB
50    dep_tristate '  USB Diamond Rio500 support' CONFIG_USB_RIO500 $CONFIG_USB
51    dep_tristate '  D-Link USB FM radio support' CONFIG_USB_DSBR $CONFIG_USB
52    
53 comment 'USB HID'
54    dep_tristate '  USB Human Interface Device (HID) support' CONFIG_USB_HID $CONFIG_USB
55    if [ "$CONFIG_USB_HID" != "y" ]; then
56       dep_tristate '  USB HIDBP Keyboard support' CONFIG_USB_KBD $CONFIG_USB
57       dep_tristate '  USB HIDBP Mouse support' CONFIG_USB_MOUSE $CONFIG_USB
58    fi
59    dep_tristate '  Wacom Intuos/Graphire tablet support' CONFIG_USB_WACOM $CONFIG_USB
60    dep_tristate '  Logitech WingMan Force joystick support' CONFIG_USB_WMFORCE $CONFIG_USB
61    dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_USB
62    dep_tristate '  Mouse support' CONFIG_INPUT_MOUSEDEV $CONFIG_USB
63    if [ "$CONFIG_INPUT_MOUSEDEV" != "n" ]; then
64       bool '    Mix all mice into one device' CONFIG_INPUT_MOUSEDEV_MIX
65       bool '    Support for digitizers' CONFIG_INPUT_MOUSEDEV_DIGITIZER
66       if [ "$CONFIG_INPUT_MOUSEDEV_DIGITIZER" != "n" ]; then
67          int '     Horizontal screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024
68          int '      Vertical screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768
69       fi
70    fi
71    dep_tristate '  Joystick support' CONFIG_INPUT_JOYDEV $CONFIG_USB
72    dep_tristate '  Event interface support' CONFIG_INPUT_EVDEV $CONFIG_USB
75 endmenu