kernel: modules: gpio.mk: renamed from gpio-cascade.mk

This can be used to place the gpio module, so rename it.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
This commit is contained in:
Chukun Pan 2023-11-10 23:16:21 +08:00 committed by Christian Marangi
parent 5a3f6c50ef
commit 45554ffb96
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -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