]> Git Repo - J-u-boot.git/commitdiff
arm: qemu-arm: enable RTC (PL031) by default
authorAKASHI Takahiro <[email protected]>
Fri, 14 Sep 2018 08:06:54 +0000 (17:06 +0900)
committerAlexander Graf <[email protected]>
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
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"
This page took 0.036059 seconds and 4 git commands to generate.