mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
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 <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3169502
This commit is contained in:
committed by
mobile promotions
parent
02d32d24ba
commit
4e62fd7ed9
8
configs/Makefile.config.rhivos-1
Normal file
8
configs/Makefile.config.rhivos-1
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user