blob: b05ecab915c4ba30e1ea668f09f700b1d2519937 [file] [log] [blame]
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +05301#
2# Bus Devices
3#
4
5menu "Bus devices"
6
Thomas Petazzonifddddb52013-03-21 17:59:14 +01007config MVEBU_MBUS
8 bool
9 depends on PLAT_ORION
10 help
11 Driver needed for the MBus configuration on Marvell EBU SoCs
12 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
13
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053014config OMAP_OCP2SCP
15 tristate "OMAP OCP2SCP DRIVER"
Tony Lindgren770b6cb2012-12-16 12:28:46 -080016 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053017 help
18 Driver to enable ocp2scp module which transforms ocp interface
19 protocol to scp protocol. In OMAP4, USB PHY is connected via
20 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
21 OCP2SCP.
22
Santosh Shilimkar0ee72612012-09-14 14:50:34 +053023config OMAP_INTERCONNECT
24 tristate "OMAP INTERCONNECT DRIVER"
25 depends on ARCH_OMAP2PLUS
26
27 help
28 Driver to enable OMAP interconnect error handling driver.
Kishon Vijay Abraham I26a84b32012-08-22 14:10:02 +053029endmenu