diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-21 07:47:00 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-25 13:23:54 +0000 |
commit | 2f872e967567815ded97fe61bff3eb2af7935735 (patch) | |
tree | 23b1f22202276bf9e0d246d1a9fb7666d4e2ce1c /src/soc/intel/meteorlake | |
parent | 0a12d2bdc848098b6f44f75b9289931405cb53b4 (diff) |
soc/intel/meteorlake: Remove dummy CPU_SPECIFIC_OPTIONS
Change-Id: I0f9299d4b7417efac0d5fba39d40b97d6c3a1926
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76684
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Diffstat (limited to 'src/soc/intel/meteorlake')
-rw-r--r-- | src/soc/intel/meteorlake/Kconfig | 51 |
1 files changed, 24 insertions, 27 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index 29c46df8f4..2eb140584a 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -1,32 +1,5 @@ config SOC_INTEL_METEORLAKE bool - help - Intel Meteorlake support. Mainboards should specify the SoC - type using the `SOC_INTEL_METEORLAKE_*` options instead - of selecting this option directly. - -config SOC_INTEL_METEORLAKE_U_H - bool - select SOC_INTEL_METEORLAKE - help - Choose this option if your mainboard has a MTL-U (9W or 15W) - or MTL-H (28W or 45W) SoC. - - Note, the MTL-U/H-Processor Line offered in a 1-Chip Platform - that includes the Compute, SOC, GT, and IOE tile on the same - package. - -config SOC_INTEL_METEORLAKE_S - bool - select SOC_INTEL_METEORLAKE - help - Choose this option if your mainboard has a MTL-S (35W or 65W) SoC. - Note, MTL-S SoC combines Compute, GFX, SoC, IOE and PCH die. - -if SOC_INTEL_METEORLAKE - -config CPU_SPECIFIC_OPTIONS - def_bool y select ACPI_INTEL_HARDWARE_SLEEP_VALUES select ARCH_X86 select BOOT_DEVICE_SUPPORTS_WRITES @@ -122,6 +95,30 @@ config CPU_SPECIFIC_OPTIONS select X86_CLFLUSH_CAR select X86_INIT_NEED_1_SIPI select INTEL_KEYLOCKER + help + Intel Meteorlake support. Mainboards should specify the SoC + type using the `SOC_INTEL_METEORLAKE_*` options instead + of selecting this option directly. + +config SOC_INTEL_METEORLAKE_U_H + bool + select SOC_INTEL_METEORLAKE + help + Choose this option if your mainboard has a MTL-U (9W or 15W) + or MTL-H (28W or 45W) SoC. + + Note, the MTL-U/H-Processor Line offered in a 1-Chip Platform + that includes the Compute, SOC, GT, and IOE tile on the same + package. + +config SOC_INTEL_METEORLAKE_S + bool + select SOC_INTEL_METEORLAKE + help + Choose this option if your mainboard has a MTL-S (35W or 65W) SoC. + Note, MTL-S SoC combines Compute, GFX, SoC, IOE and PCH die. + +if SOC_INTEL_METEORLAKE config SOC_INTEL_METEORLAKE_TCSS_USB4_SUPPORT bool |