configs: Add config for nvmainline

Add an OOT driver config for the nvmainline build to disable the OOT
drivers for BPMP Hypervisor, Hypervisor IVC and IVC EXT, so that these
can be built into the kernel.

Bug 5157858

Change-Id: Ibc1aec5aba045cc19d4663e42745d98e88ac4a26
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3316757
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Sumit Gupta <sumitg@nvidia.com>
This commit is contained in:
Jon Hunter
2025-03-10 18:46:16 +00:00
parent bfe763841a
commit d38d017e88

View File

@@ -0,0 +1,8 @@
# SPDX-License-Identifier: GPL-2.0-only
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# NVIDIA mainline Kernel specific environment variables to configure the OOT modules
export NV_OOT_IVC_EXT_SKIP_BUILD=y
export NV_OOT_TEGRA_HV_SKIP_BUILD=y
export NV_OOT_TEGRA_BPMP_SKIP_BUILD=y