[OpenWrt-Devel] [PATCH 3/3] kernel: package gpio-f7188x driver
Nick Bowler
nbowler at draconx.ca
Wed Mar 18 23:27:12 EDT 2020
This driver enables support for the GPIO capabilities found in many
Fintek Super-IO chips.
Signed-off-by: Nick Bowler <nbowler at draconx.ca>
---
package/kernel/linux/modules/other.mk | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 75dab4c78c..8c690daf61 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -216,6 +216,22 @@ endef
$(eval $(call KernelPackage,gpio-dev))
+define KernelPackage/gpio-f7188x
+ SUBMENU:=$(OTHER_MENU)
+ DEPENDS:=@GPIO_SUPPORT
+ TITLE:=Fintek F718xx/F818xx GPIO Support
+ KCONFIG:=CONFIG_GPIO_F7188X
+ FILES:=$(LINUX_DIR)/drivers/gpio/gpio-f7188x.ko
+ AUTOLOAD:=$(call AutoProbe,gpio-f7188x)
+endef
+
+define KernelPackage/gpio-f7188x/description
+ Kernel module for the GPIOs found on many Fintek Super-IO chips.
+endef
+
+$(eval $(call KernelPackage,gpio-f7188x))
+
+
define KernelPackage/gpio-mcp23s08
SUBMENU:=$(OTHER_MENU)
TITLE:=Microchip MCP23xxx I/O expander
--
2.24.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list