projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
741f03b
)
kernel: fix kmod-gpio-mcp23s08 for linux 4.14
author
Martin Schiller
<
[email protected]
>
Fri, 24 Aug 2018 09:35:35 +0000
(11:35 +0200)
committer
Jo-Philipp Wich
<
[email protected]
>
Tue, 18 Dec 2018 10:28:12 +0000
(11:28 +0100)
Signed-off-by: Martin Schiller <
[email protected]
>
(backported from
a904003b9b5fe2744ee5d5d8718c54d001f1c93e
)
package/kernel/linux/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index eb26a8ba081e25f6db396c396f0607f31b4298b6..9c3d54ebd89ca7c4080f0d7445c5b8d704816363 100644
(file)
--- a/
package/kernel/linux/modules/other.mk
+++ b/
package/kernel/linux/modules/other.mk
@@
-228,9
+228,13
@@
define KernelPackage/gpio-mcp23s08
SUBMENU:=$(OTHER_MENU)
TITLE:=Microchip MCP23xxx I/O expander
DEPENDS:=@GPIO_SUPPORT +kmod-i2c-core
- KCONFIG:=CONFIG_GPIO_MCP23S08
- FILES:=$(LINUX_DIR)/drivers/gpio/gpio-mcp23s08.ko
- AUTOLOAD:=$(call AutoLoad,40,gpio-mcp23s08)
+ KCONFIG:= \
+ CONFIG_GPIO_MCP23S08 \
+ CONFIG_PINCTRL_MCP23S08
+ FILES:= \
+ $(LINUX_DIR)/drivers/gpio/
[email protected]
\
+ $(LINUX_DIR)/drivers/pinctrl/
[email protected]
+ AUTOLOAD:=$(call AutoLoad,40,
[email protected]
[email protected]
)
endef
define KernelPackage/gpio-mcp23s08/description