Kconfig (bba73071b6f71be0a101658d7c13866e30b264a6) Kconfig (1888d3ddc3d6a2511be86045cfb2e7ea5fc67c44)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Bus Devices
4#
5
6menu "Bus devices"
7
8config ARM_CCI

--- 34 unchanged lines hidden (view full) ---

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
1# SPDX-License-Identifier: GPL-2.0
2#
3# Bus Devices
4#
5
6menu "Bus devices"
7
8config ARM_CCI

--- 34 unchanged lines hidden (view full) ---

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 ARM_CCN
52 tristate "ARM CCN driver support"
53 depends on ARM || ARM64
54 depends on PERF_EVENTS
55 help
56 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
57 interconnect.
58
59config BRCMSTB_GISB_ARB
60 bool "Broadcom STB GISB bus arbiter"
61 depends on ARM || ARM64 || MIPS
62 default ARCH_BRCMSTB || BMIPS_GENERIC
63 help
64 Driver for the Broadcom Set Top Box System-on-a-chip internal bus
65 arbiter. This driver provides timeout and target abort error handling
66 and internal bus master decoding.

--- 136 unchanged lines hidden ---
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 ---