From b372c8cef3d465c812e8403d63ab01e5d4773de1 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Mon, 6 May 2013 16:12:20 -0700 Subject: [PATCH] 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 Reviewed-on: http://review.coreboot.org/3210 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/cpu/samsung/Kconfig | 1 + 1 file changed, 1 insertion(+) 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