mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: hal: add FUSA flag
In order to separate HALs that are guaranted functionally safe from the ones that are not, this patch adds some FUSA related Makefile config and defines. JIRA NVGPU-3690 Change-Id: I0f4532f5fa413438fd0037c2289e87e5577e7e23 Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2140893 GVS: Gerrit_Virtual_Submit Reviewed-by: Sagar Kamble <skamble@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
72f0c22377
commit
3c22c4d9af
@@ -157,5 +157,9 @@ NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_COMPRESSION
|
||||
CONFIG_NVGPU_CE := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_CE
|
||||
|
||||
# Enable non FUSA HALs for normal build
|
||||
CONFIG_NVGPU_HAL_NON_FUSA := 1
|
||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_HAL_NON_FUSA
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user