Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/76682?usp=email )
Change subject: soc/intel/tigerlake: Remove dummy CPU_SPECIFIC_OPTIONS ......................................................................
soc/intel/tigerlake: Remove dummy CPU_SPECIFIC_OPTIONS
Change-Id: Id268943b9347fdb54e07b55c0a2a18ac77bb3a58 Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/76682 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Martin L Roth gaumless@gmail.com --- M src/soc/intel/tigerlake/Kconfig 1 file changed, 7 insertions(+), 10 deletions(-)
Approvals: Martin L Roth: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig index 9bca895..df8f5a2 100644 --- a/src/soc/intel/tigerlake/Kconfig +++ b/src/soc/intel/tigerlake/Kconfig @@ -1,15 +1,5 @@ config SOC_INTEL_TIGERLAKE bool - help - Intel Tigerlake support - -config SOC_INTEL_TIGERLAKE_PCH_H - bool - -if SOC_INTEL_TIGERLAKE - -config CPU_SPECIFIC_OPTIONS - def_bool y select ACPI_INTEL_HARDWARE_SLEEP_VALUES select ARCH_X86 select BOOT_DEVICE_SUPPORTS_WRITES @@ -97,6 +87,13 @@ select SOC_INTEL_COMMON_BASECODE_RAMTOP select CR50_USE_LONG_INTERRUPT_PULSES if TPM_GOOGLE_CR50 select X86_CLFLUSH_CAR + help + Intel Tigerlake support + +config SOC_INTEL_TIGERLAKE_PCH_H + bool + +if SOC_INTEL_TIGERLAKE
config MAX_CPUS int