diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-02-11 14:58:08 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-02-12 14:40:13 +0000 |
commit | 7cd81b91ac65aab702e8f21dd106fb816d62bed8 (patch) | |
tree | 346726f3f1b2325739c1cfc9e44ecb6ebb007e1e /src/soc/amd/cezanne/Kconfig | |
parent | 1a39aa01d118a0d917cbe326bd6cfdfa9bbcf0bf (diff) |
soc/amd/cezanne: select RTC
The RTC functionality will be used by elog.
Change-Id: I3a8d0a353620f64207d5ba8e17c145090f0c7506
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50543
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/Kconfig')
-rw-r--r-- | src/soc/amd/cezanne/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |