From 5666e43131c30eb45a8fe01188d6797652b31e57 Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Tue, 23 May 2023 19:22:24 +0900 Subject: [PATCH] RISCV: configs: Enable rtc defconfig Enable RTC defconfig for starfive. Change-Id: I0dea1a230c1c147caaf26fe7215a951c5d0b7c53 Signed-off-by: Hoegeun Kwon --- arch/riscv/configs/tizen_vf2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/tizen_vf2_defconfig b/arch/riscv/configs/tizen_vf2_defconfig index 50135b0..df4d462 100644 --- a/arch/riscv/configs/tizen_vf2_defconfig +++ b/arch/riscv/configs/tizen_vf2_defconfig @@ -232,6 +232,7 @@ CONFIG_MMC_SPI=y CONFIG_MMC_DW=y CONFIG_MMC_DW_STARFIVE=y CONFIG_RTC_CLASS=y +CONFIG_RTC_DRV_STARFIVE=y CONFIG_DW_AXI_DMAC=y CONFIG_VIRTIO_PCI=y CONFIG_VIRTIO_BALLOON=y -- 2.7.4