diff options
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 927409d281..9796546f4d 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -30,6 +30,13 @@ config SOC_INTEL_WHISKEYLAKE help Intel Whiskeylake support +config SOC_INTEL_COMETLAKE + bool + default n + select SOC_INTEL_COMMON_CANNONLAKE_BASE + help + Intel Cometlake support + config SOC_INTEL_CANNONLAKE_PCH_H bool default n @@ -274,6 +281,7 @@ endchoice config FSP_HEADER_PATH string "Location of FSP headers" default "3rdparty/fsp/CoffeeLakeFspBinPkg/Include/" if SOC_INTEL_COFFEELAKE || SOC_INTEL_WHISKEYLAKE + default "src/vendorcode/intel/fsp/fsp2_0/cometlake/" if SOC_INTEL_COMETLAKE default "src/vendorcode/intel/fsp/fsp2_0/cannonlake/" config FSP_FD_PATH |