diff options
| author | Olof Johansson <[email protected]> | 2019-04-29 06:39:27 +0000 |
|---|---|---|
| committer | Olof Johansson <[email protected]> | 2019-04-29 06:39:27 +0000 |
| commit | fe08dd9eeaa309deaa3a78f0eaf88900caef1c2e (patch) | |
| tree | 39cd74060af7c67c64ae7b423b8d50cfbba1869c | |
| parent | Merge tag 'sunxi-config64-for-5.2' of https://git.kernel.org/pub/scm/linux/ke... (diff) | |
| parent | arm64: defconfig: enable RX-8581 config option (diff) | |
| download | kernel-fe08dd9eeaa309deaa3a78f0eaf88900caef1c2e.tar.gz kernel-fe08dd9eeaa309deaa3a78f0eaf88900caef1c2e.zip | |
Merge tag 'renesas-arm64-defconfig-for-v5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/defconfig
Renesas ARM64 Based SoC Defconfig Updates for v5.2
+ Enable support for RX-8571/RX-8581 RTC
* tag 'renesas-arm64-defconfig-for-v5.2' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
arm64: defconfig: enable RX-8581 config option
Signed-off-by: Olof Johansson <[email protected]>
| -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 21128287be8b..8eba976c11a5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -599,6 +599,7 @@ CONFIG_EDAC_GHES=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_MAX77686=y CONFIG_RTC_DRV_RK808=m +CONFIG_RTC_DRV_RX8581=m CONFIG_RTC_DRV_S5M=y CONFIG_RTC_DRV_DS3232=y CONFIG_RTC_DRV_EFI=y |
