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>
This commit is contained in:
parent
ef959b72bc
commit
a56a5c2cf8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue