From: David Arcari darcari@redhat.com
enable the rtc-rv8803 driver on RHEL
Enable CONFIG_RTC_DRV_RV8803 for x86 and arm for RHEL.
Signed-off-by: David Arcari darcari@redhat.com
diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_RTC_DRV_RV8803 b/redhat/configs/ark/generic/arm/aarch64/CONFIG_RTC_DRV_RV8803 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/arm/aarch64/CONFIG_RTC_DRV_RV8803 @@ -0,0 +1 @@ +CONFIG_RTC_DRV_RV8803=m diff --git a/redhat/configs/ark/generic/x86/CONFIG_RTC_DRV_RV8803 b/redhat/configs/ark/generic/x86/CONFIG_RTC_DRV_RV8803 new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/x86/CONFIG_RTC_DRV_RV8803 @@ -0,0 +1 @@ +CONFIG_RTC_DRV_RV8803=m
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2121
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2121#note_1152049...
Please enable it in common not ark, it should in Fedora too to enable proper Edge testing right the way through from Fedora -> C9S -> RHEL.
kernel@lists.fedoraproject.org