From d38d017e88333246905d3899cadab07557d6e45a Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Mon, 10 Mar 2025 18:46:16 +0000 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3316757 GVS: buildbot_gerritrpt Reviewed-by: Sumit Gupta --- configs/Makefile.config.nvmainline | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/Makefile.config.nvmainline diff --git a/configs/Makefile.config.nvmainline b/configs/Makefile.config.nvmainline new file mode 100644 index 00000000..76734d49 --- /dev/null +++ b/configs/Makefile.config.nvmainline @@ -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