xref: /openbmc/qemu/hw/misc/Kconfig (revision ae817755)
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 PCA9552
34    bool
35    depends on I2C
36
37config I2C_ECHO
38    bool
39    default y if TEST_DEVICES
40    depends on I2C
41
42config IBM_CFFPS
43    bool
44    depends on I2C
45
46config IR35221
47    bool
48    depends on I2C
49
50config PL310
51    bool
52
53config INTEGRATOR_DEBUG
54    bool
55
56config A9SCU
57    bool
58
59config ARM11SCU
60    bool
61
62config MOS6522
63    bool
64
65config MACIO
66    bool
67    select CUDA
68    select ESCC
69    select IDE_MACIO
70    select MAC_DBDMA
71    select MAC_NVRAM
72    select MOS6522
73
74config IVSHMEM_DEVICE
75    bool
76    default y if PCI_DEVICES
77    depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
78
79config ECCMEMCTL
80    bool
81    select ECC
82
83config IMX
84    bool
85    select PTIMER
86    select SSI
87    select USB_EHCI_SYSBUS
88
89config STM32F2XX_SYSCFG
90    bool
91
92config STM32F4XX_SYSCFG
93    bool
94
95config STM32F4XX_EXTI
96    bool
97
98config MIPS_ITU
99    bool
100
101config MPS2_FPGAIO
102    bool
103    select LED
104
105config MPS2_SCC
106    bool
107    select LED
108
109config TZ_MPC
110    bool
111
112config TZ_MSC
113    bool
114
115config TZ_PPC
116    bool
117
118config IOTKIT_SECCTL
119    bool
120
121config IOTKIT_SYSCTL
122    bool
123
124config IOTKIT_SYSINFO
125    bool
126
127config PVPANIC_COMMON
128    bool
129
130config PVPANIC_PCI
131    bool
132    default y if PCI_DEVICES
133    depends on PCI
134    select PVPANIC_COMMON
135
136config PVPANIC_ISA
137    bool
138    depends on ISA_BUS
139    select PVPANIC_COMMON
140
141config AUX
142    bool
143    select I2C
144
145config UNIMP
146    bool
147
148config LED
149    bool
150
151config MAC_VIA
152    bool
153    select MOS6522
154    select ADB
155
156config AVR_POWER
157    bool
158
159config MCHP_PFSOC_DMC
160    bool
161
162config MCHP_PFSOC_IOSCB
163    bool
164
165config MCHP_PFSOC_SYSREG
166    bool
167
168config SIFIVE_TEST
169    bool
170
171config SIFIVE_E_PRCI
172    bool
173
174config SIFIVE_E_AON
175    bool
176
177config SIFIVE_U_OTP
178    bool
179
180config SIFIVE_U_PRCI
181    bool
182
183config VIRT_CTRL
184    bool
185
186config LASI
187    bool
188
189config ALLWINNER_SRAMC
190    bool
191
192config ALLWINNER_A10_CCM
193    bool
194
195config ALLWINNER_A10_DRAMC
196    bool
197
198config AXP2XX_PMU
199    bool
200    depends on I2C
201
202config DJMEMC
203    bool
204
205config IOSB
206    bool
207
208config XLNX_VERSAL_TRNG
209    bool
210
211source macio/Kconfig
212