From: Rosen Penev Date: Thu, 2 Jul 2026 21:38:35 +0000 (-0700) Subject: apm821xx: disable RTC X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9055f4ebe807e1567ea7f172f73e4ad793688b32;p=thirdparty%2Fopenwrt.git apm821xx: disable RTC No device in apm821xx has an RTC. Remove support to slim down the kernel. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/24114 Signed-off-by: Jonas Jelonek --- diff --git a/target/linux/apm821xx/nand/config-default b/target/linux/apm821xx/nand/config-default index ac8beec7967..f36a75713d7 100644 --- a/target/linux/apm821xx/nand/config-default +++ b/target/linux/apm821xx/nand/config-default @@ -15,10 +15,6 @@ CONFIG_MTD_UBI_NVMEM=y CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_MTD_VIRT_CONCAT=y # CONFIG_PCI_DISABLE_COMMON_QUIRKS is not set -CONFIG_RTC_CLASS=y -CONFIG_RTC_DRV_M48T86=y -CONFIG_RTC_I2C_AND_SPI=y -CONFIG_RTC_MC146818_LIB=y CONFIG_RTL8366_SMI=y CONFIG_RTL8367B_PHY=y CONFIG_SWCONFIG=y