block/core: add generic infrastructure for x-blockdev-amend qmp command
[qemu/ar7.git] / hw / usb / Kconfig
blobd4d8c37c289795b1b40079fcb4eb7a98dca185ee
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     default y if PCI_DEVICES
36     depends on PCI
37     select USB
39 config USB_XHCI_NEC
40     bool
41     default y if PCI_DEVICES
42     depends on PCI
43     select USB_XHCI
45 config USB_MUSB
46     bool
47     select USB
49 config USB_DWC2
50     bool
51     default y
52     select USB
54 config TUSB6010
55     bool
56     select USB_MUSB
58 config USB_TABLET_WACOM
59     bool
60     default y
61     depends on USB
63 config USB_STORAGE_BOT
64     bool
65     default y
66     depends on USB
67     select SCSI
69 config USB_STORAGE_UAS
70     bool
71     default y
72     depends on USB
73     select SCSI
75 config USB_AUDIO
76     bool
77     default y
78     depends on USB
80 config USB_SERIAL
81     bool
82     default y
83     depends on USB
85 config USB_NETWORK
86     bool
87     default y
88     depends on USB
90 config USB_SMARTCARD
91     bool
92     default y
93     depends on USB
95 config USB_STORAGE_MTP
96     bool
97     default y
98     depends on USB
100 config IMX_USBPHY
101     bool
102     default y
103     depends on USB