]> git.proxmox.com Git - mirror_qemu.git/blob - hw/usb/Kconfig
i386: Add x-force-features option for testing
[mirror_qemu.git] / hw / usb / Kconfig
1 config USB
2 bool
3
4 config USB_UHCI
5 bool
6 default y if PCI_DEVICES
7 depends on PCI
8 select USB
9
10 config USB_OHCI
11 bool
12 select USB
13
14 config USB_OHCI_PCI
15 bool
16 default y if PCI_DEVICES
17 depends on PCI
18 select USB_OHCI
19
20 config USB_EHCI
21 bool
22 default y if PCI_DEVICES
23 depends on PCI
24 select USB
25
26 config USB_EHCI_SYSBUS
27 bool
28 select USB
29
30 config USB_XHCI
31 bool
32 default y if PCI_DEVICES
33 depends on PCI
34 select USB
35
36 config USB_XHCI_NEC
37 bool
38 default y if PCI_DEVICES
39 depends on PCI
40 select USB
41
42 config USB_MUSB
43 bool
44 select USB
45
46 config TUSB6010
47 bool
48 select USB_MUSB
49
50 config USB_TABLET_WACOM
51 bool
52 default y
53 depends on USB
54
55 config USB_STORAGE_BOT
56 bool
57 default y
58 depends on USB
59 select SCSI
60
61 config USB_STORAGE_UAS
62 bool
63 default y
64 depends on USB
65 select SCSI
66
67 config USB_AUDIO
68 bool
69 default y
70 depends on USB
71
72 config USB_SERIAL
73 bool
74 default y
75 depends on USB
76
77 config USB_NETWORK
78 bool
79 default y
80 depends on USB
81
82 config USB_BLUETOOTH
83 bool
84 default y
85 depends on USB
86
87 config USB_SMARTCARD
88 bool
89 default y
90 depends on USB
91
92 config USB_STORAGE_MTP
93 bool
94 default y
95 depends on USB