xref: /openbmc/linux/drivers/bus/Kconfig (revision 13fbf3c8)
126a84b3eSKishon Vijay Abraham I#
226a84b3eSKishon Vijay Abraham I# Bus Devices
326a84b3eSKishon Vijay Abraham I#
426a84b3eSKishon Vijay Abraham I
526a84b3eSKishon Vijay Abraham Imenu "Bus devices"
626a84b3eSKishon Vijay Abraham I
713fbf3c8SGeert Uytterhoevenconfig ARM_CCI
813fbf3c8SGeert Uytterhoeven	bool "ARM CCI driver support"
913fbf3c8SGeert Uytterhoeven	depends on ARM && OF && CPU_V7
1013fbf3c8SGeert Uytterhoeven	help
1113fbf3c8SGeert Uytterhoeven	  Driver supporting the CCI cache coherent interconnect for ARM
1213fbf3c8SGeert Uytterhoeven	  platforms.
1313fbf3c8SGeert Uytterhoeven
1413fbf3c8SGeert Uytterhoevenconfig ARM_CCN
1513fbf3c8SGeert Uytterhoeven	bool "ARM CCN driver support"
1613fbf3c8SGeert Uytterhoeven	depends on ARM || ARM64
1713fbf3c8SGeert Uytterhoeven	depends on PERF_EVENTS
1813fbf3c8SGeert Uytterhoeven	help
1913fbf3c8SGeert Uytterhoeven	  PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
2013fbf3c8SGeert Uytterhoeven	  interconnect.
2113fbf3c8SGeert Uytterhoeven
2244127b77SFlorian Fainelliconfig BRCMSTB_GISB_ARB
2344127b77SFlorian Fainelli	bool "Broadcom STB GISB bus arbiter"
24dd1d78a1SKevin Cernekee	depends on ARM || MIPS
2544127b77SFlorian Fainelli	help
2644127b77SFlorian Fainelli	  Driver for the Broadcom Set Top Box System-on-a-chip internal bus
2744127b77SFlorian Fainelli	  arbiter. This driver provides timeout and target abort error handling
2844127b77SFlorian Fainelli	  and internal bus master decoding.
2944127b77SFlorian Fainelli
3085bf6d4eSHuang Shijieconfig IMX_WEIM
3185bf6d4eSHuang Shijie	bool "Freescale EIM DRIVER"
3285bf6d4eSHuang Shijie	depends on ARCH_MXC
3385bf6d4eSHuang Shijie	help
343f98b6baSAlexander Shiyan	  Driver for i.MX WEIM controller.
3585bf6d4eSHuang Shijie	  The WEIM(Wireless External Interface Module) works like a bus.
3685bf6d4eSHuang Shijie	  You can attach many different devices on it, such as NOR, onenand.
3785bf6d4eSHuang Shijie
38fddddb52SThomas Petazzoniconfig MVEBU_MBUS
39fddddb52SThomas Petazzoni	bool
40fddddb52SThomas Petazzoni	depends on PLAT_ORION
41fddddb52SThomas Petazzoni	help
42fddddb52SThomas Petazzoni	  Driver needed for the MBus configuration on Marvell EBU SoCs
43fddddb52SThomas Petazzoni	  (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
44fddddb52SThomas Petazzoni
4513fbf3c8SGeert Uytterhoevenconfig OMAP_INTERCONNECT
4613fbf3c8SGeert Uytterhoeven	tristate "OMAP INTERCONNECT DRIVER"
4713fbf3c8SGeert Uytterhoeven	depends on ARCH_OMAP2PLUS
4813fbf3c8SGeert Uytterhoeven
4913fbf3c8SGeert Uytterhoeven	help
5013fbf3c8SGeert Uytterhoeven	  Driver to enable OMAP interconnect error handling driver.
5113fbf3c8SGeert Uytterhoeven
5226a84b3eSKishon Vijay Abraham Iconfig OMAP_OCP2SCP
5326a84b3eSKishon Vijay Abraham I	tristate "OMAP OCP2SCP DRIVER"
54770b6cb4STony Lindgren	depends on ARCH_OMAP2PLUS
5526a84b3eSKishon Vijay Abraham I	help
5626a84b3eSKishon Vijay Abraham I	  Driver to enable ocp2scp module which transforms ocp interface
5726a84b3eSKishon Vijay Abraham I	  protocol to scp protocol. In OMAP4, USB PHY is connected via
5826a84b3eSKishon Vijay Abraham I	  OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
5926a84b3eSKishon Vijay Abraham I	  OCP2SCP.
6026a84b3eSKishon Vijay Abraham I
613b9334acSPawel Mollconfig VEXPRESS_CONFIG
623b9334acSPawel Moll	bool "Versatile Express configuration bus"
633b9334acSPawel Moll	default y if ARCH_VEXPRESS
643b9334acSPawel Moll	depends on ARM || ARM64
65b33cdd28SArnd Bergmann	depends on OF
663b9334acSPawel Moll	select REGMAP
673b9334acSPawel Moll	help
683b9334acSPawel Moll	  Platform configuration infrastructure for the ARM Ltd.
693b9334acSPawel Moll	  Versatile Express.
7026a84b3eSKishon Vijay Abraham Iendmenu
71