]> Git Repo - qemu.git/blame - hw/usb/Kconfig
usb: call reset handler before updating state
[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
7c28b925
PB
22 default y if PCI_DEVICES
23 depends on PCI
d6e9c470 24 select USB
82f51817
PB
25
26config USB_EHCI_SYSBUS
27 bool
d6e9c470 28 select USB
82f51817
PB
29
30config USB_XHCI
31 bool
7c28b925
PB
32 default y if PCI_DEVICES
33 depends on PCI
d6e9c470 34 select USB
82f51817
PB
35
36config USB_XHCI_NEC
37 bool
7c28b925
PB
38 default y if PCI_DEVICES
39 depends on PCI
d6e9c470 40 select USB
82f51817
PB
41
42config USB_MUSB
43 bool
d6e9c470 44 select USB
82f51817
PB
45
46config TUSB6010
47 bool
d6e9c470 48 select USB_MUSB
82f51817
PB
49
50config USB_TABLET_WACOM
51 bool
d6e9c470
PB
52 default y
53 depends on USB
82f51817
PB
54
55config USB_STORAGE_BOT
56 bool
d6e9c470
PB
57 default y
58 depends on USB
03b348bd 59 select SCSI
82f51817
PB
60
61config USB_STORAGE_UAS
62 bool
d6e9c470
PB
63 default y
64 depends on USB
03b348bd 65 select SCSI
82f51817
PB
66
67config USB_AUDIO
68 bool
d6e9c470
PB
69 default y
70 depends on USB
82f51817
PB
71
72config USB_SERIAL
73 bool
d6e9c470
PB
74 default y
75 depends on USB
82f51817
PB
76
77config USB_NETWORK
78 bool
d6e9c470
PB
79 default y
80 depends on USB
82f51817
PB
81
82config USB_BLUETOOTH
83 bool
d6e9c470
PB
84 default y
85 depends on USB
82f51817
PB
86
87config USB_SMARTCARD
88 bool
d6e9c470
PB
89 default y
90 depends on USB
82f51817
PB
91
92config USB_STORAGE_MTP
93 bool
d6e9c470
PB
94 default y
95 depends on USB
This page took 0.05966 seconds and 4 git commands to generate.