diff options
author | Jiri Kosina <jkosina@suse.cz> | 2016-11-30 10:04:51 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-11-30 10:19:52 +0100 |
commit | 13c28b029708d934dc80f77f83f85790f264080a (patch) | |
tree | ffc83c81a914d6c92e38d31ddccf2b512f42b54c /drivers | |
parent | 13de9cca514ed63604263cad87ca8cb36e9b6489 (diff) | |
download | linux-13c28b029708d934dc80f77f83f85790f264080a.tar.bz2 |
HID: cp2112: explicitly require irqchip support in gpiolib
Since the gpio-as-irq support has been added, the driver now depends
on proper support being available in gpiolib.
Fixes: 13de9cca514e ("HID: cp2112: add IRQ chip handling")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index cd4599c0523b..a5b3902fb266 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -214,7 +214,7 @@ config HID_CMEDIA config HID_CP2112 tristate "Silicon Labs CP2112 HID USB-to-SMBus Bridge support" - depends on USB_HID && I2C && GPIOLIB + depends on USB_HID && I2C && GPIOLIB && GPIOLIB_IRQCHIP ---help--- Support for Silicon Labs CP2112 HID USB to SMBus Master Bridge. This is a HID device driver which registers as an i2c adapter |