gpu: nvgpu: remove kernel-5.9 checks in Makefile

Remove kernel-5.9 checks in Makefile.linux.configs.

Bug 200617764

Signed-off-by: Rakesh Babu Bodla <rbodla@nvidia.com>
Change-Id: I01490aa2d7217c8e1accf401d78957bf7e64ba59
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2485600
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
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>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Rakesh Babu Bodla
2021-02-16 21:58:25 -08:00
committed by mobile promotions
parent 1438689a89
commit e158e02030

View File

@@ -135,7 +135,7 @@ ifneq ($(NV_BUILD_KERNEL_OPTIONS),)
ifneq ($(findstring stable,$(NV_BUILD_KERNEL_OPTIONS)),)
CONFIG_GK20A_DEVFREQ := n
CONFIG_GK20A_PM_QOS := n
else ifneq ($(filter 5.9 5.10,$(patsubst -,$(space),$(NV_BUILD_KERNEL_OPTIONS))),)
else ifneq ($(filter 5.10,$(patsubst -,$(space),$(NV_BUILD_KERNEL_OPTIONS))),)
CONFIG_GK20A_PM_QOS := n
endif