device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT
commitd6e04aa00bc5a8912a041a569eb57f6962d1119a
authorSean Rhodes <sean@starlabs.systems>
Mon, 6 Feb 2023 09:20:12 +0000 (6 09:20 +0000)
committerSean Rhodes <sean@starlabs.systems>
Wed, 8 Feb 2023 20:46:52 +0000 (8 20:46 +0000)
tree38a9fefd40be88f8879322c293f3169957c5e6ec
parente0e6bccd4423f44188a45c2c3841c0b2c6825854
device: Add Kconfig options for D3COLD_SUPPORT and NO_S0IX_SUPPORT

Add NO_S0IX_SUPPORT for boards that do not support, or do not want
to support S0IX.

As all the boards in the tree that do this, don't support D3Cold,
add D3COLD_SUPPORT that defaults to `n` when NO_S0IX_SUPPORT is
selected to disable D3Cold support.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I04abc7efe2db06ae6daba9e09835441b62ee44f4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72799
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
src/soc/intel/alderlake/Kconfig
src/soc/intel/alderlake/acpi/tcss.asl
src/soc/intel/alderlake/acpi/tcss_dma.asl
src/soc/intel/alderlake/acpi/tcss_pcierp.asl
src/soc/intel/alderlake/acpi/tcss_xhci.asl
src/soc/intel/alderlake/fsp_params.c
src/soc/intel/tigerlake/Kconfig
src/soc/intel/tigerlake/acpi/tcss.asl
src/soc/intel/tigerlake/acpi/tcss_dma.asl
src/soc/intel/tigerlake/acpi/tcss_pcierp.asl
src/soc/intel/tigerlake/acpi/tcss_xhci.asl