core/linux-rpi: add RV8803 RTC module

This commit is contained in:
graysky 2022-05-22 12:33:59 -04:00
parent 9f99ed420d
commit a626171899
3 changed files with 4 additions and 4 deletions

View file

@ -33,9 +33,9 @@ md5sums=('94c2fb97d13bbedbdfbdc6f8cd94cd0a'
'86d4a35722b5410e3b29fc92dae15d4b'
'0a5f16bfec6ad982a2f6782724cca8ba'
'441ec084c47cddc53e592fb0cbce4edf')
md5sums_armv7h=('af2676c6f70f6488f55adf890986162b'
md5sums_armv7h=('786af5738a7410ce083c845b7d5cd8ac'
'a9a05a9e8487584b10a0191dd53e5170')
md5sums_aarch64=('1e081247c543b88e488464d3ea9b7bd0'
md5sums_aarch64=('dfc3148cb4f48df24bb3259f64b1830e'
'a9a05a9e8487584b10a0191dd53e5170')
# setup vars

View file

@ -6442,7 +6442,7 @@ CONFIG_RTC_DRV_RX8025=m
CONFIG_RTC_DRV_EM3027=m
CONFIG_RTC_DRV_RV3028=m
# CONFIG_RTC_DRV_RV3032 is not set
# CONFIG_RTC_DRV_RV8803 is not set
CONFIG_RTC_DRV_RV8803=y
# CONFIG_RTC_DRV_SD3078 is not set
#

View file

@ -6454,7 +6454,7 @@ CONFIG_RTC_DRV_RX8025=m
CONFIG_RTC_DRV_EM3027=m
CONFIG_RTC_DRV_RV3028=m
# CONFIG_RTC_DRV_RV3032 is not set
# CONFIG_RTC_DRV_RV8803 is not set
CONFIG_RTC_DRV_RV8803=m
CONFIG_RTC_DRV_SD3078=m
#