mux-mmio.ko depends on regmap-mmio.ko at runtime, but the kmod package
was missing the dependency, causing build failures when the module is
included.
Fixes: ac3901689881 ("kernel: modules: package MMIO mux driver")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/24028
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
define KernelPackage/mux-mmio
SUBMENU:=$(OTHER_MENU)
TITLE:=MMIO/Regmap register bitfield-controlled Multiplexer controller
- DEPENDS:=+kmod-mux-core
+ DEPENDS:=+kmod-mux-core +kmod-regmap-mmio
KCONFIG:=CONFIG_MUX_MMIO
FILES:=$(LINUX_DIR)/drivers/mux/mux-mmio.ko
AUTOLOAD:=$(call AutoProbe,mux-mmio)