diff mbox series

[U-Boot,v4,2/2] arm: qemu-arm: enable RTC (PL031) by default

Message ID 20180914080654.29035-3-takahiro.akashi@linaro.org
State Accepted
Commit a47c1b5b87fcbd2bdb2e297d3c41d41c0c663967
Delegated to: Tom Rini
Headers show
Series arm: qemu-arm: enable PL031 (RTC) | expand

Commit Message

AKASHI Takahiro Sept. 14, 2018, 8:06 a.m. UTC
From: AKASHI Takahiro <takahiro.akashi@linaro.org>

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(+)
diff mbox series

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 8a23c76db846..f9fdbabba81b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -741,6 +741,8 @@  config ARCH_QEMU
 	select OF_CONTROL
 	select PL01X_SERIAL
 	imply CMD_DM
+	imply DM_RTC
+	imply RTC_PL031
 
 config ARCH_RMOBILE
 	bool "Renesas ARM SoCs"