We will be using Goldfish RTC device real date-time on QEMU RISC-V virt machine so this series: 1. Allows GOLDFISH kconfig option to be enabled for RISC-V 2. Enables GOLDFISH RTC driver in RISC-V defconfigs
This series can be found in goldfish_rtc_v1 branch at: https//github.com/avpatel/linux.git For the QEMU patches adding Goldfish RTC to virt machine refer: https://lists.gnu.org/archive/html/qemu-devel/2019-09/msg05465.html Anup Patel (2): platform: goldfish: Allow goldfish virtual platform drivers for RISCV RISC-V: defconfig: Enable Goldfish RTC driver arch/riscv/configs/defconfig | 3 +++ arch/riscv/configs/rv32_defconfig | 3 +++ drivers/platform/goldfish/Kconfig | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) -- 2.17.1