mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
HID: cp2112: can't be used without gpio support
Add Kconfig driver dependency on GPIOLIB. Reported-by: fengguang.wu@intel.com Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
490051ad16
commit
a47dc4d8cf
@ -177,7 +177,7 @@ config HID_PRODIKEYS
|
||||
|
||||
config HID_CP2112
|
||||
tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support"
|
||||
depends on USB_HID && I2C
|
||||
depends on USB_HID && I2C && GPIOLIB
|
||||
---help---
|
||||
Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge.
|
||||
This is a HID device driver which registers as an i2c adapter
|
||||
|
Loading…
Reference in New Issue
Block a user