drivers: bus: Sort Kconfig entries alphabetically
[deliverable/linux.git] / drivers / bus / Kconfig
CommitLineData
26a84b3e
KVA
1#
2# Bus Devices
3#
4
5menu "Bus devices"
6
13fbf3c8
GU
7config ARM_CCI
8 bool "ARM CCI driver support"
9 depends on ARM && OF && CPU_V7
10 help
11 Driver supporting the CCI cache coherent interconnect for ARM
12 platforms.
13
14config ARM_CCN
15 bool "ARM CCN driver support"
16 depends on ARM || ARM64
17 depends on PERF_EVENTS
18 help
19 PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
20 interconnect.
21
44127b77
FF
22config BRCMSTB_GISB_ARB
23 bool "Broadcom STB GISB bus arbiter"
dd1d78a1 24 depends on ARM || MIPS
44127b77
FF
25 help
26 Driver for the Broadcom Set Top Box System-on-a-chip internal bus
27 arbiter. This driver provides timeout and target abort error handling
28 and internal bus master decoding.
29
85bf6d4e
HS
30config IMX_WEIM
31 bool "Freescale EIM DRIVER"
32 depends on ARCH_MXC
33 help
3f98b6ba 34 Driver for i.MX WEIM controller.
85bf6d4e
HS
35 The WEIM(Wireless External Interface Module) works like a bus.
36 You can attach many different devices on it, such as NOR, onenand.
85bf6d4e 37
fddddb52
TP
38config MVEBU_MBUS
39 bool
40 depends on PLAT_ORION
41 help
42 Driver needed for the MBus configuration on Marvell EBU SoCs
43 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
44
0ee7261c
SS
45config OMAP_INTERCONNECT
46 tristate "OMAP INTERCONNECT DRIVER"
47 depends on ARCH_OMAP2PLUS
48
49 help
50 Driver to enable OMAP interconnect error handling driver.
ed69bdd8 51
13fbf3c8
GU
52config OMAP_OCP2SCP
53 tristate "OMAP OCP2SCP DRIVER"
54 depends on ARCH_OMAP2PLUS
a33b0daa 55 help
13fbf3c8
GU
56 Driver to enable ocp2scp module which transforms ocp interface
57 protocol to scp protocol. In OMAP4, USB PHY is connected via
58 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
59 OCP2SCP.
a33b0daa 60
3b9334ac
PM
61config VEXPRESS_CONFIG
62 bool "Versatile Express configuration bus"
63 default y if ARCH_VEXPRESS
64 depends on ARM || ARM64
b33cdd28 65 depends on OF
3b9334ac
PM
66 select REGMAP
67 help
68 Platform configuration infrastructure for the ARM Ltd.
69 Versatile Express.
26a84b3e 70endmenu
This page took 0.134915 seconds and 5 git commands to generate.