aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/Kconfig
blob: 51754bb47c778afd2b2c1556eaf462ad36806e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
config APPLESMC
    bool
    depends on ISA_BUS

config MAX111X
    bool

config TMP105
    bool
    depends on I2C

config TMP421
    bool
    depends on I2C

config ISA_DEBUG
    bool
    depends on ISA_BUS

config SGA
    bool
    depends on ISA_BUS

config ISA_TESTDEV
    bool
    default y if TEST_DEVICES
    depends on ISA_BUS

config PCI_TESTDEV
    bool
    default y if TEST_DEVICES
    depends on PCI

config EDU
    bool
    default y if TEST_DEVICES
    depends on PCI && MSI_NONBROKEN

config PCA9552
    bool
    depends on I2C

config PL310
    bool

config INTEGRATOR_DEBUG
    bool

config A9SCU
    bool

config ARM11SCU
    bool

config MOS6522
    bool

config MACIO
    bool
    select CUDA
    select ESCC
    select IDE_MACIO
    select MAC_DBDMA
    select MAC_NVRAM
    select MOS6522

config IVSHMEM_DEVICE
    bool
    default y if PCI_DEVICES
    depends on PCI && LINUX && IVSHMEM && MSI_NONBROKEN

config ECCMEMCTL
    bool
    select ECC

config IMX
    bool
    select PTIMER
    select SSI
    select USB_EHCI_SYSBUS

config STM32F2XX_SYSCFG
    bool

config MIPS_ITU
    bool

config MPS2_FPGAIO
    bool

config MPS2_SCC
    bool

config TZ_MPC
    bool

config TZ_MSC
    bool

config TZ_PPC
    bool

config IOTKIT_SECCTL
    bool

config IOTKIT_SYSCTL
    bool

config IOTKIT_SYSINFO
    bool

config PVPANIC
    bool
    depends on ISA_BUS

config AUX
    bool
    select I2C

config UNIMP
    bool

source macio/Kconfig