Merge tag 'v3.10.85' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.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
30 config ARM_CCI
31 bool "ARM CCI driver support"
32 depends on ARM
33 help
34 Driver supporting the CCI cache coherent interconnect for ARM
35 platforms.
36 endmenu