mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
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:
committed by
mobile promotions
parent
1438689a89
commit
e158e02030
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user