Kconfig (1888d3ddc3d6a2511be86045cfb2e7ea5fc67c44) Kconfig (3de6be7a3dd8934e59d85fc60a170d4ab2f0a0f2)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Bus Devices
4#
5
6menu "Bus devices"
7
8config ARM_CCI
9 bool
10
1# SPDX-License-Identifier: GPL-2.0
2#
3# Bus Devices
4#
5
6menu "Bus devices"
7
8config ARM_CCI
9 bool
10
11config ARM_CCI_PMU
12 bool
13 select ARM_CCI
14
15config ARM_CCI400_COMMON
16 bool
17 select ARM_CCI
18
11config ARM_CCI400_COMMON
12 bool
13 select ARM_CCI
14
19config ARM_CCI400_PMU
20 bool "ARM CCI400 PMU support"
21 depends on (ARM && CPU_V7) || ARM64
22 depends on PERF_EVENTS
23 select ARM_CCI400_COMMON
24 select ARM_CCI_PMU
25 help
26 Support for PMU events monitoring on the ARM CCI-400 (cache coherent
27 interconnect). CCI-400 supports counting events related to the
28 connected slave/master interfaces.
29
30config ARM_CCI400_PORT_CTRL
31 bool
32 depends on ARM && OF && CPU_V7
33 select ARM_CCI400_COMMON
34 help
35 Low level power management driver for CCI400 cache coherent
36 interconnect for ARM platforms.
37
15config ARM_CCI400_PORT_CTRL
16 bool
17 depends on ARM && OF && CPU_V7
18 select ARM_CCI400_COMMON
19 help
20 Low level power management driver for CCI400 cache coherent
21 interconnect for ARM platforms.
22
38config ARM_CCI5xx_PMU
39 bool "ARM CCI-500/CCI-550 PMU support"
40 depends on (ARM && CPU_V7) || ARM64
41 depends on PERF_EVENTS
42 select ARM_CCI_PMU
43 help
44 Support for PMU events monitoring on the ARM CCI-500/CCI-550 cache
45 coherent interconnects. Both of them provide 8 independent event counters,
46 which can count events pertaining to the slave/master interfaces as well
47 as the internal events to the CCI.
48
49 If unsure, say Y
50
51config BRCMSTB_GISB_ARB
52 bool "Broadcom STB GISB bus arbiter"
53 depends on ARM || ARM64 || MIPS
54 default ARCH_BRCMSTB || BMIPS_GENERIC
55 help
56 Driver for the Broadcom Set Top Box System-on-a-chip internal bus
57 arbiter. This driver provides timeout and target abort error handling
58 and internal bus master decoding.

--- 136 unchanged lines hidden ---
23config BRCMSTB_GISB_ARB
24 bool "Broadcom STB GISB bus arbiter"
25 depends on ARM || ARM64 || MIPS
26 default ARCH_BRCMSTB || BMIPS_GENERIC
27 help
28 Driver for the Broadcom Set Top Box System-on-a-chip internal bus
29 arbiter. This driver provides timeout and target abort error handling
30 and internal bus master decoding.

--- 136 unchanged lines hidden ---