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