diff options
author | Teo Boon Tiong <boon.tiong.teo@intel.com> | 2016-09-15 11:11:45 +0800 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-10-01 22:30:02 +0200 |
commit | 2fc06c82034c48b8ae896a99601e50de9eb33256 (patch) | |
tree | a01678eb4c875463e710ef3b131eb3a4522e06d8 /src/soc/intel | |
parent | f95daa510d6c344199be3309afb86e8030521d05 (diff) | |
download | coreboot-2fc06c82034c48b8ae896a99601e50de9eb33256.tar.xz |
soc/intel/skylake: Add config option for Skylake-H Sku support
Change-Id: Ia9c1c065f20bf2b37afc7485ef8df3abd35e2f14
Reviewed-on: https://review.coreboot.org/16607
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/skylake/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index 9d649d23a6..2a481ac582 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -185,6 +185,12 @@ config UART_DEBUG select DRIVERS_UART_8250MEM_32 select NO_UART_ON_SUPERIO +config SKYLAKE_SOC_PCH_H + bool + default n + help + Choose this option if you have a PCH-H chipset. + config CHIPSET_BOOTBLOCK_INCLUDE string default "soc/intel/skylake/bootblock/timestamp.inc" |