diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-05-06 16:12:20 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-05-07 18:35:55 +0200 |
commit | d39c650e0616178fe8451afc1d18f6c98adf7f1c (patch) | |
tree | dc2aadc649f1083e91fefcd301bb3b430eadc6e1 /src/cpu | |
parent | 8e73b5d9528401a50254eb968080b814b5418152 (diff) |
exynos5: select HAVE_MONOTONIC_TIMER
We have the monotonic timer implemented on exynos now, and this
also enables helpful bootstage prints with timing info.
Change-Id: I3baa4c9d70d4b4d059abd5e05eddcabd5258dbfd
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/3210
Reviewed-by: Aaron Durbin <adurbin@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/samsung/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/samsung/Kconfig b/src/cpu/samsung/Kconfig index 92b6460643..9e2ec4cd5d 100644 --- a/src/cpu/samsung/Kconfig +++ b/src/cpu/samsung/Kconfig @@ -1,5 +1,6 @@ config CPU_SAMSUNG_EXYNOS5 depends on ARCH_ARMV7 + select HAVE_MONOTONIC_TIMER select HAVE_UART_SPECIAL select DEFAULT_EARLY_CONSOLE bool |