Message ID | 20180711090608.11526-4-takahiro.akashi@linaro.org |
---|---|
State | Changes Requested |
Delegated to: | Tom Rini |
Headers | show |
Series | subject: arm: qemu-arm: enable PL031 (RTC) | expand |
On 07/11/2018 11:06 AM, AKASHI Takahiro wrote: > Virtual machine provided by qemu-arm has a ARM PL031 Real Time Clock > device. With this patch, the driver is enabled by default. > > Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 00b28480b4..b7b1dca289 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -714,6 +714,8 @@ config ARCH_QEMU select DM_SERIAL select OF_CONTROL select PL01X_SERIAL + imply DM_RTC + imply RTC_PL031 config ARCH_RMOBILE bool "Renesas ARM SoCs"
Virtual machine provided by qemu-arm has a ARM PL031 Real Time Clock device. With this patch, the driver is enabled by default. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+)