gpu: nvgpu: fix the shared config file

NVGPU_CHANNEL_WDT changes and updates to shared config file were mixed.
Host userspace build is broken. fix it.

JIRA NVGPU-3062

Change-Id: I9eb365ebcd027672240cb3a2a98a9d070fcc97b1
Signed-off-by: Sagar Kamble <skamble@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2121209
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Debarshi Dutta <ddutta@nvidia.com>
GVS: Gerrit_Virtual_Submit
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:
Sagar Kamble
2019-05-17 21:36:45 +05:30
committed by mobile promotions
parent 3881dd6a26
commit 6f5084af09

View File

@@ -37,7 +37,7 @@ NVGPU_COMMON_CFLAGS += -DNVGPU_DEBUGGER
NVGPU_COMMON_CFLAGS += -DNVGPU_USERD
# Enable Channel WDT for safety build until we switch to user mode submits only
NV_COMPONENT_CFLAGS += -DNVGPU_CHANNEL_WDT
NVGPU_COMMON_CFLAGS += -DNVGPU_CHANNEL_WDT
# Enable iGPU LS PMU for safety build until devctl whitelisting is done
NVGPU_LS_PMU := 1