From 17e85adc91d905919f8c4a512125ebd457ce99db Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Wed, 20 Dec 2017 16:21:25 -0700 Subject: soc/amd/stoneyridge: select RTC Stoneyridge has an RTC. Elog requires it for timestamps. BUG=b:65485690 TEST=Build Kahlee with Elog. Check mosys eventlog list for timestamps. Change-Id: I4d820fbe11043e7e3153d67159f52274d5f14bae Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/22961 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/soc/amd/stoneyridge/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 816de899b6..80d81cf72c 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -64,6 +64,7 @@ config CPU_SPECIFIC_OPTIONS select POSTCAR_CONSOLE select SSE select SSE2 + select RTC config VBOOT select VBOOT_SEPARATE_VERSTAGE -- cgit v1.2.3