Skip to content

Commit 1f8fdb0

Browse files
committed
EMB-237: build M41T80 RTC driver into kernel
Set CONFIG_RTC_DRV_M41T80=y so the external RTC (rtc1) is available during early boot. When this driver is built as a module, rtc1 is registered later and the system clock is corrected mid-boot, causing a visible time jump. Building it in allows hctosys to use rtc1 earlier and avoids that jump.
1 parent 158d088 commit 1f8fdb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/sx8m_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ CONFIG_RTC_DRV_DS1307=m
801801
CONFIG_RTC_DRV_HYM8563=m
802802
CONFIG_RTC_DRV_MAX77686=y
803803
CONFIG_RTC_DRV_PCF85363=m
804-
CONFIG_RTC_DRV_M41T80=m
804+
CONFIG_RTC_DRV_M41T80=y
805805
CONFIG_RTC_DRV_RX8581=m
806806
CONFIG_RTC_DRV_RV3028=m
807807
CONFIG_RTC_DRV_RV8803=m

0 commit comments

Comments
 (0)