[openwrt/openwrt] kernel: usb-serial-cp210x: @GPIO_SUPPORT
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 5 05:11:19 PDT 2022
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3678881773c6257f0db8d343aaa903f54fd695f5
commit 3678881773c6257f0db8d343aaa903f54fd695f5
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Fri Aug 5 11:35:08 2022 +0200
kernel: usb-serial-cp210x: @GPIO_SUPPORT
all other drivers depend on @GPIO_SUPPORT rather than
forcing CONFIG_GPIOLIB=y.
(I wonder what would happen if someone decides to try
UML with USBIP?)
Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
package/kernel/linux/modules/usb.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
index 19c44f805b..8f0eac7522 100644
--- a/package/kernel/linux/modules/usb.mk
+++ b/package/kernel/linux/modules/usb.mk
@@ -1541,8 +1541,8 @@ $(eval $(call KernelPackage,usb-hid))
define KernelPackage/usb-hid-cp2112
SUBMENU:=$(USB_MENU)
TITLE:=Silicon Labs CP2112 HID USB to SMBus Master Bridge
- KCONFIG:=CONFIG_GPIOLIB=y CONFIG_HID_CP2112
- DEPENDS:=+kmod-usb-hid +kmod-i2c-core
+ KCONFIG:=CONFIG_HID_CP2112
+ DEPENDS:=@GPIO_SUPPORT +kmod-usb-hid +kmod-i2c-core
FILES:=$(LINUX_DIR)/drivers/hid/hid-cp2112.ko
AUTOLOAD:=$(call AutoProbe,hid-cp2112)
endef
More information about the lede-commits
mailing list