hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards
[qemu/ar7.git] / hw / usb / Kconfig
blob40093d7ea6bf9166debdad7b6e08473a4cfa2e2a
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     select USB
24 config USB_EHCI_PCI
25     bool
26     default y if PCI_DEVICES
27     select USB_EHCI
29 config USB_EHCI_SYSBUS
30     bool
31     select USB_EHCI
33 config USB_XHCI
34     bool
35     select USB
37 config USB_XHCI_PCI
38     bool
39     default y if PCI_DEVICES
40     depends on PCI
41     select USB_XHCI
43 config USB_XHCI_NEC
44     bool
45     default y if PCI_DEVICES
46     select USB_XHCI_PCI
48 config USB_XHCI_SYSBUS
49     bool
50     select USB_XHCI
52 config USB_MUSB
53     bool
54     select USB
56 config USB_DWC2
57     bool
58     select USB
60 config TUSB6010
61     bool
62     select USB_MUSB
64 config USB_TABLET_WACOM
65     bool
66     default y
67     depends on USB
69 config USB_STORAGE_BOT
70     bool
71     default y
72     depends on USB
73     select SCSI
75 config USB_STORAGE_UAS
76     bool
77     default y
78     depends on USB
79     select SCSI
81 config USB_AUDIO
82     bool
83     default y
84     depends on USB
86 config USB_SERIAL
87     bool
88     default y
89     depends on USB
91 config USB_NETWORK
92     bool
93     default y
94     depends on USB
96 config USB_SMARTCARD
97     bool
98     default y
99     depends on USB
101 config USB_STORAGE_MTP
102     bool
103     default y
104     depends on USB
106 config USB_U2F
107     bool
108     default y
109     depends on USB
111 config IMX_USBPHY
112     bool
113     default y
114     depends on USB
116 config USB_DWC3
117     bool
118     select USB_XHCI_SYSBUS
119     select REGISTER
121 config XLNX_USB_SUBSYS
122     bool
123     default y if XLNX_VERSAL
124     select USB_DWC3