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>
15 lines
277 B
Plaintext
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
|