Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.8
 1# SPDX-License-Identifier: GPL-2.0
 2config ARM_AMBA
 3	bool
 4
 5if ARM_AMBA
 6
 7config TEGRA_AHB
 8	bool
 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
v4.17
 1# SPDX-License-Identifier: GPL-2.0
 2config ARM_AMBA
 3	bool
 4
 5if ARM_AMBA
 6
 7config TEGRA_AHB
 8	bool
 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