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 | |
James Hogan | 8286ae0 | 2015-03-25 15:39:50 +0000 | [diff] [blame^] | 23 | config MIPS_CDMM |
| 24 | bool "MIPS Common Device Memory Map (CDMM) Driver" |
| 25 | depends on CPU_MIPSR2 |
| 26 | help |
| 27 | Driver needed for the MIPS Common Device Memory Map bus in MIPS |
| 28 | cores. This bus is for per-CPU tightly coupled devices such as the |
| 29 | Fast Debug Channel (FDC). |
| 30 | |
| 31 | For this to work, either your bootloader needs to enable the CDMM |
| 32 | region at an unused physical address on the boot CPU, or else your |
| 33 | platform code needs to implement mips_cdmm_phys_base() (see |
| 34 | asm/cdmm.h). |
| 35 | |
Thomas Petazzoni | fddddb5 | 2013-03-21 17:59:14 +0100 | [diff] [blame] | 36 | config MVEBU_MBUS |
| 37 | bool |
| 38 | depends on PLAT_ORION |
| 39 | help |
| 40 | Driver needed for the MBus configuration on Marvell EBU SoCs |
| 41 | (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP). |
| 42 | |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 43 | config OMAP_OCP2SCP |
| 44 | tristate "OMAP OCP2SCP DRIVER" |
Tony Lindgren | 770b6cb | 2012-12-16 12:28:46 -0800 | [diff] [blame] | 45 | depends on ARCH_OMAP2PLUS |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 46 | help |
| 47 | Driver to enable ocp2scp module which transforms ocp interface |
| 48 | protocol to scp protocol. In OMAP4, USB PHY is connected via |
| 49 | OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via |
| 50 | OCP2SCP. |
| 51 | |
Santosh Shilimkar | 0ee7261 | 2012-09-14 14:50:34 +0530 | [diff] [blame] | 52 | config OMAP_INTERCONNECT |
| 53 | tristate "OMAP INTERCONNECT DRIVER" |
| 54 | depends on ARCH_OMAP2PLUS |
| 55 | |
| 56 | help |
| 57 | Driver to enable OMAP interconnect error handling driver. |
Lorenzo Pieralisi | ed69bdd | 2012-07-13 15:55:52 +0100 | [diff] [blame] | 58 | |
| 59 | config ARM_CCI |
| 60 | bool "ARM CCI driver support" |
Arnd Bergmann | 30b6f37 | 2014-03-15 20:32:00 +0100 | [diff] [blame] | 61 | depends on ARM && OF && CPU_V7 |
Lorenzo Pieralisi | ed69bdd | 2012-07-13 15:55:52 +0100 | [diff] [blame] | 62 | help |
| 63 | Driver supporting the CCI cache coherent interconnect for ARM |
| 64 | platforms. |
Pawel Moll | 3b9334a | 2014-04-30 16:46:29 +0100 | [diff] [blame] | 65 | |
Pawel Moll | a33b0da | 2014-07-22 18:32:59 +0100 | [diff] [blame] | 66 | config ARM_CCN |
| 67 | bool "ARM CCN driver support" |
| 68 | depends on ARM || ARM64 |
Arnd Bergmann | ce58d2b | 2014-07-24 13:18:22 +0200 | [diff] [blame] | 69 | depends on PERF_EVENTS |
Pawel Moll | a33b0da | 2014-07-22 18:32:59 +0100 | [diff] [blame] | 70 | help |
| 71 | PMU (perf) driver supporting the ARM CCN (Cache Coherent Network) |
| 72 | interconnect. |
| 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 |