diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-10-01 05:02:24 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-10-05 23:30:48 +0300 |
commit | b4a3c20aa4ccb3231ec8ccc991f9af1fec5a6fdb (patch) | |
tree | 576dac110f3bd758522f120a0b468b182c56842e | |
parent | 57634f472fbec519b5993d972056d6cc0a020875 (diff) | |
download | upstream-b4a3c20aa4ccb3231ec8ccc991f9af1fec5a6fdb.tar.gz upstream-b4a3c20aa4ccb3231ec8ccc991f9af1fec5a6fdb.tar.bz2 upstream-b4a3c20aa4ccb3231ec8ccc991f9af1fec5a6fdb.zip |
kernel: drop kmod-gpio-dev
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>
-rw-r--r-- | package/kernel/linux/modules/other.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 926fc67386..fdcc089025 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -182,22 +182,6 @@ endef $(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 SUBMENU:=$(OTHER_MENU) TITLE:=Fintek F718xx/F818xx GPIO Support |