summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.throttle_ap
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.throttle_ap')
-rw-r--r--zephyr/Kconfig.throttle_ap12
1 files changed, 11 insertions, 1 deletions
diff --git a/zephyr/Kconfig.throttle_ap b/zephyr/Kconfig.throttle_ap
index ad5bfe9c77..e4dba3f2b4 100644
--- a/zephyr/Kconfig.throttle_ap
+++ b/zephyr/Kconfig.throttle_ap
@@ -1,4 +1,4 @@
-# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -58,4 +58,14 @@ config PLATFORM_EC_THROTTLE_AP_ON_BAT_LOW_VOLTAGE_THRESH
default 0
endif
+config PLATFORM_EC_GPU_NVIDIA
+ bool "Nvidia GPU supports throttling"
+ default n
+ help
+ Enable GPU throttling. When the GPU is throttled, a software (D-Notify)
+ and a hardware throttle (GPIO_NVIDIA_GPU_ACOFF_ODL) are enabled. A
+ hardware throttle will be automatically disabled after a fixed period
+ of time but a software throttle may remain and keep changing as the
+ situation changes.
+
endif # PLATFORM_EC_THROTTLE_AP