diff --git a/package/kernel/linux/modules/gpio-cascade.mk b/package/kernel/linux/modules/gpio.mk similarity index 90% rename from package/kernel/linux/modules/gpio-cascade.mk rename to package/kernel/linux/modules/gpio.mk index 3a559f19ef1..62d2688ee0e 100644 --- a/package/kernel/linux/modules/gpio-cascade.mk +++ b/package/kernel/linux/modules/gpio.mk @@ -2,10 +2,10 @@ # See /LICENSE for more information. # -MENU_TITLE:=GPIO support +GPIO_MENU:=GPIO support define KernelPackage/gpio-cascade - SUBMENU:=$(MENU_TITLE) + SUBMENU:=$(GPIO_MENU) TITLE:=Generic GPIO cascade KCONFIG:=CONFIG_GPIO_CASCADE DEPENDS:=@GPIO_SUPPORT +kmod-mux-core