diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-21 07:43:41 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-08-03 18:27:42 +0000 |
commit | a56a5c2cf8e6db4b35dcfb333050f8352d9cd51e (patch) | |
tree | 099600f219d80f918048d34e71a1bb63f6c23156 /src/soc | |
parent | ef959b72bc7937faa12afa73851eaf3b19e04bed (diff) |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/tigerlake/Kconfig | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig index 9bca89513a..df8f5a2760 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 @@ config CPU_SPECIFIC_OPTIONS 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 |