blob: d1c0b60e9326f5f5a0b0db56ac7d328283f27506 [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
11config ARM_CCI400_COMMON
12 bool
13 select ARM_CCI
14
Olof Johansson47f36e42015-04-03 13:38:43 -070015config 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.
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010022
Florian Fainelli44127b72014-05-19 13:05:59 -070023config BRCMSTB_GISB_ARB
24 bool "Broadcom STB GISB bus arbiter"
Doug Berger8c7aa172017-03-29 17:29:13 -070025 depends on ARM || ARM64 || MIPS
Florian Fainellib0ec6332016-04-16 13:46:14 -070026 default ARCH_BRCMSTB || BMIPS_GENERIC
Florian Fainelli44127b72014-05-19 13:05:59 -070027 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.
31
Zhichang Yuanadf38bb2018-03-21 17:23:02 -050032config HISILICON_LPC
33 bool "Support for ISA I/O space on HiSilicon Hip06/7"
34 depends on ARM64 && (ARCH_HISI || COMPILE_TEST)
35 select INDIRECT_PIO
36 help
37 Driver to enable I/O access to devices attached to the Low Pin
38 Count bus on the HiSilicon Hip06/7 SoC.
39
Huang Shijie85bf6d42013-05-28 14:20:07 +080040config IMX_WEIM
41 bool "Freescale EIM DRIVER"
42 depends on ARCH_MXC
43 help
Alexander Shiyan3f98b6b2013-06-29 08:27:54 +040044 Driver for i.MX WEIM controller.
Huang Shijie85bf6d42013-05-28 14:20:07 +080045 The WEIM(Wireless External Interface Module) works like a bus.
46 You can attach many different devices on it, such as NOR, onenand.
Huang Shijie85bf6d42013-05-28 14:20:07 +080047
James Hogan8286ae02015-03-25 15:39:50 +000048config MIPS_CDMM
49 bool "MIPS Common Device Memory Map (CDMM) Driver"
50 depends on CPU_MIPSR2
51 help
52 Driver needed for the MIPS Common Device Memory Map bus in MIPS
53 cores. This bus is for per-CPU tightly coupled devices such as the
54 Fast Debug Channel (FDC).
55
56 For this to work, either your bootloader needs to enable the CDMM
57 region at an unused physical address on the boot CPU, or else your
58 platform code needs to implement mips_cdmm_phys_base() (see
59 asm/cdmm.h).
60
Thomas Petazzonifddddb52013-03-21 17:59:14 +010061config MVEBU_MBUS
62 bool
63 depends on PLAT_ORION
64 help
65 Driver needed for the MBus configuration on Marvell EBU SoCs
66 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
67
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010068config OMAP_INTERCONNECT
69 tristate "OMAP INTERCONNECT DRIVER"
70 depends on ARCH_OMAP2PLUS
71
72 help
73 Driver to enable OMAP interconnect error handling driver.
74
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053075config OMAP_OCP2SCP
76 tristate "OMAP OCP2SCP DRIVER"
Tony Lindgren770b6cb2012-12-16 12:28:46 -080077 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053078 help
79 Driver to enable ocp2scp module which transforms ocp interface
80 protocol to scp protocol. In OMAP4, USB PHY is connected via
81 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
82 OCP2SCP.
83
Linus Walleij335a1272016-07-08 00:11:02 +020084config QCOM_EBI2
85 bool "Qualcomm External Bus Interface 2 (EBI2)"
Linus Walleijd6db68b2016-10-02 23:53:59 +020086 depends on HAS_IOMEM
Linus Walleij5fac7e82016-10-04 13:56:19 +020087 depends on ARCH_QCOM || COMPILE_TEST
Linus Walleijc5d8ccf2017-01-12 08:08:55 +010088 default ARCH_QCOM
Linus Walleij335a1272016-07-08 00:11:02 +020089 help
90 Say y here to enable support for the Qualcomm External Bus
91 Interface 2, which can be used to connect things like NAND Flash,
92 SRAM, ethernet adapters, FPGAs and LCD displays.
93
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +010094config SIMPLE_PM_BUS
Paul Gortmakera248efb2017-11-30 12:57:00 +010095 tristate "Simple Power-Managed Bus Driver"
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +010096 depends on OF && PM
Santosh Shilimkar0ee72612012-09-14 14:50:34 +053097 help
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +010098 Driver for transparent busses that don't need a real driver, but
99 where the bus controller is part of a PM domain, or under the control
100 of a functional clock, and thus relies on runtime PM for managing
101 this PM domain and/or clock.
102 An example of such a bus controller is the Renesas Bus State
103 Controller (BSC, sometimes called "LBSC within Bus Bridge", or
104 "External Bus Interface") as found on several Renesas ARM SoCs.
Pawel Molla33b0da2014-07-22 18:32:59 +0100105
Chen-Yu Tsaid787dcd2015-10-23 20:41:31 +0200106config SUNXI_RSB
107 tristate "Allwinner sunXi Reduced Serial Bus Driver"
Jagan Tekidc1a37b2017-08-12 11:10:41 +0530108 default MACH_SUN8I || MACH_SUN9I || ARM64
Chen-Yu Tsaid787dcd2015-10-23 20:41:31 +0200109 depends on ARCH_SUNXI
110 select REGMAP
111 help
112 Say y here to enable support for Allwinner's Reduced Serial Bus
113 (RSB) support. This controller is responsible for communicating
114 with various RSB based devices, such as AXP223, AXP8XX PMICs,
115 and AC100/AC200 ICs.
116
Jon Hunter46a88532016-06-17 13:40:32 +0100117config TEGRA_ACONNECT
Thierry Reding2d301c02016-06-30 17:07:05 +0200118 tristate "Tegra ACONNECT Bus Driver"
Jon Hunter46a88532016-06-17 13:40:32 +0100119 depends on ARCH_TEGRA_210_SOC
120 depends on OF && PM
121 select PM_CLK
122 help
123 Driver for the Tegra ACONNECT bus which is used to interface with
124 the devices inside the Audio Processing Engine (APE) for Tegra210.
125
Mirza Krak40eb4772016-11-07 09:30:05 +0100126config TEGRA_GMI
127 tristate "Tegra Generic Memory Interface bus driver"
128 depends on ARCH_TEGRA
129 help
130 Driver for the Tegra Generic Memory Interface bus which can be used
131 to attach devices such as NOR, UART, FPGA and more.
132
Tony Lindgren0eecc632017-10-10 14:23:43 -0700133config TI_SYSC
134 bool "TI sysc interconnect target module driver"
135 depends on ARCH_OMAP2PLUS
136 help
137 Generic driver for Texas Instruments interconnect target module
138 found on many TI SoCs.
139
Sebastien Bourdelin5b143d2a2017-11-01 13:14:33 -0400140config TS_NBUS
141 tristate "Technologic Systems NBUS Driver"
142 depends on SOC_IMX28
143 depends on OF_GPIO && PWM
144 help
145 Driver for the Technologic Systems NBUS which is used to interface
146 with the peripherals in the FPGA of the TS-4600 SoM.
147
Masahiro Yamada4b7f48d2015-12-09 15:52:59 +0900148config UNIPHIER_SYSTEM_BUS
Masahiro Yamada047a5552016-01-23 23:06:28 +0900149 tristate "UniPhier System Bus driver"
Masahiro Yamada4b7f48d2015-12-09 15:52:59 +0900150 depends on ARCH_UNIPHIER && OF
151 default y
152 help
153 Support for UniPhier System Bus, a simple external bus. This is
154 needed to use on-board devices connected to UniPhier SoCs.
155
Pawel Moll3b9334a2014-04-30 16:46:29 +0100156config VEXPRESS_CONFIG
157 bool "Versatile Express configuration bus"
158 default y if ARCH_VEXPRESS
159 depends on ARM || ARM64
Arnd Bergmannb33cdd22014-05-26 17:25:22 +0200160 depends on OF
Pawel Moll3b9334a2014-04-30 16:46:29 +0100161 select REGMAP
162 help
163 Platform configuration infrastructure for the ARM Ltd.
164 Versatile Express.
Bartosz Golaszewski8e7223f2016-10-31 15:45:35 +0100165
166config DA8XX_MSTPRI
167 bool "TI da8xx master peripheral priority driver"
168 depends on ARCH_DAVINCI_DA8XX
169 help
170 Driver for Texas Instruments da8xx master peripheral priority
171 configuration. Allows to adjust the priorities of all master
172 peripherals.
173
Bogdan Purcareata6bd067c2018-02-05 08:07:42 -0600174source "drivers/bus/fsl-mc/Kconfig"
175
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +0530176endmenu