]> git.proxmox.com Git - mirror_qemu.git/blame - hw/usb/Kconfig
scsi: express dependencies with Kconfig
[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
11 bool
7c28b925
PB
12 default y if PCI_DEVICES
13 depends on PCI
d6e9c470 14 select USB
82f51817
PB
15
16config USB_EHCI
17 bool
7c28b925
PB
18 default y if PCI_DEVICES
19 depends on PCI
d6e9c470 20 select USB
82f51817
PB
21
22config USB_EHCI_SYSBUS
23 bool
d6e9c470 24 select USB
82f51817
PB
25
26config USB_XHCI
27 bool
7c28b925
PB
28 default y if PCI_DEVICES
29 depends on PCI
d6e9c470 30 select USB
82f51817
PB
31
32config USB_XHCI_NEC
33 bool
7c28b925
PB
34 default y if PCI_DEVICES
35 depends on PCI
d6e9c470 36 select USB
82f51817
PB
37
38config USB_MUSB
39 bool
d6e9c470 40 select USB
82f51817
PB
41
42config TUSB6010
43 bool
d6e9c470 44 select USB_MUSB
82f51817
PB
45
46config USB_TABLET_WACOM
47 bool
d6e9c470
PB
48 default y
49 depends on USB
82f51817
PB
50
51config USB_STORAGE_BOT
52 bool
d6e9c470
PB
53 default y
54 depends on USB
03b348bd 55 select SCSI
82f51817
PB
56
57config USB_STORAGE_UAS
58 bool
d6e9c470
PB
59 default y
60 depends on USB
03b348bd 61 select SCSI
82f51817
PB
62
63config USB_AUDIO
64 bool
d6e9c470
PB
65 default y
66 depends on USB
82f51817
PB
67
68config USB_SERIAL
69 bool
d6e9c470
PB
70 default y
71 depends on USB
82f51817
PB
72
73config USB_NETWORK
74 bool
d6e9c470
PB
75 default y
76 depends on USB
82f51817
PB
77
78config USB_BLUETOOTH
79 bool
d6e9c470
PB
80 default y
81 depends on USB
82f51817
PB
82
83config USB_SMARTCARD
84 bool
d6e9c470
PB
85 default y
86 depends on USB
82f51817
PB
87
88config USB_STORAGE_MTP
89 bool
d6e9c470
PB
90 default y
91 depends on USB