projects
/
openwrt
/
staging
/
981213.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f30bf
)
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
Hauke Mehrtens
<
[email protected]
>
Sat, 25 Aug 2018 13:33:52 +0000
(15:33 +0200)
Signed-off-by: Martin Schiller <
[email protected]
>
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 7e18a21db3df45fe6fd00b53b66af1c975799ec5..279c1598787f531ba8df62ea032c2415fd227246 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