diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2023-04-07 17:10:01 +0000 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-04-12 15:20:37 +0000 |
commit | f14dbdc5196507bf5e5d0518f546763ed4f7a3ed (patch) | |
tree | c53abf03d1d31ae98610565f3b504c378c4c0f53 | |
parent | a231e71cf1c317b0476e35b6b57161d85ef0acc4 (diff) |
Revert "device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT"
This reverts commit 655f7362e13ca49e3e13a822c916c7dc52573d74.
Reason for revert: Apparently, the change was not properly reviewed. It
not only contains conflicting name and description of the D3COLD
Kconfig, but also creates a conflict between existing devicetree and
Kconfig options for D3Cold/S3/S0ix.
Change-Id: I56ce8f59f8548fc58bc2b3b07c1314e2eed7061c
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73903
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
-rw-r--r-- | src/device/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index 30fcd38cde..ef73c40ea8 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -998,19 +998,6 @@ config XHCI_UTILS help Provides xHCI utility functions. -config NO_S0IX_SUPPORT - bool "Don't support S0IX suspend" - default n - help - Select if the board only supports S3 and/or S4 and not S0IX - -config D3COLD_SUPPORT - bool "Don't support D3Cold" - default n if NO_S0IX_SUPPORT - default y - help - Select if any devices don't support D3Cold state - source "src/device/dram/Kconfig" endmenu |