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