diff options
Diffstat (limited to 'src/soc/intel/cannonlake/Kconfig')
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 101d71eb37..e6a2062c4a 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -3,6 +3,19 @@ config SOC_INTEL_CANNONLAKE help Intel Cannonlake support +config SOC_INTEL_COFFEELAKE + bool + default n + select SOC_INTEL_CANNONLAKE + help + Intel Coffeelake support + +config CANNONLAKE_SOC_PCH_H + bool + default n + help + Choose this option if you have a PCH-H chipset. + if SOC_INTEL_CANNONLAKE config CPU_SPECIFIC_OPTIONS |