Skip to content

Commit

Permalink
kernel: Enable CMOS RTC support on 5.4
Browse files Browse the repository at this point in the history
Enable kernel symbol CONFIG_RTC_DRV_CMOS which was enabled in 4.14 &
4.19

Fixes FS#2905 and now my APU2 picks up time from RTC

Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
  • Loading branch information
ldir-EDB0 committed Mar 29, 2020
1 parent f46a3c7 commit af35205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/generic/config-5.4
Original file line number Diff line number Diff line change
Expand Up @@ -4331,7 +4331,7 @@ CONFIG_RFKILL=y
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_CADENCE is not set
# CONFIG_RTC_DRV_CMOS is not set
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1302 is not set
# CONFIG_RTC_DRV_DS1305 is not set
Expand Down

0 comments on commit af35205

Please sign in to comment.