coreboot-kgpe-d16/src
Angel Pons 086a91c05c 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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66756
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
2022-08-21 14:55:59 +00:00
..
acpi
arch arm/libgcc: Support signed 64-bit division 2022-08-13 17:20:32 +00:00
commonlib commonlib/clamp.h: Relicense file to be BSD-compatible 2022-08-17 19:49:13 +00:00
console
cpu arch/x86: Fix MAX_CPUS check proper for late X2APIC config 2022-07-25 10:06:18 +00:00
device pciexp_device: Fix offset handling for extended capabilities 2022-08-17 19:09:05 +00:00
drivers mb/google/brya/var/ghost: Enable NXP UWB SR150 chip 2022-08-17 19:46:07 +00:00
ec ec/google: Notify DPTF driver power participant on PD event 2022-08-18 18:24:21 +00:00
include pciexp_device: Introduce pciexp_find_ext_vendor_cap() 2022-08-17 16:29:39 +00:00
lib lib: Add SPDX identifiers to files missing them 2022-08-11 17:53:29 +00:00
mainboard Revert "mb/intel/adlrvp: Set EPP to 45% for all Adl RVP variants" 2022-08-21 14:54:38 +00:00
northbridge commonlib/clamp.h: Relicense file to be BSD-compatible 2022-08-17 19:49:13 +00:00
security security/vboot: Simplify image signing 2022-07-30 18:29:25 +00:00
soc soc/intel: Unravel INTEL_TME Kconfig option 2022-08-21 14:55:59 +00:00
southbridge southbridge: Add SPDX identifiers to files missing them 2022-08-11 17:52:52 +00:00
superio superio/ite/common/early_serial.c: ite_kill_watchdog: set timeout to 0 2022-08-07 19:54:43 +00:00
vendorcode vc/amd/fsp/cezanne,mendocino: add FSP CCX CPPC HOB GUID and struct 2022-08-13 19:28:24 +00:00
Kconfig