1config USB 2 bool 3 4config USB_UHCI 5 bool 6 default y if PCI_DEVICES 7 depends on PCI 8 9config USB_OHCI 10 bool 11 default y if PCI_DEVICES 12 depends on PCI 13 14config USB_EHCI 15 bool 16 default y if PCI_DEVICES 17 depends on PCI 18 19config USB_EHCI_SYSBUS 20 bool 21 22config USB_XHCI 23 bool 24 default y if PCI_DEVICES 25 depends on PCI 26 27config USB_XHCI_NEC 28 bool 29 default y if PCI_DEVICES 30 depends on PCI 31 32config USB_MUSB 33 bool 34 35config TUSB6010 36 bool 37 38config USB_TABLET_WACOM 39 bool 40 41config USB_STORAGE_BOT 42 bool 43 44config USB_STORAGE_UAS 45 bool 46 47config USB_AUDIO 48 bool 49 50config USB_SERIAL 51 bool 52 53config USB_NETWORK 54 bool 55 56config USB_BLUETOOTH 57 bool 58 59config USB_SMARTCARD 60 bool 61 62config USB_STORAGE_MTP 63 bool 64