Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 1 | # |
| 2 | # Bus Devices |
| 3 | # |
| 4 | |
| 5 | menu "Bus devices" |
| 6 | |
Geert Uytterhoeven | 13fbf3c | 2015-02-05 11:11:24 +0100 | [diff] [blame] | 7 | config ARM_CCI |
| 8 | bool "ARM CCI driver support" |
| 9 | depends on ARM && OF && CPU_V7 |
| 10 | help |
| 11 | Driver supporting the CCI cache coherent interconnect for ARM |
| 12 | platforms. |
| 13 | |
| 14 | config ARM_CCN |
| 15 | bool "ARM CCN driver support" |
| 16 | depends on ARM || ARM64 |
| 17 | depends on PERF_EVENTS |
| 18 | help |
| 19 | PMU (perf) driver supporting the ARM CCN (Cache Coherent Network) |
| 20 | interconnect. |
| 21 | |
Florian Fainelli | 44127b7 | 2014-05-19 13:05:59 -0700 | [diff] [blame] | 22 | config BRCMSTB_GISB_ARB |
| 23 | bool "Broadcom STB GISB bus arbiter" |
Kevin Cernekee | dd1d78a | 2014-11-25 16:49:49 -0800 | [diff] [blame] | 24 | depends on ARM || MIPS |
Florian Fainelli | 44127b7 | 2014-05-19 13:05:59 -0700 | [diff] [blame] | 25 | help |
| 26 | Driver for the Broadcom Set Top Box System-on-a-chip internal bus |
| 27 | arbiter. This driver provides timeout and target abort error handling |
| 28 | and internal bus master decoding. |
| 29 | |
Huang Shijie | 85bf6d4 | 2013-05-28 14:20:07 +0800 | [diff] [blame] | 30 | config IMX_WEIM |
| 31 | bool "Freescale EIM DRIVER" |
| 32 | depends on ARCH_MXC |
| 33 | help |
Alexander Shiyan | 3f98b6b | 2013-06-29 08:27:54 +0400 | [diff] [blame] | 34 | Driver for i.MX WEIM controller. |
Huang Shijie | 85bf6d4 | 2013-05-28 14:20:07 +0800 | [diff] [blame] | 35 | The WEIM(Wireless External Interface Module) works like a bus. |
| 36 | You can attach many different devices on it, such as NOR, onenand. |
Huang Shijie | 85bf6d4 | 2013-05-28 14:20:07 +0800 | [diff] [blame] | 37 | |
Thomas Petazzoni | fddddb5 | 2013-03-21 17:59:14 +0100 | [diff] [blame] | 38 | config MVEBU_MBUS |
| 39 | bool |
| 40 | depends on PLAT_ORION |
| 41 | help |
| 42 | Driver needed for the MBus configuration on Marvell EBU SoCs |
| 43 | (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP). |
| 44 | |
Geert Uytterhoeven | 13fbf3c | 2015-02-05 11:11:24 +0100 | [diff] [blame] | 45 | config OMAP_INTERCONNECT |
| 46 | tristate "OMAP INTERCONNECT DRIVER" |
| 47 | depends on ARCH_OMAP2PLUS |
| 48 | |
| 49 | help |
| 50 | Driver to enable OMAP interconnect error handling driver. |
| 51 | |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 52 | config OMAP_OCP2SCP |
| 53 | tristate "OMAP OCP2SCP DRIVER" |
Tony Lindgren | 770b6cb | 2012-12-16 12:28:46 -0800 | [diff] [blame] | 54 | depends on ARCH_OMAP2PLUS |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 55 | help |
| 56 | Driver to enable ocp2scp module which transforms ocp interface |
| 57 | protocol to scp protocol. In OMAP4, USB PHY is connected via |
| 58 | OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via |
| 59 | OCP2SCP. |
| 60 | |
Geert Uytterhoeven | 89d463e | 2015-02-05 11:11:28 +0100 | [diff] [blame^] | 61 | config SIMPLE_PM_BUS |
| 62 | bool "Simple Power-Managed Bus Driver" |
| 63 | depends on OF && PM |
| 64 | depends on ARCH_SHMOBILE || COMPILE_TEST |
| 65 | help |
| 66 | Driver for transparent busses that don't need a real driver, but |
| 67 | where the bus controller is part of a PM domain, or under the control |
| 68 | of a functional clock, and thus relies on runtime PM for managing |
| 69 | this PM domain and/or clock. |
| 70 | An example of such a bus controller is the Renesas Bus State |
| 71 | Controller (BSC, sometimes called "LBSC within Bus Bridge", or |
| 72 | "External Bus Interface") as found on several Renesas ARM SoCs. |
| 73 | |
Pawel Moll | 3b9334a | 2014-04-30 16:46:29 +0100 | [diff] [blame] | 74 | config VEXPRESS_CONFIG |
| 75 | bool "Versatile Express configuration bus" |
| 76 | default y if ARCH_VEXPRESS |
| 77 | depends on ARM || ARM64 |
Arnd Bergmann | b33cdd2 | 2014-05-26 17:25:22 +0200 | [diff] [blame] | 78 | depends on OF |
Pawel Moll | 3b9334a | 2014-04-30 16:46:29 +0100 | [diff] [blame] | 79 | select REGMAP |
| 80 | help |
| 81 | Platform configuration infrastructure for the ARM Ltd. |
| 82 | Versatile Express. |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 83 | endmenu |