From 4e62fd7ed9384ffeabbe4788876b085ce675f319 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Fri, 5 Jul 2024 17:43:56 +0000 Subject: [PATCH] nvidia-oot: Add rhivos-1 specific configuration file Add redhat kernel rhivos-1 specific OOT configuration files to configure the OOT driver build accordingly. Currently, disabling realtek R8126 and Realtek RTL8822CE build. Jira HOSTX-5375 Change-Id: Id33c19171e1f61c94d9e9a7b90324e86a7e17072 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3169502 --- configs/Makefile.config.rhivos-1 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/Makefile.config.rhivos-1 diff --git a/configs/Makefile.config.rhivos-1 b/configs/Makefile.config.rhivos-1 new file mode 100644 index 00000000..8fdba7c2 --- /dev/null +++ b/configs/Makefile.config.rhivos-1 @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only +# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. + +# Kernel RHIVOS-1 specific environment variables to configure the OOT modules + +export NV_OOT_REALTEK_R8126_SKIP_BUILD=y +export NV_OOT_REALTEK_RTL8822CE_SKIP_BUILD=y +