mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: drop kmod-gpio-dev (#8015)
The GPIO_DEVICE symbol belonged to a custom driver that was removed from OpenWrt in 2012. The symbol never existed in the upstream kernel. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Co-authored-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
5f47207691
commit
53d63e38a9
@ -182,22 +182,6 @@ endef
|
|||||||
$(eval $(call KernelPackage,eeprom-at25))
|
$(eval $(call KernelPackage,eeprom-at25))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/gpio-dev
|
|
||||||
SUBMENU:=$(OTHER_MENU)
|
|
||||||
TITLE:=Generic GPIO char device support
|
|
||||||
DEPENDS:=@GPIO_SUPPORT
|
|
||||||
KCONFIG:=CONFIG_GPIO_DEVICE
|
|
||||||
FILES:=$(LINUX_DIR)/drivers/char/gpio_dev.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,40,gpio_dev)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/gpio-dev/description
|
|
||||||
Kernel module to allows control of GPIO pins using a character device.
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,gpio-dev))
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/gpio-f7188x
|
define KernelPackage/gpio-f7188x
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Fintek F718xx/F818xx GPIO Support
|
TITLE:=Fintek F718xx/F818xx GPIO Support
|
||||||
|
Loading…
Reference in New Issue
Block a user