blob: a1d4af6df3f57a5e7de71bbdaa79bb5f271d0fef [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
James Hogan8286ae02015-03-25 15:39:50 +000058config MIPS_CDMM
59 bool "MIPS Common Device Memory Map (CDMM) Driver"
60 depends on CPU_MIPSR2
61 help
62 Driver needed for the MIPS Common Device Memory Map bus in MIPS
63 cores. This bus is for per-CPU tightly coupled devices such as the
64 Fast Debug Channel (FDC).
65
66 For this to work, either your bootloader needs to enable the CDMM
67 region at an unused physical address on the boot CPU, or else your
68 platform code needs to implement mips_cdmm_phys_base() (see
69 asm/cdmm.h).
70
Thomas Petazzonifddddb52013-03-21 17:59:14 +010071config MVEBU_MBUS
72 bool
73 depends on PLAT_ORION
74 help
75 Driver needed for the MBus configuration on Marvell EBU SoCs
76 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
77
Geert Uytterhoeven13fbf3c2015-02-05 11:11:24 +010078config OMAP_INTERCONNECT
79 tristate "OMAP INTERCONNECT DRIVER"
80 depends on ARCH_OMAP2PLUS
81
82 help
83 Driver to enable OMAP interconnect error handling driver.
84
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053085config OMAP_OCP2SCP
86 tristate "OMAP OCP2SCP DRIVER"
Tony Lindgren770b6cb2012-12-16 12:28:46 -080087 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053088 help
89 Driver to enable ocp2scp module which transforms ocp interface
90 protocol to scp protocol. In OMAP4, USB PHY is connected via
91 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
92 OCP2SCP.
93
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +010094config SIMPLE_PM_BUS
95 bool "Simple Power-Managed Bus Driver"
96 depends on OF && PM
97 depends on ARCH_SHMOBILE || COMPILE_TEST
Santosh Shilimkar0ee72612012-09-14 14:50:34 +053098 help
Geert Uytterhoeven89d463e2015-02-05 11:11:28 +010099 Driver for transparent busses that don't need a real driver, but
100 where the bus controller is part of a PM domain, or under the control
101 of a functional clock, and thus relies on runtime PM for managing
102 this PM domain and/or clock.
103 An example of such a bus controller is the Renesas Bus State
104 Controller (BSC, sometimes called "LBSC within Bus Bridge", or
105 "External Bus Interface") as found on several Renesas ARM SoCs.
Pawel Molla33b0da2014-07-22 18:32:59 +0100106
Pawel Moll3b9334a2014-04-30 16:46:29 +0100107config VEXPRESS_CONFIG
108 bool "Versatile Express configuration bus"
109 default y if ARCH_VEXPRESS
110 depends on ARM || ARM64
Arnd Bergmannb33cdd22014-05-26 17:25:22 +0200111 depends on OF
Pawel Moll3b9334a2014-04-30 16:46:29 +0100112 select REGMAP
113 help
114 Platform configuration infrastructure for the ARM Ltd.
115 Versatile Express.
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +0530116endmenu