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