diff options
author | David Hendricks <dhendricks@fb.com> | 2018-05-16 16:48:07 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-05-28 16:10:15 +0000 |
commit | da8e2ca32e85603f4f2636f2428d1a0d987f7a26 (patch) | |
tree | 35fa16d92c91c6d9100f336cc4bbe14b609863b2 /src | |
parent | dc3910cfd7e59301a323a7cd98339876e4f79f87 (diff) | |
download | coreboot-da8e2ca32e85603f4f2636f2428d1a0d987f7a26.tar.xz |
fsp_broadwell_de: Select TSC_MONOTONIC_TIMER by default
This is currently selected by each derivative board's Kconfig even
though it's really an SoC-specific option.
Change-Id: Iad135261915a0857c53c18aaebde7e46c97a8f40
Signed-off-by: David Hendricks <dhendricks@fb.com>
Reviewed-on: https://review.coreboot.org/26344
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/Kconfig b/src/soc/intel/fsp_broadwell_de/Kconfig index cfe3fb05b8..bfacb3d0e2 100644 --- a/src/soc/intel/fsp_broadwell_de/Kconfig +++ b/src/soc/intel/fsp_broadwell_de/Kconfig @@ -25,6 +25,7 @@ config CPU_SPECIFIC_OPTIONS select HAVE_INTEL_FIRMWARE select SMM_TSEG select HAVE_SMI_HANDLER + select TSC_MONOTONIC_TIMER config CBFS_SIZE hex |