blob: c031f9ce9b9c4a4a6a8f61d25bc5035962225271 [file] [log] [blame]
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +05301#
2# Bus Devices
3#
4
5menu "Bus devices"
6
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +01007config ARM_CCI
Olof Johansson47f36e42015-04-03 13:38:43 -07008 bool
9
Suzuki K. Poulosef4d58932015-05-26 10:53:14 +010010config ARM_CCI_PMU
11 bool
12 select ARM_CCI
13
Olof Johansson47f36e42015-04-03 13:38:43 -070014config ARM_CCI400_COMMON
15 bool
16 select ARM_CCI
17
18config ARM_CCI400_PMU
19 bool "ARM CCI400 PMU support"
Suzuki K. Poulose85bbba72015-05-26 10:53:10 +010020 depends on (ARM && CPU_V7) || ARM64
21 depends on PERF_EVENTS
Olof Johansson47f36e42015-04-03 13:38:43 -070022 select ARM_CCI400_COMMON
Suzuki K. Poulosef4d58932015-05-26 10:53:14 +010023 select ARM_CCI_PMU
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010024 help
Suzuki K. Poulose85bbba72015-05-26 10:53:10 +010025 Support for PMU events monitoring on the ARM CCI-400 (cache coherent
26 interconnect). CCI-400 supports counting events related to the
27 connected slave/master interfaces.
Olof Johansson47f36e42015-04-03 13:38:43 -070028
29config ARM_CCI400_PORT_CTRL
30 bool
31 depends on ARM && OF && CPU_V7
32 select ARM_CCI400_COMMON
33 help
34 Low level power management driver for CCI400 cache coherent
35 interconnect for ARM platforms.
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010036
Suzuki K Poulose3d2e8702016-02-23 10:49:54 +000037config ARM_CCI5xx_PMU
Suzuki K Poulosed7dd5fd2016-02-23 10:49:55 +000038 bool "ARM CCI-500/CCI-550 PMU support"
Suzuki K. Poulosea95791e2015-05-26 10:53:15 +010039 depends on (ARM && CPU_V7) || ARM64
40 depends on PERF_EVENTS
41 select ARM_CCI_PMU
42 help
Suzuki K Poulosed7dd5fd2016-02-23 10:49:55 +000043 Support for PMU events monitoring on the ARM CCI-500/CCI-550 cache
44 coherent interconnects. Both of them provide 8 independent event counters,
45 which can count events pertaining to the slave/master interfaces as well
Suzuki K. Poulosea95791e2015-05-26 10:53:15 +010046 as the internal events to the CCI.
47
48 If unsure, say Y
49
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010050config ARM_CCN
Suzuki K Poulose5420f9f2016-04-28 16:05:01 +010051 tristate "ARM CCN driver support"
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010052 depends on ARM || ARM64
53 depends on PERF_EVENTS
54 help
55 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
56 interconnect.
57
Florian Fainelli44127b72014-05-19 13:05:59 -070058config BRCMSTB_GISB_ARB
59 bool "Broadcom STB GISB bus arbiter"
Doug Berger8c7aa172017-03-29 17:29:13 -070060 depends on ARM || ARM64 || MIPS
Florian Fainellib0ec6332016-04-16 13:46:14 -070061 default ARCH_BRCMSTB || BMIPS_GENERIC
Florian Fainelli44127b72014-05-19 13:05:59 -070062 help
63 Driver for the Broadcom Set Top Box System-on-a-chip internal bus
64 arbiter. This driver provides timeout and target abort error handling
65 and internal bus master decoding.
66
Huang Shijie85bf6d42013-05-28 14:20:07 +080067config IMX_WEIM
68 bool "Freescale EIM DRIVER"
69 depends on ARCH_MXC
70 help
Alexander Shiyan3f98b6b2013-06-29 08:27:54 +040071 Driver for i.MX WEIM controller.
Huang Shijie85bf6d42013-05-28 14:20:07 +080072 The WEIM(Wireless External Interface Module) works like a bus.
73 You can attach many different devices on it, such as NOR, onenand.
Huang Shijie85bf6d42013-05-28 14:20:07 +080074
James Hogan8286ae02015-03-25 15:39:50 +000075config MIPS_CDMM
76 bool "MIPS Common Device Memory Map (CDMM) Driver"
77 depends on CPU_MIPSR2
78 help
79 Driver needed for the MIPS Common Device Memory Map bus in MIPS
80 cores. This bus is for per-CPU tightly coupled devices such as the
81 Fast Debug Channel (FDC).
82
83 For this to work, either your bootloader needs to enable the CDMM
84 region at an unused physical address on the boot CPU, or else your
85 platform code needs to implement mips_cdmm_phys_base() (see
86 asm/cdmm.h).
87
Thomas Petazzonifddddb52013-03-21 17:59:14 +010088config MVEBU_MBUS
89 bool
90 depends on PLAT_ORION
91 help
92 Driver needed for the MBus configuration on Marvell EBU SoCs
93 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
94
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010095config OMAP_INTERCONNECT
96 tristate "OMAP INTERCONNECT DRIVER"
97 depends on ARCH_OMAP2PLUS
98
99 help
100 Driver to enable OMAP interconnect error handling driver.
101
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +0530102config OMAP_OCP2SCP
103 tristate "OMAP OCP2SCP DRIVER"
Tony Lindgren770b6cb2012-12-16 12:28:46 -0800104 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +0530105 help
106 Driver to enable ocp2scp module which transforms ocp interface
107 protocol to scp protocol. In OMAP4, USB PHY is connected via
108 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
109 OCP2SCP.
110
Linus Walleij335a1272016-07-08 00:11:02 +0200111config QCOM_EBI2
112 bool "Qualcomm External Bus Interface 2 (EBI2)"
Linus Walleijd6db68b2016-10-02 23:53:59 +0200113 depends on HAS_IOMEM
Linus Walleij5fac7e82016-10-04 13:56:19 +0200114 depends on ARCH_QCOM || COMPILE_TEST
Linus Walleijc5d8ccf2017-01-12 08:08:55 +0100115 default ARCH_QCOM
Linus Walleij335a1272016-07-08 00:11:02 +0200116 help
117 Say y here to enable support for the Qualcomm External Bus
118 Interface 2, which can be used to connect things like NAND Flash,
119 SRAM, ethernet adapters, FPGAs and LCD displays.
120
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +0100121config SIMPLE_PM_BUS
122 bool "Simple Power-Managed Bus Driver"
123 depends on OF && PM
Santosh Shilimkar0ee72612012-09-14 14:50:34 +0530124 help
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +0100125 Driver for transparent busses that don't need a real driver, but
126 where the bus controller is part of a PM domain, or under the control
127 of a functional clock, and thus relies on runtime PM for managing
128 this PM domain and/or clock.
129 An example of such a bus controller is the Renesas Bus State
130 Controller (BSC, sometimes called "LBSC within Bus Bridge", or
131 "External Bus Interface") as found on several Renesas ARM SoCs.
Pawel Molla33b0da2014-07-22 18:32:59 +0100132
Chen-Yu Tsaid787dcd2015-10-23 20:41:31 +0200133config SUNXI_RSB
134 tristate "Allwinner sunXi Reduced Serial Bus Driver"
Jagan Tekidc1a37b2017-08-12 11:10:41 +0530135 default MACH_SUN8I || MACH_SUN9I || ARM64
Chen-Yu Tsaid787dcd2015-10-23 20:41:31 +0200136 depends on ARCH_SUNXI
137 select REGMAP
138 help
139 Say y here to enable support for Allwinner's Reduced Serial Bus
140 (RSB) support. This controller is responsible for communicating
141 with various RSB based devices, such as AXP223, AXP8XX PMICs,
142 and AC100/AC200 ICs.
143
Jon Hunter46a88532016-06-17 13:40:32 +0100144config TEGRA_ACONNECT
Thierry Reding2d301c02016-06-30 17:07:05 +0200145 tristate "Tegra ACONNECT Bus Driver"
Jon Hunter46a88532016-06-17 13:40:32 +0100146 depends on ARCH_TEGRA_210_SOC
147 depends on OF && PM
148 select PM_CLK
149 help
150 Driver for the Tegra ACONNECT bus which is used to interface with
151 the devices inside the Audio Processing Engine (APE) for Tegra210.
152
Mirza Krak40eb4772016-11-07 09:30:05 +0100153config TEGRA_GMI
154 tristate "Tegra Generic Memory Interface bus driver"
155 depends on ARCH_TEGRA
156 help
157 Driver for the Tegra Generic Memory Interface bus which can be used
158 to attach devices such as NOR, UART, FPGA and more.
159
Tony Lindgren0eecc632017-10-10 14:23:43 -0700160config TI_SYSC
161 bool "TI sysc interconnect target module driver"
162 depends on ARCH_OMAP2PLUS
163 help
164 Generic driver for Texas Instruments interconnect target module
165 found on many TI SoCs.
166
Masahiro Yamada4b7f48d2015-12-09 15:52:59 +0900167config UNIPHIER_SYSTEM_BUS
Masahiro Yamada047a5552016-01-23 23:06:28 +0900168 tristate "UniPhier System Bus driver"
Masahiro Yamada4b7f48d2015-12-09 15:52:59 +0900169 depends on ARCH_UNIPHIER && OF
170 default y
171 help
172 Support for UniPhier System Bus, a simple external bus. This is
173 needed to use on-board devices connected to UniPhier SoCs.
174
Pawel Moll3b9334a2014-04-30 16:46:29 +0100175config VEXPRESS_CONFIG
176 bool "Versatile Express configuration bus"
177 default y if ARCH_VEXPRESS
178 depends on ARM || ARM64
Arnd Bergmannb33cdd22014-05-26 17:25:22 +0200179 depends on OF
Pawel Moll3b9334a2014-04-30 16:46:29 +0100180 select REGMAP
181 help
182 Platform configuration infrastructure for the ARM Ltd.
183 Versatile Express.
Bartosz Golaszewski8e7223f2016-10-31 15:45:35 +0100184
185config DA8XX_MSTPRI
186 bool "TI da8xx master peripheral priority driver"
187 depends on ARCH_DAVINCI_DA8XX
188 help
189 Driver for Texas Instruments da8xx master peripheral priority
190 configuration. Allows to adjust the priorities of all master
191 peripherals.
192
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +0530193endmenu