aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/skx/Kconfig
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-08-04 07:42:33 +0200
committerElyes Haouas <ehaouas@noos.fr>2023-08-12 21:36:51 +0000
commit171ad51b4295429d947ed1cf0f26148967929c25 (patch)
treed8416322421d39d7b57f38eef14d21d12260760f /src/soc/intel/xeon_sp/skx/Kconfig
parent77c226ac9bad0ac53fd8d1b81dd38a5c4c924e52 (diff)
soc/intel/xeon_sp/*/Kconfig: Refactor out and remove SOC_SPECIFIC_OPTIONS
Move specific selections to {cpx,skx,spr} and remove dummy SOC_SPECIFIC_OPTIONS Change-Id: I71e41deb0478bf4d04395c88fc7b68df1ea83ac0 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76939 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/skx/Kconfig')
-rw-r--r--src/soc/intel/xeon_sp/skx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/skx/Kconfig b/src/soc/intel/xeon_sp/skx/Kconfig
index 18e5f2f59a..c2c3d4e2e8 100644
--- a/src/soc/intel/xeon_sp/skx/Kconfig
+++ b/src/soc/intel/xeon_sp/skx/Kconfig
@@ -1,5 +1,13 @@
## SPDX-License-Identifier: GPL-2.0-only
+config SOC_INTEL_SKYLAKE_SP
+ bool
+ select XEON_SP_COMMON_BASE
+ select PLATFORM_USES_FSP2_0
+ select NO_FSP_TEMP_RAM_EXIT
+ help
+ Intel Skylake-SP support
+
if SOC_INTEL_SKYLAKE_SP
config MAINBOARD_USES_FSP2_0