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:
Nicolas Benech
2019-06-21 16:30:14 -04:00
committed by mobile promotions
parent 72f0c22377
commit 3c22c4d9af

View File

@@ -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