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