diff options
author | You-Cheng Syu <youcheng@google.com> | 2019-06-10 17:17:51 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-06-21 08:37:42 +0000 |
commit | 4b47e5a851c5b21acb8d9ef6af245ccb332b14a7 (patch) | |
tree | 8e4495c914ebf073eb2fa7b5a5d68da2e6402ea2 /src | |
parent | 10494c497f009721d09c5838e8a2fcb0e261128c (diff) | |
download | coreboot-4b47e5a851c5b21acb8d9ef6af245ccb332b14a7.tar.xz |
google/kukui: Enable RTC
Enable RTC so that we can see correct timestamp in CrOS eventlogs.
BUG=b:134461866
TEST='mosys eventlog list' shows correct timestamp on Kukui
Change-Id: Ie9ef7c9343c781e348429cd5376a4a5519641e16
Signed-off-by: You-Cheng Syu <youcheng@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33356
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/kukui/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kukui/Kconfig b/src/mainboard/google/kukui/Kconfig index 6831d1e729..7719506421 100644 --- a/src/mainboard/google/kukui/Kconfig +++ b/src/mainboard/google/kukui/Kconfig @@ -25,6 +25,7 @@ config VBOOT config BOARD_SPECIFIC_OPTIONS def_bool y + select RTC select SOC_MEDIATEK_MT8183 select BOARD_ROMSIZE_KB_8192 select MAINBOARD_HAS_CHROMEOS |