mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
soc/tegra: Clean-up fuse-helper
The option CONFIG_TEGRA_FUSE_UPSTREAM is not needed any longer because we always want to enable this for Linux v5.15. Therefore, remove this option completely. The function tegra_fuse_control_read() is not used anywhere and so we can also remove this too. Bug 3777983 Change-Id: I37888bc1f615f72b245c027e5c1a9251aca08af4 Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2925233 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
eab559cc9d
commit
ad2857ccaa
@@ -7,12 +7,8 @@ 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
|
||||
|
||||
nvhost-nvdla-objs = \
|
||||
nvdla.o \
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
|
||||
|
||||
ifeq ($(findstring ack_src,$(NV_BUILD_KERNEL_OPTIONS)),)
|
||||
# Enable UPSTREAM FUSE Driver always
|
||||
CONFIG_TEGRA_FUSE_UPSTREAM := y
|
||||
|
||||
GCOV_PROFILE := y
|
||||
ccflags-y += -I$(srctree.nvidia-oot)/drivers/video/tegra/host/pva
|
||||
@@ -11,7 +9,6 @@ ccflags-y += -I$(srctree.nvidia-oot)/drivers/video/tegra/host/pva/fw_include
|
||||
ccflags-y += -Werror
|
||||
|
||||
ccflags-y += -DCONFIG_TEGRA_HOST1X
|
||||
ccflags-y += -DCONFIG_TEGRA_FUSE_UPSTREAM
|
||||
ccflags-y += -DTEGRA_OOT_MODULE
|
||||
|
||||
nvhost-pva-objs = \
|
||||
|
||||
Reference in New Issue
Block a user