From d39c650e0616178fe8451afc1d18f6c98adf7f1c Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Mon, 6 May 2013 16:12:20 -0700 Subject: 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(+) (limited to 'src') 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 -- cgit v1.2.3