Merge commit 'ed30f24e8d07d30aa3e69d1f508f4d7bd2e8ea14' of git://git.linaro.org/landi...
[firefly-linux-kernel-4.4.55.git] / drivers / bus / Kconfig
1 #
2 # Bus Devices
3 #
4
5 menu "Bus devices"
6
7 config 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
14 config 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
23 config OMAP_INTERCONNECT
24         tristate "OMAP INTERCONNECT DRIVER"
25         depends on ARCH_OMAP2PLUS
26
27         help
28           Driver to enable OMAP interconnect error handling driver.
29 endmenu