aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2018-10-26 22:03:17 +0200
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-10-27 23:58:15 +0000
commitc6382cd4bf73f2895b7a0637a595369acfd2c26a (patch)
tree0fe7bb4a70c8b025a3400592984464154c52403b /src/soc/intel/apollolake/Kconfig
parent40b0fc3f8b81d9c38e5c0fda494ba645c3b426e8 (diff)
soc/intel/*: Make FSP header path user configurable
Required to compensate for Chrome OS' tree differences Change-Id: I01fe80b55c69ff57da1c96a76bd1d9b5a2d4a9a8 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/29293 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 59cc31faf8..0c0fca9475 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -201,7 +201,7 @@ config VERSTAGE_ADDR
The base address (in CAR) where verstage should be linked
config FSP_HEADER_PATH
- string
+ string "Location of FSP headers"
default "src/vendorcode/intel/fsp/fsp2_0/glk" if SOC_INTEL_GLK
default "3rdparty/fsp/ApolloLakeFspBinPkg/Include/"