mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
kernel: package gpio-f7188x driver
This driver enables support for the GPIO capabilities found in many Fintek Super-IO chips. Signed-off-by: Nick Bowler <nbowler@draconx.ca>
This commit is contained in:
parent
3ad0cf7d93
commit
2785d003d3
@ -214,6 +214,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,gpio-dev))
|
$(eval $(call KernelPackage,gpio-dev))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/gpio-f7188x
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=Fintek F718xx/F818xx GPIO Support
|
||||||
|
DEPENDS:=@GPIO_SUPPORT @TARGET_x86
|
||||||
|
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
|
define KernelPackage/gpio-mcp23s08
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Microchip MCP23xxx I/O expander
|
TITLE:=Microchip MCP23xxx I/O expander
|
||||||
|
Loading…
x
Reference in New Issue
Block a user