Merge with 2.3.99-pre9.
[linux-2.6/linux-mips.git] / drivers / usb / Config.in
blob74253ed994f226d2e7dde9ac1156ed82b9aad289
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
14 comment 'USB Controllers'
15    if [ "$CONFIG_USB_UHCI_ALT" != "y" ]; then
16       dep_tristate '  UHCI (Intel PIIX4, VIA, ...) support' CONFIG_USB_UHCI $CONFIG_USB
17    fi
18    if [ "$CONFIG_USB_UHCI" != "y" ]; then
19       dep_tristate '  UHCI Alternate Driver (JE) support' CONFIG_USB_UHCI_ALT $CONFIG_USB
20    fi
21    dep_tristate '  OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support' CONFIG_USB_OHCI $CONFIG_USB
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 $CONFIG_SOUND
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          bool '    USB Digi International AccelePort USB Serial Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_DIGI_ACCELEPORT
37          bool '    USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)' CONFIG_USB_SERIAL_OMNINET
38       fi
39       bool '    USB Serial Converter verbose debug' CONFIG_USB_SERIAL_DEBUG
40    fi
41    dep_tristate '  USB IBM (Xirlink) C-it Camera support' CONFIG_USB_IBMCAM $CONFIG_USB $CONFIG_VIDEO_DEV
42    dep_tristate '  USB OV511 Camera support' CONFIG_USB_OV511 $CONFIG_USB $CONFIG_VIDEO_DEV
43    dep_tristate '  USB Kodak DC-2xx Camera support' CONFIG_USB_DC2XX $CONFIG_USB
44    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
45            dep_tristate '  USB Mustek MDC800 Digital Camera support (EXPERIMENTAL)' CONFIG_USB_MDC800 $CONFIG_USB
46       dep_tristate '  USB Mass Storage support (EXPERIMENTAL)' CONFIG_USB_STORAGE $CONFIG_USB $CONFIG_SCSI
47       if [ "$CONFIG_USB_STORAGE" != "n" ]; then
48          bool '    USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
49       fi
50    fi
51    dep_tristate '  USS720 parport driver' CONFIG_USB_USS720 $CONFIG_USB $CONFIG_PARPORT
52    dep_tristate '  DABUSB driver' CONFIG_USB_DABUSB $CONFIG_USB
53    if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
54       dep_tristate '  PLUSB Prolific USB-Network driver (EXPERIMENTAL)' CONFIG_USB_PLUSB $CONFIG_USB $CONFIG_NET
55       dep_tristate '  USB ADMtek Pegasus-based device support (EXPERIMENTAL)' CONFIG_USB_PEGASUS $CONFIG_USB $CONFIG_NET
56       dep_tristate '  USB Diamond Rio500 support (EXPERIMENTAL)' CONFIG_USB_RIO500 $CONFIG_USB
57       dep_tristate '  D-Link USB FM radio support (EXPERIMENTAL)' CONFIG_USB_DSBR $CONFIG_USB $CONFIG_VIDEO_DEV
58    fi
60 comment 'USB HID'
61    dep_tristate '  USB Human Interface Device (HID) support' CONFIG_USB_HID $CONFIG_USB
62    if [ "$CONFIG_USB_HID" != "y" ]; then
63       dep_tristate '  USB HIDBP Keyboard support' CONFIG_USB_KBD $CONFIG_USB
64       dep_tristate '  USB HIDBP Mouse support' CONFIG_USB_MOUSE $CONFIG_USB
65    fi
66    dep_tristate '  Wacom Intuos/Graphire tablet support' CONFIG_USB_WACOM $CONFIG_USB
67    dep_tristate '  Logitech WingMan Force joystick support' CONFIG_USB_WMFORCE $CONFIG_USB
68    dep_tristate '  Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_USB
69    dep_tristate '  Mouse support' CONFIG_INPUT_MOUSEDEV $CONFIG_USB
70    if [ "$CONFIG_INPUT_MOUSEDEV" != "n" ]; then
71       int '   Horizontal screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_X 1024
72       int '   Vertical screen resolution' CONFIG_INPUT_MOUSEDEV_SCREEN_Y 768
73    fi
74    dep_tristate '  Joystick support' CONFIG_INPUT_JOYDEV $CONFIG_USB
75    dep_tristate '  Event interface support' CONFIG_INPUT_EVDEV $CONFIG_USB
78 endmenu