From 086a91c05c5426fd21c15c94ad008df9c7c01a20 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 15 Aug 2022 18:32:00 +0200 Subject: soc/intel: Unravel `INTEL_TME` Kconfig option The `INTEL_TME` Kconfig option has a prompt, which means it is meant to be user-configurable. However, it has been selected from Alder Lake and Meteor Lake Kconfig, so `INTEL_TME` cannot be disabled on them. Replace the `select INTEL_TME` statements with default values in order for this option to be user-configurable on all platforms that support it. Change-Id: Ib37c108fcc1004840b82be18fd23c340a68ca748 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/66756 Reviewed-by: Nico Huber Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal Reviewed-by: Tarun Tuli --- src/soc/intel/tigerlake/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/tigerlake/Kconfig') diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig index 2f8c6d9500..7966a87e39 100644 --- a/src/soc/intel/tigerlake/Kconfig +++ b/src/soc/intel/tigerlake/Kconfig @@ -145,6 +145,9 @@ config IED_REGION_SIZE hex default 0x400000 +config INTEL_TME + default n + config HEAP_SIZE hex default 0x10000 -- cgit v1.2.3