summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/cpx/Kconfig
diff options
context:
space:
mode:
authorJonathan Zhang <jonzhang@fb.com>2020-05-20 13:44:28 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-05-26 15:13:04 +0000
commit1075b2944437320648d1d3cb9517a0c99bc55d16 (patch)
tree034a480cd38e172ff3a74c6d8f8a95331dab2793 /src/soc/intel/xeon_sp/cpx/Kconfig
parentae22fe293fc97a9f6b0fbf52230277b2a4332cda (diff)
downloadcoreboot-1075b2944437320648d1d3cb9517a0c99bc55d16.tar.gz
coreboot-1075b2944437320648d1d3cb9517a0c99bc55d16.tar.bz2
coreboot-1075b2944437320648d1d3cb9517a0c99bc55d16.zip
soc/intel/xeon_sp: select UDK_2017_binding
Select UDK_2017_BINDING instead of UDK_2015_BIDING. Otherwise there is build error when turning on FSP debugging. Remove duplicate configs from SKX-SP and CPX-SP directories, to keep the configs at SoC family level. Signed-off-by: Jonathan Zhang <jonzhang@fb.com> Change-Id: I6b25bf25dcb57937e2d9fec54eeb7951b0ee4b2b Reviewed-on: https://review.coreboot.org/c/coreboot/+/41573 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/cpx/Kconfig')
-rw-r--r--src/soc/intel/xeon_sp/cpx/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/intel/xeon_sp/cpx/Kconfig b/src/soc/intel/xeon_sp/cpx/Kconfig
index 86fdf1bfa371..59ccc6f98e8d 100644
--- a/src/soc/intel/xeon_sp/cpx/Kconfig
+++ b/src/soc/intel/xeon_sp/cpx/Kconfig
@@ -6,14 +6,6 @@ config MAINBOARD_USES_FSP2_0
bool
default y
-config USE_FSP2_0_DRIVER
- def_bool y
- depends on MAINBOARD_USES_FSP2_0
- select PLATFORM_USES_FSP2_0
- select UDK_2015_BINDING
- select POSTCAR_CONSOLE
- select POSTCAR_STAGE
-
config FSP_HEADER_PATH
string "Location of FSP headers"
depends on MAINBOARD_USES_FSP2_0