xref: /openbmc/qemu/hw/misc/Kconfig (revision 3c1b1fe7a8d2203473d9dd1268849bad736253d2)
1config APPLESMC
2    bool
3    depends on ISA_BUS
4
5config ARMSSE_CPUID
6    bool
7
8config ARMSSE_MHU
9    bool
10
11config ARMSSE_CPU_PWRCTRL
12    bool
13
14config ISA_DEBUG
15    bool
16    depends on ISA_BUS
17
18config ISA_TESTDEV
19    bool
20    default y if TEST_DEVICES
21    depends on ISA_BUS
22
23config PCI_TESTDEV
24    bool
25    default y if TEST_DEVICES
26    depends on PCI
27
28config EDU
29    bool
30    default y if TEST_DEVICES
31    depends on PCI && MSI_NONBROKEN
32
33config I2C_ECHO
34    bool
35    default y if TEST_DEVICES
36    depends on I2C
37
38config IBM_CFFPS
39    bool
40    depends on I2C
41
42config IR35221
43    bool
44    depends on I2C
45
46config PL310
47    bool
48
49config INTEGRATOR_DEBUG
50    bool
51
52config A9SCU
53    bool
54
55config ARM11SCU
56    bool
57
58config MAX78000_AES
59    bool
60
61config MAX78000_GCR
62    bool
63
64config MAX78000_ICC
65    bool
66
67config MAX78000_TRNG
68    bool
69
70config MOS6522
71    bool
72
73config MACIO
74    bool
75    select CUDA
76    select ESCC
77    select IDE_MACIO
78    select MAC_DBDMA
79    select MAC_NVRAM
80    select MOS6522
81
82config IVSHMEM_DEVICE
83    bool
84    default y if PCI_DEVICES
85    depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
86
87config IVSHMEM_FLAT_DEVICE
88    bool
89    default y
90    depends on LINUX && IVSHMEM
91
92config ECCMEMCTL
93    bool
94
95config IMX
96    bool
97    select PTIMER
98    select SSI
99    select USB_EHCI_SYSBUS
100
101config FSL_IMX8MP_ANALOG
102    bool
103
104config FSL_IMX8MP_CCM
105    bool
106
107config STM32_RCC
108    bool
109
110config STM32F2XX_SYSCFG
111    bool
112
113config STM32F4XX_SYSCFG
114    bool
115
116config STM32F4XX_EXTI
117    bool
118
119config STM32L4X5_EXTI
120    bool
121
122config STM32L4X5_SYSCFG
123    bool
124
125config STM32L4X5_RCC
126    bool
127
128config MIPS_ITU
129    bool
130    depends on TCG
131
132config MPS2_FPGAIO
133    bool
134    select LED
135
136config MPS2_SCC
137    bool
138    select LED
139
140config TZ_MPC
141    bool
142
143config TZ_MSC
144    bool
145
146config TZ_PPC
147    bool
148
149config IOTKIT_SECCTL
150    bool
151
152config IOTKIT_SYSCTL
153    bool
154
155config IOTKIT_SYSINFO
156    bool
157
158config PVPANIC_COMMON
159    bool
160
161config PVPANIC_PCI
162    bool
163    default y if PCI_DEVICES
164    depends on PCI
165    select PVPANIC_COMMON
166
167config PVPANIC_ISA
168    bool
169    depends on ISA_BUS
170    select PVPANIC_COMMON
171
172config PVPANIC_MMIO
173    bool
174    select PVPANIC_COMMON
175
176config AUX
177    bool
178    select I2C
179
180config UNIMP
181    bool
182
183config LED
184    bool
185
186config MAC_VIA
187    bool
188    select MOS6522
189    select ADB
190
191config AVR_POWER
192    bool
193
194config MCHP_PFSOC_DMC
195    bool
196
197config MCHP_PFSOC_IOSCB
198    bool
199
200config MCHP_PFSOC_SYSREG
201    bool
202
203config SIFIVE_TEST
204    bool
205
206config SIFIVE_E_PRCI
207    bool
208
209config SIFIVE_E_AON
210    bool
211
212config SIFIVE_U_OTP
213    bool
214
215config SIFIVE_U_PRCI
216    bool
217
218config VIRT_CTRL
219    bool
220
221config LASI
222    bool
223
224config ALLWINNER_SRAMC
225    bool
226
227config ALLWINNER_A10_CCM
228    bool
229
230config ALLWINNER_A10_DRAMC
231    bool
232
233config AXP2XX_PMU
234    bool
235    depends on I2C
236
237config DJMEMC
238    bool
239
240config IOSB
241    bool
242
243config XLNX_VERSAL_TRNG
244    bool
245
246source macio/Kconfig
247