Merge tag 'sunxi-drivers-for-3.16-2' of https://github.com/mripard/linux into next...
[deliverable/linux.git] / drivers / bus / Kconfig
CommitLineData
26a84b3e
KVA
1#
2# Bus Devices
3#
4
5menu "Bus devices"
6
85bf6d4e
HS
7config IMX_WEIM
8 bool "Freescale EIM DRIVER"
9 depends on ARCH_MXC
10 help
3f98b6ba 11 Driver for i.MX WEIM controller.
85bf6d4e
HS
12 The WEIM(Wireless External Interface Module) works like a bus.
13 You can attach many different devices on it, such as NOR, onenand.
85bf6d4e 14
fddddb52
TP
15config 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
26a84b3e
KVA
22config OMAP_OCP2SCP
23 tristate "OMAP OCP2SCP DRIVER"
770b6cb4 24 depends on ARCH_OMAP2PLUS
26a84b3e
KVA
25 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
0ee7261c
SS
31config OMAP_INTERCONNECT
32 tristate "OMAP INTERCONNECT DRIVER"
33 depends on ARCH_OMAP2PLUS
34
35 help
36 Driver to enable OMAP interconnect error handling driver.
ed69bdd8
LP
37
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.
26a84b3e 44endmenu
This page took 0.153149 seconds and 5 git commands to generate.