exec/memory: Use struct Object typedef
[qemu/ar7.git] / hw / misc / Kconfig
blob19c216f3efb0b751fed63913eb6f6c897bf774ab
1 config APPLESMC
2     bool
3     depends on ISA_BUS
5 config MAX111X
6     bool
8 config TMP105
9     bool
10     depends on I2C
12 config TMP421
13     bool
14     depends on I2C
16 config EMC141X
17     bool
18     depends on I2C
20 config ISA_DEBUG
21     bool
22     depends on ISA_BUS
24 config SGA
25     bool
26     depends on ISA_BUS
28 config ISA_TESTDEV
29     bool
30     default y if TEST_DEVICES
31     depends on ISA_BUS
33 config PCI_TESTDEV
34     bool
35     default y if TEST_DEVICES
36     depends on PCI
38 config EDU
39     bool
40     default y if TEST_DEVICES
41     depends on PCI && MSI_NONBROKEN
43 config PCA9552
44     bool
45     depends on I2C
47 config PL310
48     bool
50 config INTEGRATOR_DEBUG
51     bool
53 config A9SCU
54     bool
56 config ARM11SCU
57     bool
59 config MOS6522
60     bool
62 config MACIO
63     bool
64     select CUDA
65     select ESCC
66     select IDE_MACIO
67     select MAC_DBDMA
68     select MAC_NVRAM
69     select MOS6522
71 config IVSHMEM_DEVICE
72     bool
73     default y if PCI_DEVICES
74     depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
76 config ECCMEMCTL
77     bool
78     select ECC
80 config IMX
81     bool
82     select PTIMER
83     select SSI
84     select USB_EHCI_SYSBUS
86 config STM32F2XX_SYSCFG
87     bool
89 config STM32F4XX_SYSCFG
90     bool
92 config STM32F4XX_EXTI
93     bool
95 config MIPS_ITU
96     bool
98 config MPS2_FPGAIO
99     bool
100     select LED
102 config MPS2_SCC
103     bool
104     select LED
106 config TZ_MPC
107     bool
109 config TZ_MSC
110     bool
112 config TZ_PPC
113     bool
115 config IOTKIT_SECCTL
116     bool
118 config IOTKIT_SYSCTL
119     bool
121 config IOTKIT_SYSINFO
122     bool
124 config PVPANIC_COMMON
125     bool
127 config PVPANIC_PCI
128     bool
129     default y if PCI_DEVICES
130     depends on PCI
131     select PVPANIC_COMMON
133 config PVPANIC_ISA
134     bool
135     depends on ISA_BUS
136     select PVPANIC_COMMON
138 config AUX
139     bool
140     select I2C
142 config UNIMP
143     bool
145 config LED
146     bool
148 config MAC_VIA
149     bool
150     select MOS6522
151     select ADB
153 config AVR_POWER
154     bool
156 config MCHP_PFSOC_DMC
157     bool
159 config MCHP_PFSOC_IOSCB
160     bool
162 config MCHP_PFSOC_SYSREG
163     bool
165 config SIFIVE_TEST
166     bool
168 config SIFIVE_E_PRCI
169     bool
171 config SIFIVE_U_OTP
172     bool
174 config SIFIVE_U_PRCI
175     bool
177 source macio/Kconfig