From: Gregory CLEMENT Date: Mon, 2 Oct 2017 15:44:16 +0000 (+0200) Subject: arm64: defconfig: enable RTC on Armada 7K/8K SoCs X-Git-Tag: v4.15-rc1~76^2~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5bdfbe66ae7c64ef3bd64c742e34111eb0e3164;p=thirdparty%2Fkernel%2Flinux.git arm64: defconfig: enable RTC on Armada 7K/8K SoCs The Armada 38x RTC driver supports also the RTC controller found on the Armada 7K/8K SoCs, so enable it. Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c7fda967719be..53cc94028b40e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -472,6 +472,7 @@ CONFIG_RTC_DRV_EFI=y CONFIG_RTC_DRV_S3C=y CONFIG_RTC_DRV_PL031=y CONFIG_RTC_DRV_SUN6I=y +CONFIG_RTC_DRV_ARMADA38X=y CONFIG_RTC_DRV_TEGRA=y CONFIG_RTC_DRV_XGENE=y CONFIG_DMADEVICES=y