]> git.proxmox.com Git - mirror_qemu.git/blob - hw/misc/Kconfig
hw/m68k: add VIA support
[mirror_qemu.git] / hw / misc / Kconfig
1 config APPLESMC
2 bool
3 depends on ISA_BUS
4
5 config MAX111X
6 bool
7
8 config TMP105
9 bool
10 depends on I2C
11
12 config TMP421
13 bool
14 depends on I2C
15
16 config ISA_DEBUG
17 bool
18 depends on ISA_BUS
19
20 config SGA
21 bool
22 depends on ISA_BUS
23
24 config ISA_TESTDEV
25 bool
26 default y if TEST_DEVICES
27 depends on ISA_BUS
28
29 config PCI_TESTDEV
30 bool
31 default y if TEST_DEVICES
32 depends on PCI
33
34 config EDU
35 bool
36 default y if TEST_DEVICES
37 depends on PCI && MSI_NONBROKEN
38
39 config PCA9552
40 bool
41 depends on I2C
42
43 config PL310
44 bool
45
46 config INTEGRATOR_DEBUG
47 bool
48
49 config A9SCU
50 bool
51
52 config ARM11SCU
53 bool
54
55 config MOS6522
56 bool
57
58 config MACIO
59 bool
60 select CUDA
61 select ESCC
62 select IDE_MACIO
63 select MAC_DBDMA
64 select MAC_NVRAM
65 select MOS6522
66
67 config IVSHMEM_DEVICE
68 bool
69 default y if PCI_DEVICES
70 depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN
71
72 config ECCMEMCTL
73 bool
74 select ECC
75
76 config IMX
77 bool
78 select PTIMER
79 select SSI
80 select USB_EHCI_SYSBUS
81
82 config STM32F2XX_SYSCFG
83 bool
84
85 config MIPS_ITU
86 bool
87
88 config MPS2_FPGAIO
89 bool
90
91 config MPS2_SCC
92 bool
93
94 config TZ_MPC
95 bool
96
97 config TZ_MSC
98 bool
99
100 config TZ_PPC
101 bool
102
103 config IOTKIT_SECCTL
104 bool
105
106 config IOTKIT_SYSCTL
107 bool
108
109 config IOTKIT_SYSINFO
110 bool
111
112 config PVPANIC
113 bool
114 depends on ISA_BUS
115
116 config AUX
117 bool
118 select I2C
119
120 config UNIMP
121 bool
122
123 config MAC_VIA
124 bool
125 select MOS6522
126
127 source macio/Kconfig