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