]> git.proxmox.com Git - mirror_qemu.git/blame - hw/misc/Kconfig
Merge tag 'pull-ufs-20231013' of https://gitlab.com/jeuk20.kim/qemu into staging
[mirror_qemu.git] / hw / misc / Kconfig
CommitLineData
82f51817
PB
1config APPLESMC
2 bool
a7e23159 3 depends on ISA_BUS
82f51817 4
370d75d9
PM
5config ARMSSE_CPUID
6 bool
7
8config ARMSSE_MHU
9 bool
10
4239b311
PM
11config ARMSSE_CPU_PWRCTRL
12 bool
13
82f51817
PB
14config ISA_DEBUG
15 bool
a7e23159 16 depends on ISA_BUS
82f51817 17
82f51817
PB
18config ISA_TESTDEV
19 bool
a7e23159
PB
20 default y if TEST_DEVICES
21 depends on ISA_BUS
82f51817
PB
22
23config PCI_TESTDEV
24 bool
7c28b925
PB
25 default y if TEST_DEVICES
26 depends on PCI
82f51817
PB
27
28config EDU
29 bool
7c28b925 30 default y if TEST_DEVICES
d6c1bd4a 31 depends on PCI && MSI_NONBROKEN
82f51817
PB
32
33config PCA9552
34 bool
1550b0e6 35 depends on I2C
82f51817 36
a8500f80
KJ
37config I2C_ECHO
38 bool
39 default y if TEST_DEVICES
40 depends on I2C
41
82f51817
PB
42config PL310
43 bool
44
45config INTEGRATOR_DEBUG
46 bool
47
48config A9SCU
49 bool
50
51config ARM11SCU
52 bool
53
54config MOS6522
55 bool
56
57config MACIO
58 bool
d7cfb520
TH
59 select CUDA
60 select ESCC
61 select IDE_MACIO
62 select MAC_DBDMA
63 select MAC_NVRAM
64 select MOS6522
82f51817
PB
65
66config IVSHMEM_DEVICE
67 bool
7c28b925 68 default y if PCI_DEVICES
d6c1bd4a 69 depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
82f51817
PB
70
71config ECCMEMCTL
72 bool
8c75eec0 73 select ECC
82f51817
PB
74
75config IMX
76 bool
9533dcdd 77 select PTIMER
73129f43
TH
78 select SSI
79 select USB_EHCI_SYSBUS
82f51817
PB
80
81config STM32F2XX_SYSCFG
82 bool
83
870c034d
AF
84config STM32F4XX_SYSCFG
85 bool
86
e64d8c83
AF
87config STM32F4XX_EXTI
88 bool
89
82f51817
PB
90config MIPS_ITU
91 bool
92
93config MPS2_FPGAIO
94 bool
65ad1da2 95 select LED
82f51817
PB
96
97config MPS2_SCC
98 bool
435db7eb 99 select LED
82f51817
PB
100
101config TZ_MPC
102 bool
103
104config TZ_MSC
105 bool
106
107config TZ_PPC
108 bool
109
110config IOTKIT_SECCTL
111 bool
112
113config IOTKIT_SYSCTL
114 bool
115
116config IOTKIT_SYSINFO
117 bool
118
677726ef
MC
119config PVPANIC_COMMON
120 bool
121
d097b3dc
MC
122config PVPANIC_PCI
123 bool
124 default y if PCI_DEVICES
125 depends on PCI
126 select PVPANIC_COMMON
127
677726ef 128config PVPANIC_ISA
82f51817 129 bool
a7e23159 130 depends on ISA_BUS
677726ef 131 select PVPANIC_COMMON
82f51817
PB
132
133config AUX
134 bool
1550b0e6 135 select I2C
82f51817 136
5aa78a89
TH
137config UNIMP
138 bool
139
c1b29826
PMD
140config LED
141 bool
142
6dca62a0
LV
143config MAC_VIA
144 bool
145 select MOS6522
87a34e2a 146 select ADB
6dca62a0 147
dc288de0
MR
148config AVR_POWER
149 bool
150
3400b15b
BM
151config MCHP_PFSOC_DMC
152 bool
153
a937b302
BM
154config MCHP_PFSOC_IOSCB
155 bool
156
0f25065c
BM
157config MCHP_PFSOC_SYSREG
158 bool
159
a4b84608
BM
160config SIFIVE_TEST
161 bool
162
89ece6f7
BM
163config SIFIVE_E_PRCI
164 bool
165
bf01a04f
TW
166config SIFIVE_E_AON
167 bool
168
0fa9e329
BM
169config SIFIVE_U_OTP
170 bool
171
9fe640a5
BM
172config SIFIVE_U_PRCI
173 bool
174
0791bc02
LV
175config VIRT_CTRL
176 bool
177
45f569a1
MCA
178config LASI
179 bool
180
05def917
Z
181config ALLWINNER_SRAMC
182 bool
183
423ec28b
SJ
184config ALLWINNER_A10_CCM
185 bool
186
edd3a59d
SJ
187config ALLWINNER_A10_DRAMC
188 bool
189
a9545430 190config AXP2XX_PMU
632dfea3
SJ
191 bool
192 depends on I2C
193
e2fd695e
MCA
194config DJMEMC
195 bool
196
bdc2c77d
MCA
197config IOSB
198 bool
199
82f51817 200source macio/Kconfig