xref: /linux/drivers/bus/Kconfig (revision 5bc7f990cd98f3f7977d62bfe75c50b4b33d13f6)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
226a84b3eSKishon Vijay Abraham I#
326a84b3eSKishon Vijay Abraham I# Bus Devices
426a84b3eSKishon Vijay Abraham I#
526a84b3eSKishon Vijay Abraham I
626a84b3eSKishon Vijay Abraham Imenu "Bus devices"
726a84b3eSKishon Vijay Abraham I
813fbf3c8SGeert Uytterhoevenconfig ARM_CCI
947f36e49SOlof Johansson	bool
1047f36e49SOlof Johansson
1147f36e49SOlof Johanssonconfig ARM_CCI400_COMMON
1247f36e49SOlof Johansson	bool
1347f36e49SOlof Johansson	select ARM_CCI
1447f36e49SOlof Johansson
1547f36e49SOlof Johanssonconfig ARM_CCI400_PORT_CTRL
1647f36e49SOlof Johansson	bool
1747f36e49SOlof Johansson	depends on ARM && OF && CPU_V7
1847f36e49SOlof Johansson	select ARM_CCI400_COMMON
1947f36e49SOlof Johansson	help
2047f36e49SOlof Johansson	  Low level power management driver for CCI400 cache coherent
2147f36e49SOlof Johansson	  interconnect for ARM platforms.
2213fbf3c8SGeert Uytterhoeven
2344127b77SFlorian Fainelliconfig BRCMSTB_GISB_ARB
2444127b77SFlorian Fainelli	bool "Broadcom STB GISB bus arbiter"
258c7aa17aSDoug Berger	depends on ARM || ARM64 || MIPS
26b0ec633cSFlorian Fainelli	default ARCH_BRCMSTB || BMIPS_GENERIC
2744127b77SFlorian Fainelli	help
2844127b77SFlorian Fainelli	  Driver for the Broadcom Set Top Box System-on-a-chip internal bus
2944127b77SFlorian Fainelli	  arbiter. This driver provides timeout and target abort error handling
3044127b77SFlorian Fainelli	  and internal bus master decoding.
3144127b77SFlorian Fainelli
32*5bc7f990SMarek Behúnconfig MOXTET
33*5bc7f990SMarek Behún	tristate "CZ.NIC Turris Mox module configuration bus"
34*5bc7f990SMarek Behún	depends on SPI_MASTER && OF
35*5bc7f990SMarek Behún	help
36*5bc7f990SMarek Behún	  Say yes here to add support for the module configuration bus found
37*5bc7f990SMarek Behún	  on CZ.NIC's Turris Mox. This is needed for the ability to discover
38*5bc7f990SMarek Behún	  the order in which the modules are connected and to get/set some of
39*5bc7f990SMarek Behún	  their settings. For example the GPIOs on Mox SFP module are
40*5bc7f990SMarek Behún	  configured through this bus.
41*5bc7f990SMarek Behún
42adf38bb0SZhichang Yuanconfig HISILICON_LPC
43adf38bb0SZhichang Yuan	bool "Support for ISA I/O space on HiSilicon Hip06/7"
44adf38bb0SZhichang Yuan	depends on ARM64 && (ARCH_HISI || COMPILE_TEST)
45adf38bb0SZhichang Yuan	select INDIRECT_PIO
46adf38bb0SZhichang Yuan	help
47adf38bb0SZhichang Yuan	  Driver to enable I/O access to devices attached to the Low Pin
48adf38bb0SZhichang Yuan	  Count bus on the HiSilicon Hip06/7 SoC.
49adf38bb0SZhichang Yuan
5085bf6d4eSHuang Shijieconfig IMX_WEIM
5185bf6d4eSHuang Shijie	bool "Freescale EIM DRIVER"
5285bf6d4eSHuang Shijie	depends on ARCH_MXC
5385bf6d4eSHuang Shijie	help
543f98b6baSAlexander Shiyan	  Driver for i.MX WEIM controller.
5585bf6d4eSHuang Shijie	  The WEIM(Wireless External Interface Module) works like a bus.
5685bf6d4eSHuang Shijie	  You can attach many different devices on it, such as NOR, onenand.
5785bf6d4eSHuang Shijie
588286ae03SJames Hoganconfig MIPS_CDMM
598286ae03SJames Hogan	bool "MIPS Common Device Memory Map (CDMM) Driver"
608286ae03SJames Hogan	depends on CPU_MIPSR2
618286ae03SJames Hogan	help
628286ae03SJames Hogan	  Driver needed for the MIPS Common Device Memory Map bus in MIPS
638286ae03SJames Hogan	  cores. This bus is for per-CPU tightly coupled devices such as the
648286ae03SJames Hogan	  Fast Debug Channel (FDC).
658286ae03SJames Hogan
668286ae03SJames Hogan	  For this to work, either your bootloader needs to enable the CDMM
678286ae03SJames Hogan	  region at an unused physical address on the boot CPU, or else your
688286ae03SJames Hogan	  platform code needs to implement mips_cdmm_phys_base() (see
698286ae03SJames Hogan	  asm/cdmm.h).
708286ae03SJames Hogan
71fddddb52SThomas Petazzoniconfig MVEBU_MBUS
72fddddb52SThomas Petazzoni	bool
73fddddb52SThomas Petazzoni	depends on PLAT_ORION
74fddddb52SThomas Petazzoni	help
75fddddb52SThomas Petazzoni	  Driver needed for the MBus configuration on Marvell EBU SoCs
76fddddb52SThomas Petazzoni	  (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
77fddddb52SThomas Petazzoni
7813fbf3c8SGeert Uytterhoevenconfig OMAP_INTERCONNECT
7913fbf3c8SGeert Uytterhoeven	tristate "OMAP INTERCONNECT DRIVER"
8013fbf3c8SGeert Uytterhoeven	depends on ARCH_OMAP2PLUS
8113fbf3c8SGeert Uytterhoeven
8213fbf3c8SGeert Uytterhoeven	help
8313fbf3c8SGeert Uytterhoeven	  Driver to enable OMAP interconnect error handling driver.
8413fbf3c8SGeert Uytterhoeven
8526a84b3eSKishon Vijay Abraham Iconfig OMAP_OCP2SCP
8626a84b3eSKishon Vijay Abraham I	tristate "OMAP OCP2SCP DRIVER"
87770b6cb4STony Lindgren	depends on ARCH_OMAP2PLUS
8826a84b3eSKishon Vijay Abraham I	help
8926a84b3eSKishon Vijay Abraham I	  Driver to enable ocp2scp module which transforms ocp interface
9026a84b3eSKishon Vijay Abraham I	  protocol to scp protocol. In OMAP4, USB PHY is connected via
9126a84b3eSKishon Vijay Abraham I	  OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
9226a84b3eSKishon Vijay Abraham I	  OCP2SCP.
9326a84b3eSKishon Vijay Abraham I
94335a1275SLinus Walleijconfig QCOM_EBI2
95335a1275SLinus Walleij	bool "Qualcomm External Bus Interface 2 (EBI2)"
96d6db68b2SLinus Walleij	depends on HAS_IOMEM
975fac7e84SLinus Walleij	depends on ARCH_QCOM || COMPILE_TEST
98c5d8ccfeSLinus Walleij	default ARCH_QCOM
99335a1275SLinus Walleij	help
100335a1275SLinus Walleij	  Say y here to enable support for the Qualcomm External Bus
101335a1275SLinus Walleij	  Interface 2, which can be used to connect things like NAND Flash,
102335a1275SLinus Walleij	  SRAM, ethernet adapters, FPGAs and LCD displays.
103335a1275SLinus Walleij
10489d463eaSGeert Uytterhoevenconfig SIMPLE_PM_BUS
105a248efb3SPaul Gortmaker	tristate "Simple Power-Managed Bus Driver"
10689d463eaSGeert Uytterhoeven	depends on OF && PM
1070ee7261cSSantosh Shilimkar	help
10889d463eaSGeert Uytterhoeven	  Driver for transparent busses that don't need a real driver, but
10989d463eaSGeert Uytterhoeven	  where the bus controller is part of a PM domain, or under the control
11089d463eaSGeert Uytterhoeven	  of a functional clock, and thus relies on runtime PM for managing
11189d463eaSGeert Uytterhoeven	  this PM domain and/or clock.
11289d463eaSGeert Uytterhoeven	  An example of such a bus controller is the Renesas Bus State
11389d463eaSGeert Uytterhoeven	  Controller (BSC, sometimes called "LBSC within Bus Bridge", or
11489d463eaSGeert Uytterhoeven	  "External Bus Interface") as found on several Renesas ARM SoCs.
115a33b0daaSPawel Moll
1168818e865SIcenowy Zhengconfig SUN50I_DE2_BUS
1178818e865SIcenowy Zheng	bool "Allwinner A64 DE2 Bus Driver"
1188818e865SIcenowy Zheng	  default ARM64
1198818e865SIcenowy Zheng	  depends on ARCH_SUNXI
1208818e865SIcenowy Zheng	  select SUNXI_SRAM
1218818e865SIcenowy Zheng	  help
1228818e865SIcenowy Zheng	  Say y here to enable support for Allwinner A64 DE2 bus driver. It's
1238818e865SIcenowy Zheng	  mostly transparent, but a SRAM region needs to be claimed in the SRAM
1248818e865SIcenowy Zheng	  controller to make the all blocks in the DE2 part accessible.
1258818e865SIcenowy Zheng
126d787dcdbSChen-Yu Tsaiconfig SUNXI_RSB
127d787dcdbSChen-Yu Tsai	tristate "Allwinner sunXi Reduced Serial Bus Driver"
128dc1a37b2SJagan Teki	  default MACH_SUN8I || MACH_SUN9I || ARM64
129d787dcdbSChen-Yu Tsai	  depends on ARCH_SUNXI
130d787dcdbSChen-Yu Tsai	  select REGMAP
131d787dcdbSChen-Yu Tsai	  help
132d787dcdbSChen-Yu Tsai	  Say y here to enable support for Allwinner's Reduced Serial Bus
133d787dcdbSChen-Yu Tsai	  (RSB) support. This controller is responsible for communicating
134d787dcdbSChen-Yu Tsai	  with various RSB based devices, such as AXP223, AXP8XX PMICs,
135d787dcdbSChen-Yu Tsai	  and AC100/AC200 ICs.
136d787dcdbSChen-Yu Tsai
13746a88534SJon Hunterconfig TEGRA_ACONNECT
1382d301c07SThierry Reding	tristate "Tegra ACONNECT Bus Driver"
13946a88534SJon Hunter	depends on ARCH_TEGRA_210_SOC
14046a88534SJon Hunter	depends on OF && PM
14146a88534SJon Hunter	select PM_CLK
14246a88534SJon Hunter	help
14346a88534SJon Hunter	  Driver for the Tegra ACONNECT bus which is used to interface with
14446a88534SJon Hunter	  the devices inside the Audio Processing Engine (APE) for Tegra210.
14546a88534SJon Hunter
14640eb4776SMirza Krakconfig TEGRA_GMI
14740eb4776SMirza Krak	tristate "Tegra Generic Memory Interface bus driver"
14840eb4776SMirza Krak	depends on ARCH_TEGRA
14940eb4776SMirza Krak	help
15040eb4776SMirza Krak	  Driver for the Tegra Generic Memory Interface bus which can be used
15140eb4776SMirza Krak	  to attach devices such as NOR, UART, FPGA and more.
15240eb4776SMirza Krak
1530eecc636STony Lindgrenconfig TI_SYSC
1540eecc636STony Lindgren	bool "TI sysc interconnect target module driver"
1550eecc636STony Lindgren	depends on ARCH_OMAP2PLUS
1560eecc636STony Lindgren	help
1570eecc636STony Lindgren	  Generic driver for Texas Instruments interconnect target module
1580eecc636STony Lindgren	  found on many TI SoCs.
1590eecc636STony Lindgren
1605b143d2aSSebastien Bourdelinconfig TS_NBUS
1615b143d2aSSebastien Bourdelin	tristate "Technologic Systems NBUS Driver"
1625b143d2aSSebastien Bourdelin	depends on SOC_IMX28
1635b143d2aSSebastien Bourdelin	depends on OF_GPIO && PWM
1645b143d2aSSebastien Bourdelin	help
1655b143d2aSSebastien Bourdelin	  Driver for the Technologic Systems NBUS which is used to interface
1665b143d2aSSebastien Bourdelin	  with the peripherals in the FPGA of the TS-4600 SoM.
1675b143d2aSSebastien Bourdelin
1684b7f48d3SMasahiro Yamadaconfig UNIPHIER_SYSTEM_BUS
169047a555fSMasahiro Yamada	tristate "UniPhier System Bus driver"
1704b7f48d3SMasahiro Yamada	depends on ARCH_UNIPHIER && OF
1714b7f48d3SMasahiro Yamada	default y
1724b7f48d3SMasahiro Yamada	help
1734b7f48d3SMasahiro Yamada	  Support for UniPhier System Bus, a simple external bus.  This is
1744b7f48d3SMasahiro Yamada	  needed to use on-board devices connected to UniPhier SoCs.
1754b7f48d3SMasahiro Yamada
1763b9334acSPawel Mollconfig VEXPRESS_CONFIG
1773b9334acSPawel Moll	bool "Versatile Express configuration bus"
1783b9334acSPawel Moll	default y if ARCH_VEXPRESS
1793b9334acSPawel Moll	depends on ARM || ARM64
180b33cdd28SArnd Bergmann	depends on OF
1813b9334acSPawel Moll	select REGMAP
1823b9334acSPawel Moll	help
1833b9334acSPawel Moll	  Platform configuration infrastructure for the ARM Ltd.
1843b9334acSPawel Moll	  Versatile Express.
1858e7223fcSBartosz Golaszewski
1868e7223fcSBartosz Golaszewskiconfig DA8XX_MSTPRI
1878e7223fcSBartosz Golaszewski	bool "TI da8xx master peripheral priority driver"
1888e7223fcSBartosz Golaszewski	depends on ARCH_DAVINCI_DA8XX
1898e7223fcSBartosz Golaszewski	help
1908e7223fcSBartosz Golaszewski	  Driver for Texas Instruments da8xx master peripheral priority
1918e7223fcSBartosz Golaszewski	  configuration. Allows to adjust the priorities of all master
1928e7223fcSBartosz Golaszewski	  peripherals.
1938e7223fcSBartosz Golaszewski
1946bd067c4SBogdan Purcareatasource "drivers/bus/fsl-mc/Kconfig"
1956bd067c4SBogdan Purcareata
19626a84b3eSKishon Vijay Abraham Iendmenu
197