mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 19:40:39 +00:00
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@gmail.com>
This commit is contained in:
parent
8019410f56
commit
3678881773
@ -1541,8 +1541,8 @@ $(eval $(call KernelPackage,usb-hid))
|
|||||||
define KernelPackage/usb-hid-cp2112
|
define KernelPackage/usb-hid-cp2112
|
||||||
SUBMENU:=$(USB_MENU)
|
SUBMENU:=$(USB_MENU)
|
||||||
TITLE:=Silicon Labs CP2112 HID USB to SMBus Master Bridge
|
TITLE:=Silicon Labs CP2112 HID USB to SMBus Master Bridge
|
||||||
KCONFIG:=CONFIG_GPIOLIB=y CONFIG_HID_CP2112
|
KCONFIG:=CONFIG_HID_CP2112
|
||||||
DEPENDS:=+kmod-usb-hid +kmod-i2c-core
|
DEPENDS:=@GPIO_SUPPORT +kmod-usb-hid +kmod-i2c-core
|
||||||
FILES:=$(LINUX_DIR)/drivers/hid/hid-cp2112.ko
|
FILES:=$(LINUX_DIR)/drivers/hid/hid-cp2112.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,hid-cp2112)
|
AUTOLOAD:=$(call AutoProbe,hid-cp2112)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user