blob: f24e79dd51bf3b4e611219a894e9617c012b5676 [file] [log] [blame]
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +05301#
2# Bus Devices
3#
4
5menu "Bus devices"
6
Huang Shijie85bf6d42013-05-28 14:20:07 +08007config IMX_WEIM
8 bool "Freescale EIM DRIVER"
9 depends on ARCH_MXC
10 help
Alexander Shiyan3f98b6b2013-06-29 08:27:54 +040011 Driver for i.MX WEIM controller.
Huang Shijie85bf6d42013-05-28 14:20:07 +080012 The WEIM(Wireless External Interface Module) works like a bus.
13 You can attach many different devices on it, such as NOR, onenand.
Huang Shijie85bf6d42013-05-28 14:20:07 +080014
Thomas Petazzonifddddb52013-03-21 17:59:14 +010015config MVEBU_MBUS
16 bool
17 depends on PLAT_ORION
18 help
19 Driver needed for the MBus configuration on Marvell EBU SoCs
20 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
21
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053022config OMAP_OCP2SCP
23 tristate "OMAP OCP2SCP DRIVER"
Tony Lindgren770b6cb2012-12-16 12:28:46 -080024 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053025 help
26 Driver to enable ocp2scp module which transforms ocp interface
27 protocol to scp protocol. In OMAP4, USB PHY is connected via
28 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
29 OCP2SCP.
30
Santosh Shilimkar0ee72612012-09-14 14:50:34 +053031config OMAP_INTERCONNECT
32 tristate "OMAP INTERCONNECT DRIVER"
33 depends on ARCH_OMAP2PLUS
34
35 help
36 Driver to enable OMAP interconnect error handling driver.
Lorenzo Pieralisied69bdd2012-07-13 15:55:52 +010037
38config ARM_CCI
39 bool "ARM CCI driver support"
40 depends on ARM
41 help
42 Driver supporting the CCI cache coherent interconnect for ARM
43 platforms.
Pawel Moll3b9334a2014-04-30 16:46:29 +010044
45config VEXPRESS_CONFIG
46 bool "Versatile Express configuration bus"
47 default y if ARCH_VEXPRESS
48 depends on ARM || ARM64
49 select REGMAP
50 help
51 Platform configuration infrastructure for the ARM Ltd.
52 Versatile Express.
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053053endmenu