From 6496e807ed30de67c85d4df18ed26f6332cd3e65 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Sun, 14 May 2023 18:51:10 +0000 Subject: [PATCH] nvpva: Enable TEGRA_FUSE_UPSTREAM For OOT module build, enable TEGRA_FUSE_UPSTREAM default. Bug 4116692 Change-Id: Ib0a8cd983983b0581050634265bf0771f578a2c3 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2904019 Tested-by: mobile promotions Reviewed-by: mobile promotions --- drivers/video/tegra/host/pva/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/video/tegra/host/pva/Makefile b/drivers/video/tegra/host/pva/Makefile index ee79823d..a67b22a5 100644 --- a/drivers/video/tegra/host/pva/Makefile +++ b/drivers/video/tegra/host/pva/Makefile @@ -1,6 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-only # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. +# Enable UPSTREAM FUSE Driver always +CONFIG_TEGRA_FUSE_UPSTREAM := y + GCOV_PROFILE := y ccflags-y += -I$(srctree.nvidia-oot)/drivers/video/tegra/host/pva ccflags-y += -I$(srctree.nvidia-oot)/drivers/video/tegra/host/pva/fw_include