blob: ea816ef23537c02fa0d8d75613859a18168f829f [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
10config ARM_CCI400_COMMON
11 bool
12 select ARM_CCI
13
14config ARM_CCI400_PMU
15 bool "ARM CCI400 PMU support"
16 default y
17 depends on ARM || ARM64
18 depends on HW_PERF_EVENTS
19 select ARM_CCI400_COMMON
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010020 help
Olof Johansson47f36e42015-04-03 13:38:43 -070021 Support for PMU events monitoring on the ARM CCI cache coherent
22 interconnect.
23
24 If unsure, say Y
25
26config ARM_CCI400_PORT_CTRL
27 bool
28 depends on ARM && OF && CPU_V7
29 select ARM_CCI400_COMMON
30 help
31 Low level power management driver for CCI400 cache coherent
32 interconnect for ARM platforms.
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010033
34config ARM_CCN
35 bool "ARM CCN driver support"
36 depends on ARM || ARM64
37 depends on PERF_EVENTS
38 help
39 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
40 interconnect.
41
Florian Fainelli44127b72014-05-19 13:05:59 -070042config BRCMSTB_GISB_ARB
43 bool "Broadcom STB GISB bus arbiter"
Kevin Cernekeedd1d78a2014-11-25 16:49:49 -080044 depends on ARM || MIPS
Florian Fainelli44127b72014-05-19 13:05:59 -070045 help
46 Driver for the Broadcom Set Top Box System-on-a-chip internal bus
47 arbiter. This driver provides timeout and target abort error handling
48 and internal bus master decoding.
49
Huang Shijie85bf6d42013-05-28 14:20:07 +080050config IMX_WEIM
51 bool "Freescale EIM DRIVER"
52 depends on ARCH_MXC
53 help
Alexander Shiyan3f98b6b2013-06-29 08:27:54 +040054 Driver for i.MX WEIM controller.
Huang Shijie85bf6d42013-05-28 14:20:07 +080055 The WEIM(Wireless External Interface Module) works like a bus.
56 You can attach many different devices on it, such as NOR, onenand.
Huang Shijie85bf6d42013-05-28 14:20:07 +080057
Thomas Petazzonifddddb52013-03-21 17:59:14 +010058config MVEBU_MBUS
59 bool
60 depends on PLAT_ORION
61 help
62 Driver needed for the MBus configuration on Marvell EBU SoCs
63 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
64
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010065config OMAP_INTERCONNECT
66 tristate "OMAP INTERCONNECT DRIVER"
67 depends on ARCH_OMAP2PLUS
68
69 help
70 Driver to enable OMAP interconnect error handling driver.
71
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053072config OMAP_OCP2SCP
73 tristate "OMAP OCP2SCP DRIVER"
Tony Lindgren770b6cb2012-12-16 12:28:46 -080074 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053075 help
76 Driver to enable ocp2scp module which transforms ocp interface
77 protocol to scp protocol. In OMAP4, USB PHY is connected via
78 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
79 OCP2SCP.
80
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +010081config SIMPLE_PM_BUS
82 bool "Simple Power-Managed Bus Driver"
83 depends on OF && PM
84 depends on ARCH_SHMOBILE || COMPILE_TEST
85 help
86 Driver for transparent busses that don't need a real driver, but
87 where the bus controller is part of a PM domain, or under the control
88 of a functional clock, and thus relies on runtime PM for managing
89 this PM domain and/or clock.
90 An example of such a bus controller is the Renesas Bus State
91 Controller (BSC, sometimes called "LBSC within Bus Bridge", or
92 "External Bus Interface") as found on several Renesas ARM SoCs.
93
Pawel Moll3b9334a2014-04-30 16:46:29 +010094config VEXPRESS_CONFIG
95 bool "Versatile Express configuration bus"
96 default y if ARCH_VEXPRESS
97 depends on ARM || ARM64
Arnd Bergmannb33cdd22014-05-26 17:25:22 +020098 depends on OF
Pawel Moll3b9334a2014-04-30 16:46:29 +010099 select REGMAP
100 help
101 Platform configuration infrastructure for the ARM Ltd.
102 Versatile Express.
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +0530103endmenu