xref: /openbmc/qemu/hw/misc/Kconfig (revision 7c28b925b7e176b4e44ed05d23cf883561000546)
1config APPLESMC
2    bool
3
4config MAX111X
5    bool
6
7config TMP105
8    bool
9
10config TMP421
11    bool
12
13config ISA_DEBUG
14    bool
15
16config SGA
17    bool
18
19config ISA_TESTDEV
20    bool
21
22config PCI_TESTDEV
23    bool
24    default y if TEST_DEVICES
25    depends on PCI
26
27config EDU
28    bool
29    default y if TEST_DEVICES
30    depends on PCI
31
32config PCA9552
33    bool
34
35config PL310
36    bool
37
38config INTEGRATOR_DEBUG
39    bool
40
41config A9SCU
42    bool
43
44config ARM11SCU
45    bool
46
47config MOS6522
48    bool
49
50config MACIO
51    bool
52
53config IVSHMEM_DEVICE
54    bool
55    default y if PCI_DEVICES
56    depends on PCI && LINUX && IVSHMEM
57
58config ECCMEMCTL
59    bool
60
61config IMX
62    bool
63
64config STM32F2XX_SYSCFG
65    bool
66
67config MIPS_ITU
68    bool
69
70config MPS2_FPGAIO
71    bool
72
73config MPS2_SCC
74    bool
75
76config TZ_MPC
77    bool
78
79config TZ_MSC
80    bool
81
82config TZ_PPC
83    bool
84
85config IOTKIT_SECCTL
86    bool
87
88config IOTKIT_SYSCTL
89    bool
90
91config IOTKIT_SYSINFO
92    bool
93
94config PVPANIC
95    bool
96
97config AUX
98    bool
99
100source macio/Kconfig
101