xref: /openbmc/qemu/hw/misc/Kconfig (revision 46f3d6a16b2cbdf75f068e56b422dc05ccfdbe1b)
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 PCA9554
38    bool
39    depends on I2C
40
41config I2C_ECHO
42    bool
43    default y if TEST_DEVICES
44    depends on I2C
45
46config IBM_CFFPS
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
82config IMX
83    bool
84    select PTIMER
85    select SSI
86    select USB_EHCI_SYSBUS
87
88config STM32_RCC
89    bool
90
91config STM32F2XX_SYSCFG
92    bool
93
94config STM32F4XX_SYSCFG
95    bool
96
97config STM32F4XX_EXTI
98    bool
99
100config STM32L4X5_EXTI
101    bool
102
103config STM32L4X5_SYSCFG
104    bool
105
106config STM32L4X5_RCC
107    bool
108
109config MIPS_ITU
110    bool
111
112config MPS2_FPGAIO
113    bool
114    select LED
115
116config MPS2_SCC
117    bool
118    select LED
119
120config TZ_MPC
121    bool
122
123config TZ_MSC
124    bool
125
126config TZ_PPC
127    bool
128
129config IOTKIT_SECCTL
130    bool
131
132config IOTKIT_SYSCTL
133    bool
134
135config IOTKIT_SYSINFO
136    bool
137
138config PVPANIC_COMMON
139    bool
140
141config PVPANIC_PCI
142    bool
143    default y if PCI_DEVICES
144    depends on PCI
145    select PVPANIC_COMMON
146
147config PVPANIC_ISA
148    bool
149    depends on ISA_BUS
150    select PVPANIC_COMMON
151
152config AUX
153    bool
154    select I2C
155
156config UNIMP
157    bool
158
159config LED
160    bool
161
162config MAC_VIA
163    bool
164    select MOS6522
165    select ADB
166
167config AVR_POWER
168    bool
169
170config MCHP_PFSOC_DMC
171    bool
172
173config MCHP_PFSOC_IOSCB
174    bool
175
176config MCHP_PFSOC_SYSREG
177    bool
178
179config SIFIVE_TEST
180    bool
181
182config SIFIVE_E_PRCI
183    bool
184
185config SIFIVE_E_AON
186    bool
187
188config SIFIVE_U_OTP
189    bool
190
191config SIFIVE_U_PRCI
192    bool
193
194config VIRT_CTRL
195    bool
196
197config LASI
198    bool
199
200config ALLWINNER_SRAMC
201    bool
202
203config ALLWINNER_A10_CCM
204    bool
205
206config ALLWINNER_A10_DRAMC
207    bool
208
209config AXP2XX_PMU
210    bool
211    depends on I2C
212
213config DJMEMC
214    bool
215
216config IOSB
217    bool
218
219config XLNX_VERSAL_TRNG
220    bool
221
222source macio/Kconfig
223