[openwrt/openwrt] modules: gpio-mcp23s08: fully depend on i2c-core
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 20 06:19:31 PST 2018
wigyori pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/5360441d8fef1357452ee5fdbb8742a2fc5b9726
commit 5360441d8fef1357452ee5fdbb8742a2fc5b9726
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Tue Feb 20 14:13:20 2018 +0100
modules: gpio-mcp23s08: fully depend on i2c-core
Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
package/kernel/linux/modules/other.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 11b44f8..4aee820 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -227,7 +227,7 @@ $(eval $(call KernelPackage,gpio-dev))
define KernelPackage/gpio-mcp23s08
SUBMENU:=$(OTHER_MENU)
TITLE:=Microchip MCP23xxx I/O expander
- DEPENDS:=@GPIO_SUPPORT +PACKAGE_kmod-i2c-core:kmod-i2c-core
+ DEPENDS:=@GPIO_SUPPORT +kmod-i2c-core
KCONFIG:=CONFIG_GPIO_MCP23S08
FILES:=$(LINUX_DIR)/drivers/gpio/gpio-mcp23s08.ko
AUTOLOAD:=$(call AutoLoad,40,gpio-mcp23s08)
More information about the lede-commits
mailing list