diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index ef73c40ea8..cdd843c3d7 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -998,6 +998,20 @@ config XHCI_UTILS help Provides xHCI utility functions. +config D3COLD_SUPPORT + bool + default y + help + Enable this option if all devices on your system support the + D3Cold power management state. The D3Cold state is a low-power + state where the device has been powered down and is no longer + able to maintain its context. This state can help reduce + overall system power consumption, which can be beneficial for + energy savings and thermal management. + + Please note that enabling D3Cold support may break system + suspend-to-RAM (S3) functionality. + source "src/device/dram/Kconfig" endmenu |