From 83c26ab1fc68867ce7fc527b740a0a1140882dfd Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Sun, 14 May 2023 18:49:02 +0000 Subject: [PATCH] nvdla: Enable TEGRA_FUSE_UPSTREAM For OOT module build, enable TEGRA_FUSE_UPSTREAM default. Bug 4116692 Change-Id: Ia9a63519c240d874fbbeb126945ef28f79452421 Signed-off-by: Laxman Dewangan Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2904018 Reviewed-by: svcacv Reviewed-by: Amit Sharma (SW-TEGRA) Reviewed-by: Arvind M --- drivers/video/tegra/host/nvdla/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/video/tegra/host/nvdla/Makefile b/drivers/video/tegra/host/nvdla/Makefile index 2a252a04..9f4d07c0 100644 --- a/drivers/video/tegra/host/nvdla/Makefile +++ b/drivers/video/tegra/host/nvdla/Makefile @@ -7,6 +7,9 @@ ifdef CONFIG_TEGRA_GRHOST ccflags-y += -DCONFIG_TEGRA_NVDLA_CHANNEL endif +# Enable FUSE UPSTREAM +CONFIG_TEGRA_FUSE_UPSTREAM := y + ccflags-y += -Werror ccflags-y += -DCONFIG_TEGRA_HOST1X ccflags-y += -DCONFIG_TEGRA_FUSE_UPSTREAM