diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-10-02 17:44:16 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-10-12 15:47:18 +0200 |
commit | f5bdfbe66ae7c64ef3bd64c742e34111eb0e3164 (patch) | |
tree | a3fda2dc13f4d4fcd9de5d901c9c78d73dfa1ab4 /arch/arm64/configs | |
parent | 5fe74e0a72474eb48fa8abe1eb49dedb16b2537b (diff) |
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 <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c7fda967719b..53cc94028b40 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 |