hw/usb: extract sysbus-ohci to a separate file
[qemu/ar7.git] / hw / usb / Kconfig
blobf569ed7eeaa12f85091dc958706c7a5cf13e11fb
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_SYSBUS
15     bool
16     select USB_OHCI
18 config USB_OHCI_PCI
19     bool
20     default y if PCI_DEVICES
21     depends on PCI
22     select USB_OHCI
24 config USB_EHCI
25     bool
26     select USB
28 config USB_EHCI_PCI
29     bool
30     default y if PCI_DEVICES
31     select USB_EHCI
33 config USB_EHCI_SYSBUS
34     bool
35     select USB_EHCI
37 config USB_XHCI
38     bool
39     select USB
41 config USB_XHCI_PCI
42     bool
43     default y if PCI_DEVICES || PCIE_DEVICES
44     depends on PCI
45     select USB_XHCI
47 config USB_XHCI_NEC
48     bool
49     default y if PCI_DEVICES
50     select USB_XHCI_PCI
52 config USB_XHCI_SYSBUS
53     bool
54     select USB_XHCI
56 config USB_MUSB
57     bool
58     select USB
60 config USB_DWC2
61     bool
62     select USB
64 config TUSB6010
65     bool
66     select USB_MUSB
68 config USB_TABLET_WACOM
69     bool
70     default y
71     depends on USB
73 config USB_STORAGE_CORE
74     bool
75     depends on USB
76     select SCSI
78 config USB_STORAGE_CLASSIC
79     bool
80     default y
81     depends on USB
82     select USB_STORAGE_CORE
84 config USB_STORAGE_BOT
85     bool
86     default y
87     depends on USB
88     select USB_STORAGE_CORE
90 config USB_STORAGE_UAS
91     bool
92     default y
93     depends on USB
94     select SCSI
96 config USB_AUDIO
97     bool
98     default y
99     depends on USB
101 config USB_SERIAL
102     bool
103     default y
104     depends on USB
106 config USB_NETWORK
107     bool
108     default y
109     depends on USB
111 config USB_SMARTCARD
112     bool
113     default y
114     depends on USB
116 config USB_STORAGE_MTP
117     bool
118     default y
119     depends on USB
121 config USB_U2F
122     bool
123     default y
124     depends on USB
126 config USB_CANOKEY
127     bool
128     default y
129     depends on USB
131 config IMX_USBPHY
132     bool
133     default y
134     depends on USB
136 config USB_DWC3
137     bool
138     select USB_XHCI_SYSBUS
139     select REGISTER
141 config XLNX_USB_SUBSYS
142     bool
143     select USB_DWC3