diff options
Diffstat (limited to 'src/vendorcode/intel')
-rw-r--r-- | src/vendorcode/intel/Kconfig | 5 |
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 |