diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-10-23 20:18:13 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-11-30 22:23:58 +0100 |
commit | eeffc0fbd022422777b91cdfa0e12ba2bcd6c5e7 (patch) | |
tree | 110ec8189689ee8cde0f43d5bb7e14fab1032ef2 /arch/arm64/configs | |
parent | arm64: defconfig: Enable USB_SERIAL_CP210X (diff) | |
download | linux-eeffc0fbd022422777b91cdfa0e12ba2bcd6c5e7.tar.xz linux-eeffc0fbd022422777b91cdfa0e12ba2bcd6c5e7.zip |
arm64: defconfig: Enable RTC_DRV_HYM8563
RTC HYM8563 used in the ARM64 Rockchip SoC's SDIO power
sequence enablement.
Enable it as module.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Link: https://lore.kernel.org/r/20201023181814.220974-1-jagan@amarulasolutions.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
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 15c2128e846a..24ce73369fc9 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -815,6 +815,7 @@ CONFIG_EDAC=y CONFIG_EDAC_GHES=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_DS1307=m +CONFIG_RTC_DRV_HYM8563=m CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m CONFIG_RTC_DRV_PCF85363=m |