From 24ae84d2604e0352081a705ab5c074cefdbdd2ec Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 14 Mar 2016 15:16:48 -0600 Subject: vendorcode/intel/Kconfig: Add broadwell_de symbol to fix lint The Kconfig lint tool is complaining because this symbol doesn't exist. Create a temporary definition that can be removed when the chipset is added. Change-Id: I6a8abffcc91773aae16721ee1f48c4c64bd6b486 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/14091 Reviewed-by: Timothy Pearson Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Patrick Georgi --- src/vendorcode/intel/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/vendorcode/intel') diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig index 795ad93358..5da3b2d3cc 100644 --- a/src/vendorcode/intel/Kconfig +++ b/src/vendorcode/intel/Kconfig @@ -13,6 +13,11 @@ ## GNU General Public License for more details. ## +# Temporary definition: Add a symbol for broadwell DE until the actual +# chipset goes in. This fixes an issue with the Kconfig lint tool. +config SOC_INTEL_FSP_BROADWELL_DE + def_bool n + config FSP_VENDORCODE_HEADER_PATH string default "fsp1_0/ivybridge_bd82x6x" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_BD82X6X -- cgit v1.2.3