Revert "device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT"

This reverts commit 655f7362e1.

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>
This commit is contained in:
Michael Niewöhner 2023-04-07 17:10:01 +00:00 committed by Felix Singer
parent a231e71cf1
commit f14dbdc519
1 changed files with 0 additions and 13 deletions

View File

@ -998,19 +998,6 @@ config XHCI_UTILS
help help
Provides xHCI utility functions. 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" source "src/device/dram/Kconfig"
endmenu endmenu