kernel-packages: multiplexer: fix menuconfig
One of the drivers appeared outside it's submenu. Fixed. Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
This commit is contained in:
committed by
Robert Marko
parent
79d2cf8820
commit
bfa2d2f7c6
@@ -34,7 +34,7 @@ endef
|
||||
$(eval $(call KernelPackage,mux-gpio))
|
||||
|
||||
define KernelPackage/mux-mmio
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
SUBMENU:=$(MENU_TITLE)
|
||||
TITLE:=MMIO/Regmap register bitfield-controlled Multiplexer controller
|
||||
DEPENDS:=+kmod-mux-core +kmod-regmap-mmio
|
||||
KCONFIG:=CONFIG_MUX_MMIO
|
||||
|
||||
Reference in New Issue
Block a user