From e6281720f20b62a9c3fd3c3ae7ea23097da2e9ca Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Fri, 20 Oct 2023 15:56:34 +0200 Subject: [PATCH] kernel: fix missing regmap-mmio dependency for rtc-r7301 Add missing regmap-mmio dependency for rtc-r7301 to fix packaging error. Fixes: f2bc4c1f1588 ("kernel: Add kmod-rtc-r7301") Signed-off-by: Christian Marangi --- package/kernel/linux/modules/other.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index feee39602d..055dca6818 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -732,6 +732,7 @@ define KernelPackage/rtc-r7301 SUBMENU:=$(OTHER_MENU) TITLE:=Epson RTC7301 support DEFAULT:=m if ALL_KMODS && RTC_SUPPORT + DEPENDS:=+kmod-regmap-mmio KCONFIG:=CONFIG_RTC_DRV_R7301 \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-r7301.ko -- 2.30.2