]> Git Repo - qemu.git/blame - hw/misc/Kconfig
ppc: Express dependencies of the 'prep' and '40p' machines with kconfig
[qemu.git] / hw / misc / Kconfig
CommitLineData
82f51817
PB
1config APPLESMC
2 bool
a7e23159 3 depends on ISA_BUS
82f51817
PB
4
5config MAX111X
6 bool
7
8config TMP105
9 bool
1550b0e6 10 depends on I2C
82f51817
PB
11
12config TMP421
13 bool
1550b0e6 14 depends on I2C
82f51817
PB
15
16config ISA_DEBUG
17 bool
a7e23159 18 depends on ISA_BUS
82f51817
PB
19
20config SGA
21 bool
a7e23159 22 depends on ISA_BUS
82f51817
PB
23
24config ISA_TESTDEV
25 bool
a7e23159
PB
26 default y if TEST_DEVICES
27 depends on ISA_BUS
82f51817
PB
28
29config PCI_TESTDEV
30 bool
7c28b925
PB
31 default y if TEST_DEVICES
32 depends on PCI
82f51817
PB
33
34config EDU
35 bool
7c28b925
PB
36 default y if TEST_DEVICES
37 depends on PCI
82f51817
PB
38
39config PCA9552
40 bool
1550b0e6 41 depends on I2C
82f51817
PB
42
43config PL310
44 bool
45
46config INTEGRATOR_DEBUG
47 bool
48
49config A9SCU
50 bool
51
52config ARM11SCU
53 bool
54
55config MOS6522
56 bool
57
58config MACIO
59 bool
60
61config IVSHMEM_DEVICE
62 bool
7c28b925 63 default y if PCI_DEVICES
e0e312f3 64 depends on PCI && LINUX && IVSHMEM
82f51817
PB
65
66config ECCMEMCTL
67 bool
68
69config IMX
70 bool
9533dcdd 71 select PTIMER
82f51817
PB
72
73config STM32F2XX_SYSCFG
74 bool
75
76config MIPS_ITU
77 bool
78
79config MPS2_FPGAIO
80 bool
81
82config MPS2_SCC
83 bool
84
85config TZ_MPC
86 bool
87
88config TZ_MSC
89 bool
90
91config TZ_PPC
92 bool
93
94config IOTKIT_SECCTL
95 bool
96
97config IOTKIT_SYSCTL
98 bool
99
100config IOTKIT_SYSINFO
101 bool
102
103config PVPANIC
104 bool
a7e23159 105 depends on ISA_BUS
82f51817
PB
106
107config AUX
108 bool
1550b0e6 109 select I2C
82f51817
PB
110
111source macio/Kconfig
This page took 0.032489 seconds and 4 git commands to generate.