16 lines · plain
1# SPDX-License-Identifier: GPL-2.02config ARM_AMBA3 bool4 5if ARM_AMBA6 7config TEGRA_AHB8 bool9 default y if ARCH_TEGRA10 help11 Adds AHB configuration functionality for NVIDIA Tegra SoCs,12 which controls AHB bus master arbitration and some performance13 parameters (priority, prefetch size).14 15endif16