From f14dbdc5196507bf5e5d0518f546763ed4f7a3ed Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Fri, 7 Apr 2023 17:10:01 +0000 Subject: Revert "device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73903 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/device/Kconfig | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src') 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 -- cgit v1.2.3