drivers: Remove Kconfig files

The kconfig files from nvidia-oot will not get
parsed as the drivers in nvidia-oot are out tree and
does not support any config variable.

Bug 4074863

Change-Id: I6825a94c56404a6860dea9f2afd1ca3bc68e10a4
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2889266
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-04-17 14:49:35 +00:00
committed by mobile promotions
parent f826f7efc3
commit 846435a74c
4 changed files with 0 additions and 85 deletions

View File

@@ -1,48 +0,0 @@
if PM_DEVFREQ
comment "NVIDIA DEVFREQ Governors"
config DEVFREQ_GOV_POD_SCALING
tristate "Power On Demand Scaling"
help
Sets the frequency based on two properties:
(1) The governor receives activity throughput hints that
indicate whether scaling up or down is required
(2) the load of the devices is estimated using busy times
from device profile to determine if the frequency should
be altered.
config DEVFREQ_GOV_POD_SCALING_V2
tristate "Power On Demand Scaling v2"
help
Sets the frequency based on two properties:
(1) The governor receives activity throughput hints that
indicate whether scaling up or down is required
(2) the load of the devices is estimated using busy times
from device profile to determine if the frequency should
be altered.
Used with kernel-5.9 and later version
config DEVFREQ_GOV_POD_SCALING_HISTORY_BUFFER_SIZE_MAX
int
default 100
config DEVFREQ_GOV_WMARK_SIMPLE
tristate "Simple Watermark"
help
Sets the frequency based on monitor watermark events.
This governor returns the next frequency from frequency table
based on type watermark event.
config DEVFREQ_GOV_WMARK_ACTIVE
tristate "Active Watermark"
help
Sets the frequency based on monitor watermark events.
This governor calculates relation between current load and
target load. The next frequency is calculated by multiplying
this relation with the current frequency.
The watermark values are updated so that the watermarks are
triggered when the above algorithm would change the frequency.
endif # PM_DEVFREQ