nvgpu: add nvgpu checker config

* Add config details needed to enable checkers for safety build

Jira NVGPU-8885

Change-Id: I02862d95589336077c742f6bd06721b11c2754cc
Signed-off-by: Sagar Kadamati <skadamati@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2807391
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Sagar Kadamati
2022-09-30 06:36:53 +00:00
committed by mobile promotions
parent a8bdb67b2e
commit 48ef56104d

View File

@@ -117,6 +117,10 @@ NVGPU_COMMON_CFLAGS += \
CONFIG_NVGPU_MON_PRESENT := 1
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_MON_PRESENT
# Enable ASIL-D checkers
CONFIG_NVGPU_CHECKER := 1
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_CHECKER=1
## For tesing of CTXSW FW error codes manually, enable below configs in safety build.
## Enable only one config at a time, because only one error can be tested at a time.
# NVGPU_COMMON_CFLAGS += \