blob: dc7b3c7b7d42fd09eb5afd50350a7946f7434efa [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +05302#
3# Bus Devices
4#
5
6menu "Bus devices"
7
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +01008config ARM_CCI
Olof Johansson47f36e42015-04-03 13:38:43 -07009 bool
10
Suzuki K. Poulosef4d58932015-05-26 10:53:14 +010011config ARM_CCI_PMU
12 bool
13 select ARM_CCI
14
Olof Johansson47f36e42015-04-03 13:38:43 -070015config ARM_CCI400_COMMON
16 bool
17 select ARM_CCI
18
19config ARM_CCI400_PMU
20 bool "ARM CCI400 PMU support"
Suzuki K. Poulose85bbba72015-05-26 10:53:10 +010021 depends on (ARM && CPU_V7) || ARM64
22 depends on PERF_EVENTS
Olof Johansson47f36e42015-04-03 13:38:43 -070023 select ARM_CCI400_COMMON
Suzuki K. Poulosef4d58932015-05-26 10:53:14 +010024 select ARM_CCI_PMU
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010025 help
Suzuki K. Poulose85bbba72015-05-26 10:53:10 +010026 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.
Olof Johansson47f36e42015-04-03 13:38:43 -070029
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.
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010037
Suzuki K Poulose3d2e8702016-02-23 10:49:54 +000038config ARM_CCI5xx_PMU
Suzuki K Poulosed7dd5fd2016-02-23 10:49:55 +000039 bool "ARM CCI-500/CCI-550 PMU support"
Suzuki K. Poulosea95791e2015-05-26 10:53:15 +010040 depends on (ARM && CPU_V7) || ARM64
41 depends on PERF_EVENTS
42 select ARM_CCI_PMU
43 help
Suzuki K Poulosed7dd5fd2016-02-23 10:49:55 +000044 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
Suzuki K. Poulosea95791e2015-05-26 10:53:15 +010047 as the internal events to the CCI.
48
49 If unsure, say Y
50
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010051config ARM_CCN
Suzuki K Poulose5420f9f2016-04-28 16:05:01 +010052 tristate "ARM CCN driver support"
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010053 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
Florian Fainelli44127b72014-05-19 13:05:59 -070059config BRCMSTB_GISB_ARB
60 bool "Broadcom STB GISB bus arbiter"
Doug Berger8c7aa172017-03-29 17:29:13 -070061 depends on ARM || ARM64 || MIPS
Florian Fainellib0ec6332016-04-16 13:46:14 -070062 default ARCH_BRCMSTB || BMIPS_GENERIC
Florian Fainelli44127b72014-05-19 13:05:59 -070063 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.
67
Huang Shijie85bf6d42013-05-28 14:20:07 +080068config IMX_WEIM
69 bool "Freescale EIM DRIVER"
70 depends on ARCH_MXC
71 help
Alexander Shiyan3f98b6b2013-06-29 08:27:54 +040072 Driver for i.MX WEIM controller.
Huang Shijie85bf6d42013-05-28 14:20:07 +080073 The WEIM(Wireless External Interface Module) works like a bus.
74 You can attach many different devices on it, such as NOR, onenand.
Huang Shijie85bf6d42013-05-28 14:20:07 +080075
James Hogan8286ae02015-03-25 15:39:50 +000076config MIPS_CDMM
77 bool "MIPS Common Device Memory Map (CDMM) Driver"
78 depends on CPU_MIPSR2
79 help
80 Driver needed for the MIPS Common Device Memory Map bus in MIPS
81 cores. This bus is for per-CPU tightly coupled devices such as the
82 Fast Debug Channel (FDC).
83
84 For this to work, either your bootloader needs to enable the CDMM
85 region at an unused physical address on the boot CPU, or else your
86 platform code needs to implement mips_cdmm_phys_base() (see
87 asm/cdmm.h).
88
Thomas Petazzonifddddb52013-03-21 17:59:14 +010089config MVEBU_MBUS
90 bool
91 depends on PLAT_ORION
92 help
93 Driver needed for the MBus configuration on Marvell EBU SoCs
94 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
95
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010096config OMAP_INTERCONNECT
97 tristate "OMAP INTERCONNECT DRIVER"
98 depends on ARCH_OMAP2PLUS
99
100 help
101 Driver to enable OMAP interconnect error handling driver.
102
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +0530103config OMAP_OCP2SCP
104 tristate "OMAP OCP2SCP DRIVER"
Tony Lindgren770b6cb2012-12-16 12:28:46 -0800105 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +0530106 help
107 Driver to enable ocp2scp module which transforms ocp interface
108 protocol to scp protocol. In OMAP4, USB PHY is connected via
109 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
110 OCP2SCP.
111
Linus Walleij335a1272016-07-08 00:11:02 +0200112config QCOM_EBI2
113 bool "Qualcomm External Bus Interface 2 (EBI2)"
Linus Walleijd6db68b2016-10-02 23:53:59 +0200114 depends on HAS_IOMEM
Linus Walleij5fac7e82016-10-04 13:56:19 +0200115 depends on ARCH_QCOM || COMPILE_TEST
Linus Walleijc5d8ccf2017-01-12 08:08:55 +0100116 default ARCH_QCOM
Linus Walleij335a1272016-07-08 00:11:02 +0200117 help
118 Say y here to enable support for the Qualcomm External Bus
119 Interface 2, which can be used to connect things like NAND Flash,
120 SRAM, ethernet adapters, FPGAs and LCD displays.
121
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +0100122config SIMPLE_PM_BUS
123 bool "Simple Power-Managed Bus Driver"
124 depends on OF && PM
Santosh Shilimkar0ee72612012-09-14 14:50:34 +0530125 help
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +0100126 Driver for transparent busses that don't need a real driver, but
127 where the bus controller is part of a PM domain, or under the control
128 of a functional clock, and thus relies on runtime PM for managing
129 this PM domain and/or clock.
130 An example of such a bus controller is the Renesas Bus State
131 Controller (BSC, sometimes called "LBSC within Bus Bridge", or
132 "External Bus Interface") as found on several Renesas ARM SoCs.
Pawel Molla33b0da2014-07-22 18:32:59 +0100133
Chen-Yu Tsaid787dcd2015-10-23 20:41:31 +0200134config SUNXI_RSB
135 tristate "Allwinner sunXi Reduced Serial Bus Driver"
Jagan Tekidc1a37b2017-08-12 11:10:41 +0530136 default MACH_SUN8I || MACH_SUN9I || ARM64
Chen-Yu Tsaid787dcd2015-10-23 20:41:31 +0200137 depends on ARCH_SUNXI
138 select REGMAP
139 help
140 Say y here to enable support for Allwinner's Reduced Serial Bus
141 (RSB) support. This controller is responsible for communicating
142 with various RSB based devices, such as AXP223, AXP8XX PMICs,
143 and AC100/AC200 ICs.
144
Jon Hunter46a88532016-06-17 13:40:32 +0100145config TEGRA_ACONNECT
Thierry Reding2d301c02016-06-30 17:07:05 +0200146 tristate "Tegra ACONNECT Bus Driver"
Jon Hunter46a88532016-06-17 13:40:32 +0100147 depends on ARCH_TEGRA_210_SOC
148 depends on OF && PM
149 select PM_CLK
150 help
151 Driver for the Tegra ACONNECT bus which is used to interface with
152 the devices inside the Audio Processing Engine (APE) for Tegra210.
153
Mirza Krak40eb4772016-11-07 09:30:05 +0100154config TEGRA_GMI
155 tristate "Tegra Generic Memory Interface bus driver"
156 depends on ARCH_TEGRA
157 help
158 Driver for the Tegra Generic Memory Interface bus which can be used
159 to attach devices such as NOR, UART, FPGA and more.
160
Tony Lindgren0eecc632017-10-10 14:23:43 -0700161config TI_SYSC
162 bool "TI sysc interconnect target module driver"
163 depends on ARCH_OMAP2PLUS
164 help
165 Generic driver for Texas Instruments interconnect target module
166 found on many TI SoCs.
167
Sebastien Bourdelin5b143d2a2017-11-01 13:14:33 -0400168config TS_NBUS
169 tristate "Technologic Systems NBUS Driver"
170 depends on SOC_IMX28
171 depends on OF_GPIO && PWM
172 help
173 Driver for the Technologic Systems NBUS which is used to interface
174 with the peripherals in the FPGA of the TS-4600 SoM.
175
Masahiro Yamada4b7f48d2015-12-09 15:52:59 +0900176config UNIPHIER_SYSTEM_BUS
Masahiro Yamada047a5552016-01-23 23:06:28 +0900177 tristate "UniPhier System Bus driver"
Masahiro Yamada4b7f48d2015-12-09 15:52:59 +0900178 depends on ARCH_UNIPHIER && OF
179 default y
180 help
181 Support for UniPhier System Bus, a simple external bus. This is
182 needed to use on-board devices connected to UniPhier SoCs.
183
Pawel Moll3b9334a2014-04-30 16:46:29 +0100184config VEXPRESS_CONFIG
185 bool "Versatile Express configuration bus"
186 default y if ARCH_VEXPRESS
187 depends on ARM || ARM64
Arnd Bergmannb33cdd22014-05-26 17:25:22 +0200188 depends on OF
Pawel Moll3b9334a2014-04-30 16:46:29 +0100189 select REGMAP
190 help
191 Platform configuration infrastructure for the ARM Ltd.
192 Versatile Express.
Bartosz Golaszewski8e7223f2016-10-31 15:45:35 +0100193
194config DA8XX_MSTPRI
195 bool "TI da8xx master peripheral priority driver"
196 depends on ARCH_DAVINCI_DA8XX
197 help
198 Driver for Texas Instruments da8xx master peripheral priority
199 configuration. Allows to adjust the priorities of all master
200 peripherals.
201
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +0530202endmenu