diff options
author | Jincheng Li <jincheng.li@intel.com> | 2024-03-04 21:57:06 +0800 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-03-07 13:27:17 +0000 |
commit | 04fde7ed374bb0811f6d27a07104a03a421a3dd1 (patch) | |
tree | 691825420b4b5bab7c83018016f6a5879ec1d342 /src/soc/intel/xeon_sp/spr/Kconfig | |
parent | a5bdf8e8df7c2afe0264c58537569d6142d145cd (diff) |
soc/intel/xeon_sp: Unshare UDK binding among Xeon-SP platforms
TEST=intel/archercity CRB
Change-Id: I285549daad87fe1ad6e8a94853e0a92cd5930e04
Signed-off-by: Li, Jincheng <jincheng.li@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81041
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp/spr/Kconfig')
-rw-r--r-- | src/soc/intel/xeon_sp/spr/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/spr/Kconfig b/src/soc/intel/xeon_sp/spr/Kconfig index ace5c07042..acc5e4a1b9 100644 --- a/src/soc/intel/xeon_sp/spr/Kconfig +++ b/src/soc/intel/xeon_sp/spr/Kconfig @@ -14,6 +14,7 @@ config SOC_INTEL_SAPPHIRERAPIDS_SP select XEON_SP_COMMON_BASE select HAVE_IOAT_DOMAINS select FSP_SPEC_VIOLATION_XEON_SP_HEAP_WORKAROUND + select UDK_202005_BINDING help Intel Sapphire Rapids-SP support |