diff options
author | Michael Walle | 2019-05-29 01:29:58 +0200 |
---|---|---|
committer | Tom Rini | 2019-07-13 11:11:28 -0400 |
commit | fb9a1ffef38e49597939f01b89ed521fdb5de99b (patch) | |
tree | 4470256252e51a388a3fc818533d55adcc09bdc4 /configs/sandbox_defconfig | |
parent | 9adaa039b67a7f43e5618fcd5d4c9fc0e8f9dd68 (diff) |
rtc: add Microcrystal RV-8803 driver
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 6894262b89f..61391a7acd4 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -179,6 +179,7 @@ CONFIG_REMOTEPROC_SANDBOX=y CONFIG_DM_RESET=y CONFIG_SANDBOX_RESET=y CONFIG_DM_RTC=y +CONFIG_RTC_RV8803=y CONFIG_DEBUG_UART_SANDBOX=y CONFIG_SANDBOX_SERIAL=y CONFIG_SMEM=y |