Merge remote-tracking branch 'remotes/armbru/tags/pull-build-2019-07-02-v2' into...
[qemu/ar7.git] / hw / usb / Kconfig
blob564305e2833903c8471b285bdcf1d8481141f3a3
1 config USB
2     bool
4 config USB_UHCI
5     bool
6     default y if PCI_DEVICES
7     depends on PCI
8     select USB
10 config USB_OHCI
11     bool
12     select USB
14 config USB_OHCI_PCI
15     bool
16     default y if PCI_DEVICES
17     depends on PCI
18     select USB_OHCI
20 config USB_EHCI
21     bool
22     default y if PCI_DEVICES
23     depends on PCI
24     select USB
26 config USB_EHCI_SYSBUS
27     bool
28     select USB
30 config USB_XHCI
31     bool
32     default y if PCI_DEVICES
33     depends on PCI
34     select USB
36 config USB_XHCI_NEC
37     bool
38     default y if PCI_DEVICES
39     depends on PCI
40     select USB
42 config USB_MUSB
43     bool
44     select USB
46 config TUSB6010
47     bool
48     select USB_MUSB
50 config USB_TABLET_WACOM
51     bool
52     default y
53     depends on USB
55 config USB_STORAGE_BOT
56     bool
57     default y
58     depends on USB
59     select SCSI
61 config USB_STORAGE_UAS
62     bool
63     default y
64     depends on USB
65     select SCSI
67 config USB_AUDIO
68     bool
69     default y
70     depends on USB
72 config USB_SERIAL
73     bool
74     default y
75     depends on USB
77 config USB_NETWORK
78     bool
79     default y
80     depends on USB
82 config USB_BLUETOOTH
83     bool
84     default y
85     depends on USB
87 config USB_SMARTCARD
88     bool
89     default y
90     depends on USB
92 config USB_STORAGE_MTP
93     bool
94     default y
95     depends on USB