aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2020-03-29 21:38:10 +0100
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2020-03-29 21:41:43 +0100
commitaf35205626ecea62c75b1a94a6f835aed6c91089 (patch)
tree15d265203933a5af9b66ad413556b6ff5b63ada2 /target/linux/generic
parentf46a3c7b14e68cc9f17c6257157c3ae42c5fb64e (diff)
downloadupstream-af35205626ecea62c75b1a94a6f835aed6c91089.tar.gz
upstream-af35205626ecea62c75b1a94a6f835aed6c91089.tar.bz2
upstream-af35205626ecea62c75b1a94a6f835aed6c91089.zip
kernel: Enable CMOS RTC support on 5.4
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 <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/config-5.42
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index 48750c2cdc..b5deef31de 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -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