diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2015-02-17 11:04:30 +0100 |
---|---|---|
committer | Aaron Durbin <adurbin@google.com> | 2015-02-25 16:21:23 +0100 |
commit | 21a530981df1af8d648a4b2d46af0febbd56a8c5 (patch) | |
tree | 3f3db3a7e9971c9b86ec451eb614af3b55073ce3 /src/soc/intel/baytrail/Kconfig | |
parent | e5853d5235478897632dee3467f81b3b2467cf73 (diff) | |
download | coreboot-21a530981df1af8d648a4b2d46af0febbd56a8c5.tar.xz |
soc/intel/baytrail/Kconfig: Remove explicit `HAVE_MONOTONIC_TIMER`
Fix up commit ce7ecf9c (baytrail: enable monotonic timer), which
selected `HAVE_MONOTONIC_TIMER` explicitly, although it is already
selected by `TSC_MONOTONIC_TIMER` (cf. `src/cpu/x86/Kconfig`).
Therefore remove the explicit selection of that Kconfig option.
Change-Id: I8964771947a6f7457dcdefe7a17be623ae0ef900
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/8471
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/soc/intel/baytrail/Kconfig')
-rw-r--r-- | src/soc/intel/baytrail/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig index 2b2d3210e8..214a1ac231 100644 --- a/src/soc/intel/baytrail/Kconfig +++ b/src/soc/intel/baytrail/Kconfig @@ -17,7 +17,6 @@ config CPU_SPECIFIC_OPTIONS select COLLECT_TIMESTAMPS select CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED select SUPPORT_CPU_UCODE_IN_CBFS - select HAVE_MONOTONIC_TIMER select HAVE_SMI_HANDLER select HAVE_HARD_RESET select MMCONF_SUPPORT |