|
|
@ -228,9 +228,13 @@ define KernelPackage/gpio-mcp23s08 |
|
|
|
SUBMENU:=$(OTHER_MENU)
|
|
|
|
SUBMENU:=$(OTHER_MENU)
|
|
|
|
TITLE:=Microchip MCP23xxx I/O expander
|
|
|
|
TITLE:=Microchip MCP23xxx I/O expander
|
|
|
|
DEPENDS:=@GPIO_SUPPORT +kmod-i2c-core
|
|
|
|
DEPENDS:=@GPIO_SUPPORT +kmod-i2c-core
|
|
|
|
KCONFIG:=CONFIG_GPIO_MCP23S08
|
|
|
|
KCONFIG:= \
|
|
|
|
FILES:=$(LINUX_DIR)/drivers/gpio/gpio-mcp23s08.ko
|
|
|
|
CONFIG_GPIO_MCP23S08 \
|
|
|
|
AUTOLOAD:=$(call AutoLoad,40,gpio-mcp23s08)
|
|
|
|
CONFIG_PINCTRL_MCP23S08
|
|
|
|
|
|
|
|
FILES:= \
|
|
|
|
|
|
|
|
$(LINUX_DIR)/drivers/gpio/gpio-mcp23s08.ko@lt4.13 \
|
|
|
|
|
|
|
|
$(LINUX_DIR)/drivers/pinctrl/pinctrl-mcp23s08.ko@ge4.13
|
|
|
|
|
|
|
|
AUTOLOAD:=$(call AutoLoad,40,gpio-mcp23s08@lt4.13 pinctrl-mcp23s08@ge4.13)
|
|
|
|
endef |
|
|
|
endef |
|
|
|
|
|
|
|
|
|
|
|
define KernelPackage/gpio-mcp23s08/description |
|
|
|
define KernelPackage/gpio-mcp23s08/description |
|
|
|