]> git.proxmox.com Git - mirror_qemu.git/blame - hw/misc/Kconfig
hw/misc: Implement STM32L4x5 SYSCFG
[mirror_qemu.git] / hw / misc / Kconfig
CommitLineData
82f51817
PB
1config APPLESMC
2 bool
a7e23159 3 depends on ISA_BUS
82f51817 4
370d75d9
PM
5config ARMSSE_CPUID
6 bool
7
8config ARMSSE_MHU
9 bool
10
4239b311
PM
11config ARMSSE_CPU_PWRCTRL
12 bool
13
82f51817
PB
14config ISA_DEBUG
15 bool
a7e23159 16 depends on ISA_BUS
82f51817 17
82f51817
PB
18config ISA_TESTDEV
19 bool
a7e23159
PB
20 default y if TEST_DEVICES
21 depends on ISA_BUS
82f51817
PB
22
23config PCI_TESTDEV
24 bool
7c28b925
PB
25 default y if TEST_DEVICES
26 depends on PCI
82f51817
PB
27
28config EDU
29 bool
7c28b925 30 default y if TEST_DEVICES
d6c1bd4a 31 depends on PCI && MSI_NONBROKEN
82f51817
PB
32
33config PCA9552
34 bool
1550b0e6 35 depends on I2C
82f51817 36
a8500f80
KJ
37config I2C_ECHO
38 bool
39 default y if TEST_DEVICES
40 depends on I2C
41
82f51817
PB
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
d7cfb520
TH
59 select CUDA
60 select ESCC
61 select IDE_MACIO
62 select MAC_DBDMA
63 select MAC_NVRAM
64 select MOS6522
82f51817
PB
65
66config IVSHMEM_DEVICE
67 bool
7c28b925 68 default y if PCI_DEVICES
d6c1bd4a 69 depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
82f51817
PB
70
71config ECCMEMCTL
72 bool
8c75eec0 73 select ECC
82f51817
PB
74
75config IMX
76 bool
9533dcdd 77 select PTIMER
73129f43
TH
78 select SSI
79 select USB_EHCI_SYSBUS
82f51817
PB
80
81config STM32F2XX_SYSCFG
82 bool
83
870c034d
AF
84config STM32F4XX_SYSCFG
85 bool
86
e64d8c83
AF
87config STM32F4XX_EXTI
88 bool
89
c9948fdd
IV
90config STM32L4X5_EXTI
91 bool
92
20936684
IV
93config STM32L4X5_SYSCFG
94 bool
95
82f51817
PB
96config MIPS_ITU
97 bool
98
99config MPS2_FPGAIO
100 bool
65ad1da2 101 select LED
82f51817
PB
102
103config MPS2_SCC
104 bool
435db7eb 105 select LED
82f51817
PB
106
107config TZ_MPC
108 bool
109
110config TZ_MSC
111 bool
112
113config TZ_PPC
114 bool
115
116config IOTKIT_SECCTL
117 bool
118
119config IOTKIT_SYSCTL
120 bool
121
122config IOTKIT_SYSINFO
123 bool
124
677726ef
MC
125config PVPANIC_COMMON
126 bool
127
d097b3dc
MC
128config PVPANIC_PCI
129 bool
130 default y if PCI_DEVICES
131 depends on PCI
132 select PVPANIC_COMMON
133
677726ef 134config PVPANIC_ISA
82f51817 135 bool
a7e23159 136 depends on ISA_BUS
677726ef 137 select PVPANIC_COMMON
82f51817
PB
138
139config AUX
140 bool
1550b0e6 141 select I2C
82f51817 142
5aa78a89
TH
143config UNIMP
144 bool
145
c1b29826
PMD
146config LED
147 bool
148
6dca62a0
LV
149config MAC_VIA
150 bool
151 select MOS6522
87a34e2a 152 select ADB
6dca62a0 153
dc288de0
MR
154config AVR_POWER
155 bool
156
3400b15b
BM
157config MCHP_PFSOC_DMC
158 bool
159
a937b302
BM
160config MCHP_PFSOC_IOSCB
161 bool
162
0f25065c
BM
163config MCHP_PFSOC_SYSREG
164 bool
165
a4b84608
BM
166config SIFIVE_TEST
167 bool
168
89ece6f7
BM
169config SIFIVE_E_PRCI
170 bool
171
bf01a04f
TW
172config SIFIVE_E_AON
173 bool
174
0fa9e329
BM
175config SIFIVE_U_OTP
176 bool
177
9fe640a5
BM
178config SIFIVE_U_PRCI
179 bool
180
0791bc02
LV
181config VIRT_CTRL
182 bool
183
45f569a1
MCA
184config LASI
185 bool
186
05def917
Z
187config ALLWINNER_SRAMC
188 bool
189
423ec28b
SJ
190config ALLWINNER_A10_CCM
191 bool
192
edd3a59d
SJ
193config ALLWINNER_A10_DRAMC
194 bool
195
a9545430 196config AXP2XX_PMU
632dfea3
SJ
197 bool
198 depends on I2C
199
e2fd695e
MCA
200config DJMEMC
201 bool
202
bdc2c77d
MCA
203config IOSB
204 bool
205
92192358
TH
206config XLNX_VERSAL_TRNG
207 bool
208
82f51817 209source macio/Kconfig