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 | |
Huang Shijie | 85bf6d4 | 2013-05-28 14:20:07 +0800 | [diff] [blame] | 7 | config IMX_WEIM |
| 8 | bool "Freescale EIM DRIVER" |
| 9 | depends on ARCH_MXC |
| 10 | help |
| 11 | Driver for i.MX6 WEIM controller. |
| 12 | The WEIM(Wireless External Interface Module) works like a bus. |
| 13 | You can attach many different devices on it, such as NOR, onenand. |
| 14 | But now, we only support the Parallel NOR. |
| 15 | |
Thomas Petazzoni | fddddb5 | 2013-03-21 17:59:14 +0100 | [diff] [blame] | 16 | config MVEBU_MBUS |
| 17 | bool |
| 18 | depends on PLAT_ORION |
| 19 | help |
| 20 | Driver needed for the MBus configuration on Marvell EBU SoCs |
| 21 | (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP). |
| 22 | |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 23 | config OMAP_OCP2SCP |
| 24 | tristate "OMAP OCP2SCP DRIVER" |
Tony Lindgren | 770b6cb | 2012-12-16 12:28:46 -0800 | [diff] [blame] | 25 | depends on ARCH_OMAP2PLUS |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 26 | help |
| 27 | Driver to enable ocp2scp module which transforms ocp interface |
| 28 | protocol to scp protocol. In OMAP4, USB PHY is connected via |
| 29 | OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via |
| 30 | OCP2SCP. |
| 31 | |
Santosh Shilimkar | 0ee7261 | 2012-09-14 14:50:34 +0530 | [diff] [blame] | 32 | config OMAP_INTERCONNECT |
| 33 | tristate "OMAP INTERCONNECT DRIVER" |
| 34 | depends on ARCH_OMAP2PLUS |
| 35 | |
| 36 | help |
| 37 | Driver to enable OMAP interconnect error handling driver. |
Lorenzo Pieralisi | ed69bdd | 2012-07-13 15:55:52 +0100 | [diff] [blame] | 38 | |
| 39 | config ARM_CCI |
| 40 | bool "ARM CCI driver support" |
| 41 | depends on ARM |
| 42 | help |
| 43 | Driver supporting the CCI cache coherent interconnect for ARM |
| 44 | platforms. |
Kishon Vijay Abraham I | 26a84b3 | 2012-08-22 14:10:02 +0530 | [diff] [blame] | 45 | endmenu |