blob: fb6c7e0b4cce286f806c4b43871ac10817375d28 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Thierry Redingd075f4a2014-10-02 14:57:43 +02002config ARM_AMBA
3 bool
Thierry Redingbd968d52014-07-29 16:24:25 +02004
5if ARM_AMBA
6
7config TEGRA_AHB
Thierry Redingb73c4882015-11-12 11:50:17 +01008 bool
Thierry Redingbd968d52014-07-29 16:24:25 +02009 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