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