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