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>
This commit is contained in:
parent
8ba235e2ac
commit
24ae84d260
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue