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