android_kernel_samsung_sm8650/drivers/amba/Kconfig
Ahmad Chaudhry 1e4532a4a3 ANDROID: Build some tegra configs as vendor module
Build some configs that are tristate and selected by
CONFIG_ARCH_TEGRA as vendor modules rather than built-in.

Bug: 335325897
Change-Id: I7ce4cf975fcbc834bc5fc3c90317d9d81162185a
Signed-off-by: Ahmad Chaudhry <ahmadc@nvidia.com>
2024-05-31 04:40:23 +00:00

15 lines
277 B
Plaintext

# SPDX-License-Identifier: GPL-2.0
config ARM_AMBA
bool
if ARM_AMBA
config TEGRA_AHB
bool
help
Adds AHB configuration functionality for NVIDIA Tegra SoCs,
which controls AHB bus master arbitration and some performance
parameters (priority, prefetch size).
endif