aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@intel.com>2016-11-06 23:43:57 -0800
committerMartin Roth <martinroth@google.com>2016-11-08 23:12:21 +0100
commit4c5b31e567852ef45660e549a394ce17b8d5572c (patch)
treefef28b160ec9cd59af0621d331e97e7cf6ebadfd /src/soc/intel/apollolake/Kconfig
parentc4d0f526d452addbb7f9e0594fe534866ef644ac (diff)
soc/intel/apollolake: Provide chipset value for ifdtool
Change-Id: I99454a9fca3b677a389bcaf7693ff4e18415c9ad Signed-off-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-on: https://review.coreboot.org/17259 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 187214ae4e..4f556d064f 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -260,4 +260,8 @@ config SMM_RESERVED_SIZE
hex
default 0x100000
+config IFD_CHIPSET
+ string
+ default "aplk"
+
endif