aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-03-14 15:16:48 -0600
committerMartin Roth <martinroth@google.com>2016-03-15 15:23:40 +0100
commit24ae84d2604e0352081a705ab5c074cefdbdd2ec (patch)
tree105b6b6d539565399dc012802fa12f8cc8221fe5 /src/vendorcode/intel/Kconfig
parent8ba235e2acf2c15ca5484ed51001d6555b082a51 (diff)
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 <martinroth@google.com> Reviewed-on: https://review.coreboot.org/14091 Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/vendorcode/intel/Kconfig')
-rw-r--r--src/vendorcode/intel/Kconfig5
1 files changed, 5 insertions, 0 deletions
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