aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2014-02-18 09:40:17 +0100
committerJiri Kosina <jkosina@suse.cz>2014-02-18 09:40:17 +0100
commita47dc4d8cfd226b3ba0bc7daffd107e4b898a165 (patch)
tree4f3a3dd8ccee19aa3efba45311d8f5a4c6dec052 /drivers/hid/Kconfig
parentHID: cp2112: convert to use hid_hw_raw_request() (diff)
downloadlinux-dev-a47dc4d8cfd226b3ba0bc7daffd107e4b898a165.tar.xz
linux-dev-a47dc4d8cfd226b3ba0bc7daffd107e4b898a165.zip
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>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 5eaf0db27ec0..669cc19573ae 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -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