xref: /qemu/hw/misc/Kconfig (revision d0fb9657)
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 MAX111X
15    bool
16
17config TMP105
18    bool
19    depends on I2C
20
21config TMP421
22    bool
23    depends on I2C
24
25config EMC141X
26    bool
27    depends on I2C
28
29config ISA_DEBUG
30    bool
31    depends on ISA_BUS
32
33config SGA
34    bool
35    depends on ISA_BUS
36
37config ISA_TESTDEV
38    bool
39    default y if TEST_DEVICES
40    depends on ISA_BUS
41
42config PCI_TESTDEV
43    bool
44    default y if TEST_DEVICES
45    depends on PCI
46
47config EDU
48    bool
49    default y if TEST_DEVICES
50    depends on PCI && MSI_NONBROKEN
51
52config PCA9552
53    bool
54    depends on I2C
55
56config PL310
57    bool
58
59config INTEGRATOR_DEBUG
60    bool
61
62config A9SCU
63    bool
64
65config ARM11SCU
66    bool
67
68config MOS6522
69    bool
70
71config MACIO
72    bool
73    select CUDA
74    select ESCC
75    select IDE_MACIO
76    select MAC_DBDMA
77    select MAC_NVRAM
78    select MOS6522
79
80config IVSHMEM_DEVICE
81    bool
82    default y if PCI_DEVICES
83    depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
84
85config ECCMEMCTL
86    bool
87    select ECC
88
89config IMX
90    bool
91    select PTIMER
92    select SSI
93    select USB_EHCI_SYSBUS
94
95config STM32F2XX_SYSCFG
96    bool
97
98config STM32F4XX_SYSCFG
99    bool
100
101config STM32F4XX_EXTI
102    bool
103
104config MIPS_ITU
105    bool
106
107config MPS2_FPGAIO
108    bool
109    select LED
110
111config MPS2_SCC
112    bool
113    select LED
114
115config TZ_MPC
116    bool
117
118config TZ_MSC
119    bool
120
121config TZ_PPC
122    bool
123
124config IOTKIT_SECCTL
125    bool
126
127config IOTKIT_SYSCTL
128    bool
129
130config IOTKIT_SYSINFO
131    bool
132
133config PVPANIC_COMMON
134    bool
135
136config PVPANIC_PCI
137    bool
138    default y if PCI_DEVICES
139    depends on PCI
140    select PVPANIC_COMMON
141
142config PVPANIC_ISA
143    bool
144    depends on ISA_BUS
145    select PVPANIC_COMMON
146
147config AUX
148    bool
149    select I2C
150
151config UNIMP
152    bool
153
154config LED
155    bool
156
157config MAC_VIA
158    bool
159    select MOS6522
160    select ADB
161
162config AVR_POWER
163    bool
164
165config MCHP_PFSOC_DMC
166    bool
167
168config MCHP_PFSOC_IOSCB
169    bool
170
171config MCHP_PFSOC_SYSREG
172    bool
173
174config SIFIVE_TEST
175    bool
176
177config SIFIVE_E_PRCI
178    bool
179
180config SIFIVE_U_OTP
181    bool
182
183config SIFIVE_U_PRCI
184    bool
185
186config VIRT_CTRL
187    bool
188
189source macio/Kconfig
190