Build Exynos RTC internal
- If s5p RTC is not built into the kernel the time can’t be set from RTC upon booting. If built as a module initial time set from RTC to system will fail.
View
2 arch/arm/configs/odroidxu4_defconfig
@@ -3611,7 +3611,7 @@ CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV8803 is not set
-CONFIG_RTC_DRV_S5M=m
+CONFIG_RTC_DRV_S5M=y
#
# SPI RTC drivers
- GitHub commit and author
Du musst angemeldet sein, um kommentieren zu können.
code
more code
~~~~