Kconfig (4353dd3b70783ebbc83fcf12d9c0af3fbab0223b) | Kconfig (ccea5e8a5918110a45c5f1c42ccd56affa0febcb) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Bus Devices 4# 5 6menu "Bus devices" 7 8config ARM_CCI --- 6 unchanged lines hidden (view full) --- 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 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Bus Devices 4# 5 6menu "Bus devices" 7 8config ARM_CCI --- 6 unchanged lines hidden (view full) --- 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 |
23config ARM_INTEGRATOR_LM 24 bool "ARM Integrator Logic Module bus" 25 depends on HAS_IOMEM 26 depends on ARCH_INTEGRATOR || COMPILE_TEST 27 default ARCH_INTEGRATOR 28 help 29 Say y here to enable support for the ARM Logic Module bus 30 found on the ARM Integrator AP (Application Platform) 31 |
|
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. --- 176 unchanged lines hidden --- | 32config BRCMSTB_GISB_ARB 33 bool "Broadcom STB GISB bus arbiter" 34 depends on ARM || ARM64 || MIPS 35 default ARCH_BRCMSTB || BMIPS_GENERIC 36 help 37 Driver for the Broadcom Set Top Box System-on-a-chip internal bus 38 arbiter. This driver provides timeout and target abort error handling 39 and internal bus master decoding. --- 176 unchanged lines hidden --- |