]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - drivers/bus/Kconfig
UBUNTU: Ubuntu-5.4.0-117.132
[mirror_ubuntu-focal-kernel.git] / drivers / bus / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
26a84b3e
KVA
2#
3# Bus Devices
4#
5
6menu "Bus devices"
7
13fbf3c8 8config ARM_CCI
47f36e49
OJ
9 bool
10
11config ARM_CCI400_COMMON
12 bool
13 select ARM_CCI
14
47f36e49
OJ
15config ARM_CCI400_PORT_CTRL
16 bool
13fbf3c8 17 depends on ARM && OF && CPU_V7
47f36e49 18 select ARM_CCI400_COMMON
13fbf3c8 19 help
47f36e49
OJ
20 Low level power management driver for CCI400 cache coherent
21 interconnect for ARM platforms.
13fbf3c8 22
44127b77
FF
23config BRCMSTB_GISB_ARB
24 bool "Broadcom STB GISB bus arbiter"
8c7aa17a 25 depends on ARM || ARM64 || MIPS
b0ec633c 26 default ARCH_BRCMSTB || BMIPS_GENERIC
44127b77
FF
27 help
28 Driver for the Broadcom Set Top Box System-on-a-chip internal bus
29 arbiter. This driver provides timeout and target abort error handling
30 and internal bus master decoding.
31
5bc7f990
MB
32config MOXTET
33 tristate "CZ.NIC Turris Mox module configuration bus"
34 depends on SPI_MASTER && OF
35 help
36 Say yes here to add support for the module configuration bus found
37 on CZ.NIC's Turris Mox. This is needed for the ability to discover
38 the order in which the modules are connected and to get/set some of
39 their settings. For example the GPIOs on Mox SFP module are
40 configured through this bus.
41
adf38bb0
ZY
42config HISILICON_LPC
43 bool "Support for ISA I/O space on HiSilicon Hip06/7"
44 depends on ARM64 && (ARCH_HISI || COMPILE_TEST)
45 select INDIRECT_PIO
46 help
47 Driver to enable I/O access to devices attached to the Low Pin
48 Count bus on the HiSilicon Hip06/7 SoC.
49
85bf6d4e
HS
50config IMX_WEIM
51 bool "Freescale EIM DRIVER"
52 depends on ARCH_MXC
53 help
3f98b6ba 54 Driver for i.MX WEIM controller.
85bf6d4e
HS
55 The WEIM(Wireless External Interface Module) works like a bus.
56 You can attach many different devices on it, such as NOR, onenand.
85bf6d4e 57
8286ae03
JH
58config MIPS_CDMM
59 bool "MIPS Common Device Memory Map (CDMM) Driver"
60 depends on CPU_MIPSR2
61 help
62 Driver needed for the MIPS Common Device Memory Map bus in MIPS
63 cores. This bus is for per-CPU tightly coupled devices such as the
64 Fast Debug Channel (FDC).
65
66 For this to work, either your bootloader needs to enable the CDMM
67 region at an unused physical address on the boot CPU, or else your
68 platform code needs to implement mips_cdmm_phys_base() (see
69 asm/cdmm.h).
70
fddddb52
TP
71config MVEBU_MBUS
72 bool
73 depends on PLAT_ORION
74 help
75 Driver needed for the MBus configuration on Marvell EBU SoCs
76 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
77
0ee7261c
SS
78config OMAP_INTERCONNECT
79 tristate "OMAP INTERCONNECT DRIVER"
80 depends on ARCH_OMAP2PLUS
81
82 help
83 Driver to enable OMAP interconnect error handling driver.
ed69bdd8 84
13fbf3c8
GU
85config OMAP_OCP2SCP
86 tristate "OMAP OCP2SCP DRIVER"
87 depends on ARCH_OMAP2PLUS
ed69bdd8 88 help
13fbf3c8
GU
89 Driver to enable ocp2scp module which transforms ocp interface
90 protocol to scp protocol. In OMAP4, USB PHY is connected via
91 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
92 OCP2SCP.
3b9334ac 93
335a1275
LW
94config QCOM_EBI2
95 bool "Qualcomm External Bus Interface 2 (EBI2)"
d6db68b2 96 depends on HAS_IOMEM
5fac7e84 97 depends on ARCH_QCOM || COMPILE_TEST
c5d8ccfe 98 default ARCH_QCOM
335a1275
LW
99 help
100 Say y here to enable support for the Qualcomm External Bus
101 Interface 2, which can be used to connect things like NAND Flash,
102 SRAM, ethernet adapters, FPGAs and LCD displays.
103
89d463ea 104config SIMPLE_PM_BUS
a248efb3 105 tristate "Simple Power-Managed Bus Driver"
89d463ea 106 depends on OF && PM
a33b0daa 107 help
89d463ea
GU
108 Driver for transparent busses that don't need a real driver, but
109 where the bus controller is part of a PM domain, or under the control
110 of a functional clock, and thus relies on runtime PM for managing
111 this PM domain and/or clock.
112 An example of such a bus controller is the Renesas Bus State
113 Controller (BSC, sometimes called "LBSC within Bus Bridge", or
114 "External Bus Interface") as found on several Renesas ARM SoCs.
a33b0daa 115
8818e865
IZ
116config SUN50I_DE2_BUS
117 bool "Allwinner A64 DE2 Bus Driver"
118 default ARM64
119 depends on ARCH_SUNXI
120 select SUNXI_SRAM
121 help
122 Say y here to enable support for Allwinner A64 DE2 bus driver. It's
123 mostly transparent, but a SRAM region needs to be claimed in the SRAM
124 controller to make the all blocks in the DE2 part accessible.
125
d787dcdb
CYT
126config SUNXI_RSB
127 tristate "Allwinner sunXi Reduced Serial Bus Driver"
dc1a37b2 128 default MACH_SUN8I || MACH_SUN9I || ARM64
d787dcdb
CYT
129 depends on ARCH_SUNXI
130 select REGMAP
131 help
132 Say y here to enable support for Allwinner's Reduced Serial Bus
133 (RSB) support. This controller is responsible for communicating
134 with various RSB based devices, such as AXP223, AXP8XX PMICs,
135 and AC100/AC200 ICs.
136
46a88534 137config TEGRA_ACONNECT
2d301c07 138 tristate "Tegra ACONNECT Bus Driver"
46a88534
JH
139 depends on ARCH_TEGRA_210_SOC
140 depends on OF && PM
46a88534
JH
141 help
142 Driver for the Tegra ACONNECT bus which is used to interface with
143 the devices inside the Audio Processing Engine (APE) for Tegra210.
144
40eb4776
MK
145config TEGRA_GMI
146 tristate "Tegra Generic Memory Interface bus driver"
147 depends on ARCH_TEGRA
148 help
149 Driver for the Tegra Generic Memory Interface bus which can be used
150 to attach devices such as NOR, UART, FPGA and more.
151
0eecc636
TL
152config TI_SYSC
153 bool "TI sysc interconnect target module driver"
154 depends on ARCH_OMAP2PLUS
155 help
156 Generic driver for Texas Instruments interconnect target module
157 found on many TI SoCs.
158
5b143d2a
SB
159config TS_NBUS
160 tristate "Technologic Systems NBUS Driver"
161 depends on SOC_IMX28
162 depends on OF_GPIO && PWM
163 help
164 Driver for the Technologic Systems NBUS which is used to interface
165 with the peripherals in the FPGA of the TS-4600 SoM.
166
4b7f48d3 167config UNIPHIER_SYSTEM_BUS
047a555f 168 tristate "UniPhier System Bus driver"
4b7f48d3
MY
169 depends on ARCH_UNIPHIER && OF
170 default y
171 help
172 Support for UniPhier System Bus, a simple external bus. This is
173 needed to use on-board devices connected to UniPhier SoCs.
174
3b9334ac
PM
175config VEXPRESS_CONFIG
176 bool "Versatile Express configuration bus"
177 default y if ARCH_VEXPRESS
178 depends on ARM || ARM64
b33cdd28 179 depends on OF
3b9334ac
PM
180 select REGMAP
181 help
182 Platform configuration infrastructure for the ARM Ltd.
183 Versatile Express.
8e7223fc
BG
184
185config DA8XX_MSTPRI
186 bool "TI da8xx master peripheral priority driver"
187 depends on ARCH_DAVINCI_DA8XX
188 help
189 Driver for Texas Instruments da8xx master peripheral priority
190 configuration. Allows to adjust the priorities of all master
191 peripherals.
192
6bd067c4
BP
193source "drivers/bus/fsl-mc/Kconfig"
194
26a84b3e 195endmenu