kernel: fix kmod-gpio-mcp23s08 for linux 4.14
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
parent
17f30bfcf7
commit
a904003b9b
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue