virtiofsd: Disable remote posix locks by default
[qemu/ar7.git] / hw / usb / Kconfig
blob5e63dc75f815003ea43f43fb6fd1e484802905b8
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     select USB
53 config TUSB6010
54     bool
55     select USB_MUSB
57 config USB_TABLET_WACOM
58     bool
59     default y
60     depends on USB
62 config USB_STORAGE_BOT
63     bool
64     default y
65     depends on USB
66     select SCSI
68 config USB_STORAGE_UAS
69     bool
70     default y
71     depends on USB
72     select SCSI
74 config USB_AUDIO
75     bool
76     default y
77     depends on USB
79 config USB_SERIAL
80     bool
81     default y
82     depends on USB
84 config USB_NETWORK
85     bool
86     default y
87     depends on USB
89 config USB_SMARTCARD
90     bool
91     default y
92     depends on USB
94 config USB_STORAGE_MTP
95     bool
96     default y
97     depends on USB
99 config IMX_USBPHY
100     bool
101     default y
102     depends on USB