summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/Kconfig
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-07-31 19:12:50 -0700
committerLee Leahy <leroy.p.leahy@intel.com>2016-08-05 06:34:39 +0200
commitf61de073e5f9a3d8913d4a70a8110eb49fc3d625 (patch)
tree8f13668284586dd5cecf3071881fbe6ea2f3cf3c /src/drivers/intel/fsp2_0/Kconfig
parent3de7d4a9b2fddb798ce04ea217b7642ff3510ac3 (diff)
downloadcoreboot-f61de073e5f9a3d8913d4a70a8110eb49fc3d625.tar.xz
drivers/intel/fsp2_0: Add checklist support
Add the Kconfig value to point to the checklist data files. TEST=Build and run on Galileo Gen2 Change-Id: I3737b46162214fad139382193de944ec5d175645 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/16039 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/drivers/intel/fsp2_0/Kconfig')
-rw-r--r--src/drivers/intel/fsp2_0/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig
index 729c2f248e..af0706ad96 100644
--- a/src/drivers/intel/fsp2_0/Kconfig
+++ b/src/drivers/intel/fsp2_0/Kconfig
@@ -86,4 +86,8 @@ config VERIFY_HOBS
Verify that the HOBs required by coreboot are returned by FSP and
that the resource HOBs are in the correct order and position.
+config CHECKLIST_DATA_FILE_LOCATION
+ string
+ default "src/vendorcode/intel/fsp/fsp2_0/checklist"
+
endif