mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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:
committed by
mobile promotions
parent
a8bdb67b2e
commit
48ef56104d
@@ -117,6 +117,10 @@ NVGPU_COMMON_CFLAGS += \
|
|||||||
CONFIG_NVGPU_MON_PRESENT := 1
|
CONFIG_NVGPU_MON_PRESENT := 1
|
||||||
NVGPU_COMMON_CFLAGS += -DCONFIG_NVGPU_MON_PRESENT
|
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.
|
## 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.
|
## Enable only one config at a time, because only one error can be tested at a time.
|
||||||
# NVGPU_COMMON_CFLAGS += \
|
# NVGPU_COMMON_CFLAGS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user