]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/amba/Kconfig
Merge branch 'spi-5.3' into spi-linus
[mirror_ubuntu-hirsute-kernel.git] / drivers / amba / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d075f4a2
TR
2config ARM_AMBA
3 bool
bd968d59
TR
4
5if ARM_AMBA
6
7config TEGRA_AHB
b73c4885 8 bool
bd968d59
TR
9 default y if ARCH_TEGRA
10 help
11 Adds AHB configuration functionality for NVIDIA Tegra SoCs,
12 which controls AHB bus master arbitration and some performance
13 parameters (priority, prefetch size).
14
15endif