xref: /linux/drivers/amba/Kconfig (revision ce5cfb0fa20dc6454da039612e34325b7b4a8243)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2d075f4a2SThierry Redingconfig ARM_AMBA
3d075f4a2SThierry Reding	bool
4bd968d59SThierry Reding
5bd968d59SThierry Redingif ARM_AMBA
6bd968d59SThierry Reding
7bd968d59SThierry Redingconfig TEGRA_AHB
8*4c7ed7feSJohan Hovold	bool "Enable AHB driver for NVIDIA Tegra SoCs" if COMPILE_TEST
9bd968d59SThierry Reding	default y if ARCH_TEGRA
10bd968d59SThierry Reding	help
11bd968d59SThierry Reding	  Adds AHB configuration functionality for NVIDIA Tegra SoCs,
12bd968d59SThierry Reding	  which controls AHB bus master arbitration and some performance
13bd968d59SThierry Reding	  parameters (priority, prefetch size).
14bd968d59SThierry Reding
15bd968d59SThierry Redingendif
16