From 7cd81b91ac65aab702e8f21dd106fb816d62bed8 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 11 Feb 2021 14:58:08 +0100 Subject: [PATCH] soc/amd/cezanne: select RTC The RTC functionality will be used by elog. Change-Id: I3a8d0a353620f64207d5ba8e17c145090f0c7506 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/50543 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/cezanne/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index ddc08b984d..a2f706f32b 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -22,6 +22,7 @@ config SOC_SPECIFIC_OPTIONS select IOAPIC select PLATFORM_USES_FSP2_0 select RESET_VECTOR_IN_RAM + select RTC select SOC_AMD_COMMON select SOC_AMD_COMMON_BLOCK_ACPI select SOC_AMD_COMMON_BLOCK_ACPIMMIO