]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: qemu-arm: enable RTC (PL031) by default
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Fri, 14 Sep 2018 08:06:54 +0000 (17:06 +0900)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:31 +0000 (21:55 +0200)
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>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/arm/Kconfig

index 0f8dd32bdd0ee3f0f9c2960805f7db99ebc504b9..b39d08539aee1454506514792bffb2dbab587a71 100644 (file)
@@ -747,6 +747,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"