Ok. I didn't make 2.4.0 in 2000. Tough. I tried, but we had some
[davej-history.git] / drivers / usb / Config.in
blobe263e6a6d239a24f03d569870af6af261f310463
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 Device Class drivers'
29    dep_tristate '  USB Audio support' CONFIG_USB_AUDIO $CONFIG_USB $CONFIG_SOUND
30    dep_tristate '  USB Bluetooth support (EXPERIMENTAL)' CONFIG_USB_BLUETOOTH $CONFIG_USB $CONFIG_EXPERIMENTAL
31    dep_tristate '  USB Mass Storage support' CONFIG_USB_STORAGE $CONFIG_USB $CONFIG_SCSI
32    if [ "$CONFIG_USB_STORAGE" != "n" ]; then
33       bool '    USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG
34       bool '    Freecom USB/ATAPI Bridge support' CONFIG_USB_STORAGE_FREECOM
35    fi
36    dep_tristate '  USB Modem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB
37    dep_tristate '  USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB
39    comment 'USB Human Interface Devices (HID)'
40    if [ "$CONFIG_INPUT" = "n" ]; then
41       comment '  Input core support is needed for USB HID'
42    else
43       dep_tristate '  USB Human Interface Device (full HID) support' CONFIG_USB_HID $CONFIG_USB $CONFIG_INPUT
44       if [ "$CONFIG_USB_HID" != "y" ]; then
45          dep_tristate '  USB HIDBP Keyboard (basic) support' CONFIG_USB_KBD $CONFIG_USB $CONFIG_INPUT
46          dep_tristate '  USB HIDBP Mouse (basic) support' CONFIG_USB_MOUSE $CONFIG_USB $CONFIG_INPUT
47       fi
48       dep_tristate '  Wacom Intuos/Graphire tablet support' CONFIG_USB_WACOM $CONFIG_USB $CONFIG_INPUT
49    fi
51    comment 'USB Imaging devices'
52    dep_tristate '  USB Kodak DC-2xx Camera support' CONFIG_USB_DC2XX $CONFIG_USB
53    dep_tristate '  USB Mustek MDC800 Digital Camera support (EXPERIMENTAL)' CONFIG_USB_MDC800 $CONFIG_USB $CONFIG_EXPERIMENTAL
54    dep_tristate '  USB Scanner support' CONFIG_USB_SCANNER $CONFIG_USB
55    dep_tristate '  Microtek X6USB scanner support (EXPERIMENTAL)' CONFIG_USB_MICROTEK $CONFIG_USB $CONFIG_SCSI $CONFIG_EXPERIMENTAL
57    comment 'USB Multimedia devices'
58    dep_tristate '  USB IBM (Xirlink) C-it Camera support' CONFIG_USB_IBMCAM $CONFIG_USB $CONFIG_VIDEO_DEV
59    dep_tristate '  USB OV511 Camera support' CONFIG_USB_OV511 $CONFIG_USB $CONFIG_VIDEO_DEV
60    dep_tristate '  D-Link USB FM radio support (EXPERIMENTAL)' CONFIG_USB_DSBR $CONFIG_USB $CONFIG_VIDEO_DEV $CONFIG_EXPERIMENTAL
61    dep_tristate '  DABUSB driver' CONFIG_USB_DABUSB $CONFIG_USB
63    comment 'USB Network adaptors'
64    dep_tristate '  PLUSB Prolific USB-Network driver (EXPERIMENTAL)' CONFIG_USB_PLUSB $CONFIG_USB $CONFIG_NET $CONFIG_EXPERIMENTAL
65    dep_tristate '  USB ADMtek Pegasus-based ethernet device support (EXPERIMENTAL)' CONFIG_USB_PEGASUS $CONFIG_USB $CONFIG_NET $CONFIG_EXPERIMENTAL
66    dep_tristate '  NetChip 1080-based USB Host-to-Host Link (EXPERIMENTAL)' CONFIG_USB_NET1080 $CONFIG_USB $CONFIG_NET $CONFIG_EXPERIMENTAL
68    comment 'USB port drivers'
69    dep_tristate '  USS720 parport driver' CONFIG_USB_USS720 $CONFIG_USB $CONFIG_PARPORT
70    source drivers/usb/serial/Config.in
72    comment 'USB misc drivers'
73    dep_tristate '  USB Diamond Rio500 support (EXPERIMENTAL)' CONFIG_USB_RIO500 $CONFIG_USB $CONFIG_EXPERIMENTAL
76 endmenu