From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] kernel.config.aarch64-ipfire: Fix bug#12856 - Add Armada 38X RTC module to be loadable. Date: Tue, 14 Feb 2023 13:25:47 +0100 Message-ID: <20230214122547.3936348-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8088196322548842456==" List-Id: --===============8088196322548842456== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes: Bug#12856 Signed-off-by: Adolf Belka --- config/kernel/kernel.config.aarch64-ipfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kerne= l.config.aarch64-ipfire index 9fbe4b7a2..880117c58 100644 --- a/config/kernel/kernel.config.aarch64-ipfire +++ b/config/kernel/kernel.config.aarch64-ipfire @@ -6959,7 +6959,7 @@ CONFIG_RTC_DRV_PL030=3Dm CONFIG_RTC_DRV_PL031=3Dm CONFIG_RTC_DRV_SUN6I=3Dy CONFIG_RTC_DRV_MV=3Dy -# CONFIG_RTC_DRV_ARMADA38X is not set +CONFIG_RTC_DRV_ARMADA38X=3Dm # CONFIG_RTC_DRV_CADENCE is not set # CONFIG_RTC_DRV_FTRTC010 is not set CONFIG_RTC_DRV_MXC=3Dm --=20 2.39.1 --===============8088196322548842456==--