mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
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:
8
configs/Makefile.config.nvmainline
Normal file
8
configs/Makefile.config.nvmainline
Normal 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
|
||||
Reference in New Issue
Block a user