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 | |
Florian Fainelli | 44127b7 | 2014-05-19 13:05:59 -0700 | [diff] [blame] | 7 | config BRCMSTB_GISB_ARB |
| 8 | bool "Broadcom STB GISB bus arbiter" |
Kevin Cernekee | dd1d78a | 2014-11-25 16:49:49 -0800 | [diff] [blame] | 9 | depends on ARM || MIPS |
Florian Fainelli | 44127b7 | 2014-05-19 13:05:59 -0700 | [diff] [blame] | 10 | help |
| 11 | Driver for the Broadcom Set Top Box System-on-a-chip internal bus |
| 12 | arbiter. This driver provides timeout and target abort error handling |
| 13 | and internal bus master decoding. |
| 14 | |
Huang Shijie | 85bf6d4 | 2013-05-28 14:20:07 +0800 | [diff] [blame] | 15 | config IMX_WEIM |
| 16 | bool "Freescale EIM DRIVER" |
| 17 | depends on ARCH_MXC |
| 18 | help |
Alexander Shiyan | 3f98b6b | 2013-06-29 08:27:54 +0400 | [diff] [blame] | 19 | Driver for i.MX WEIM controller. |
Huang Shijie | 85bf6d4 | 2013-05-28 14:20:07 +0800 | [diff] [blame] | 20 | The WEIM(Wireless External Interface Module) works like a bus. |
| 21 | You can attach many different devices on it, such as NOR, onenand. |
Huang Shijie | 85bf6d4 | 2013-05-28 14:20:07 +0800 | [diff] [blame] | 22 | |
Thomas Petazzoni | fddddb5 | 2013-03-21 17:59:14 +0100 | [diff] [blame] | 23 | config MVEBU_MBUS |
| 24 | bool |
| 25 | depends on PLAT_ORION |
| 26 | help |
| 27 | Driver needed for the MBus configuration on Marvell EBU SoCs |
| 28 | (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP). |
| 29 | |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 30 | config OMAP_OCP2SCP |
| 31 | tristate "OMAP OCP2SCP DRIVER" |
Tony Lindgren | 770b6cb | 2012-12-16 12:28:46 -0800 | [diff] [blame] | 32 | depends on ARCH_OMAP2PLUS |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 33 | help |
| 34 | Driver to enable ocp2scp module which transforms ocp interface |
| 35 | protocol to scp protocol. In OMAP4, USB PHY is connected via |
| 36 | OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via |
| 37 | OCP2SCP. |
| 38 | |
Santosh Shilimkar | 0ee7261 | 2012-09-14 14:50:34 +0530 | [diff] [blame] | 39 | config OMAP_INTERCONNECT |
| 40 | tristate "OMAP INTERCONNECT DRIVER" |
| 41 | depends on ARCH_OMAP2PLUS |
| 42 | |
| 43 | help |
| 44 | Driver to enable OMAP interconnect error handling driver. |
Lorenzo Pieralisi | ed69bdd | 2012-07-13 15:55:52 +0100 | [diff] [blame] | 45 | |
| 46 | config ARM_CCI |
| 47 | bool "ARM CCI driver support" |
Arnd Bergmann | 30b6f37 | 2014-03-15 20:32:00 +0100 | [diff] [blame] | 48 | depends on ARM && OF && CPU_V7 |
Lorenzo Pieralisi | ed69bdd | 2012-07-13 15:55:52 +0100 | [diff] [blame] | 49 | help |
| 50 | Driver supporting the CCI cache coherent interconnect for ARM |
| 51 | platforms. |
Pawel Moll | 3b9334a | 2014-04-30 16:46:29 +0100 | [diff] [blame] | 52 | |
Pawel Moll | a33b0da | 2014-07-22 18:32:59 +0100 | [diff] [blame] | 53 | config ARM_CCN |
| 54 | bool "ARM CCN driver support" |
| 55 | depends on ARM || ARM64 |
Arnd Bergmann | ce58d2b | 2014-07-24 13:18:22 +0200 | [diff] [blame] | 56 | depends on PERF_EVENTS |
Pawel Moll | a33b0da | 2014-07-22 18:32:59 +0100 | [diff] [blame] | 57 | help |
| 58 | PMU (perf) driver supporting the ARM CCN (Cache Coherent Network) |
| 59 | interconnect. |
| 60 | |
Pawel Moll | 3b9334a | 2014-04-30 16:46:29 +0100 | [diff] [blame] | 61 | config VEXPRESS_CONFIG |
| 62 | bool "Versatile Express configuration bus" |
| 63 | default y if ARCH_VEXPRESS |
| 64 | depends on ARM || ARM64 |
Arnd Bergmann | b33cdd2 | 2014-05-26 17:25:22 +0200 | [diff] [blame] | 65 | depends on OF |
Pawel Moll | 3b9334a | 2014-04-30 16:46:29 +0100 | [diff] [blame] | 66 | select REGMAP |
| 67 | help |
| 68 | Platform configuration infrastructure for the ARM Ltd. |
| 69 | Versatile Express. |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 70 | endmenu |