]> Git Repo - qemu.git/blame - hw/misc/Kconfig
hw/arm/allwinner-h3: add Clock Control Unit
[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 36 default y if TEST_DEVICES
d6c1bd4a 37 depends on PCI && MSI_NONBROKEN
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
d7cfb520
TH
60 select CUDA
61 select ESCC
62 select IDE_MACIO
63 select MAC_DBDMA
64 select MAC_NVRAM
65 select MOS6522
82f51817
PB
66
67config IVSHMEM_DEVICE
68 bool
7c28b925 69 default y if PCI_DEVICES
d6c1bd4a 70 depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
82f51817
PB
71
72config ECCMEMCTL
73 bool
8c75eec0 74 select ECC
82f51817
PB
75
76config IMX
77 bool
9533dcdd 78 select PTIMER
73129f43
TH
79 select SSI
80 select USB_EHCI_SYSBUS
82f51817
PB
81
82config STM32F2XX_SYSCFG
83 bool
84
870c034d
AF
85config STM32F4XX_SYSCFG
86 bool
87
e64d8c83
AF
88config STM32F4XX_EXTI
89 bool
90
82f51817
PB
91config MIPS_ITU
92 bool
93
94config MPS2_FPGAIO
95 bool
96
97config MPS2_SCC
98 bool
99
100config TZ_MPC
101 bool
102
103config TZ_MSC
104 bool
105
106config TZ_PPC
107 bool
108
109config IOTKIT_SECCTL
110 bool
111
112config IOTKIT_SYSCTL
113 bool
114
115config IOTKIT_SYSINFO
116 bool
117
118config PVPANIC
119 bool
a7e23159 120 depends on ISA_BUS
82f51817
PB
121
122config AUX
123 bool
1550b0e6 124 select I2C
82f51817 125
5aa78a89
TH
126config UNIMP
127 bool
128
6dca62a0
LV
129config MAC_VIA
130 bool
131 select MOS6522
87a34e2a 132 select ADB
6dca62a0 133
82f51817 134source macio/Kconfig
This page took 0.119593 seconds and 4 git commands to generate.