1# 2# Bus Devices 3# 4 5menu "Bus devices" 6 7config 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 14config OMAP_OCP2SCP 15 tristate "OMAP OCP2SCP DRIVER" 16 depends on ARCH_OMAP2PLUS 17 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 23config OMAP_INTERCONNECT 24 tristate "OMAP INTERCONNECT DRIVER" 25 depends on ARCH_OMAP2PLUS 26 27 help 28 Driver to enable OMAP interconnect error handling driver. 29endmenu 30