From c6382cd4bf73f2895b7a0637a595369acfd2c26a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 26 Oct 2018 22:03:17 +0200 Subject: soc/intel/*: Make FSP header path user configurable Required to compensate for Chrome OS' tree differences Change-Id: I01fe80b55c69ff57da1c96a76bd1d9b5a2d4a9a8 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/29293 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese --- src/soc/intel/cannonlake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/cannonlake/Kconfig') diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 161db33217..9452b6dd1b 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -264,7 +264,7 @@ config USE_CANNONLAKE_FSP_CAR endchoice config FSP_HEADER_PATH - string + string "Location of FSP headers" default "src/vendorcode/intel/fsp/fsp2_0/cannonlake/" if !SOC_INTEL_COFFEELAKE default "3rdparty/fsp/CoffeeLakeFspBinPkg/Include/" if SOC_INTEL_COFFEELAKE -- cgit v1.2.3