diff options
author | Dmitry Torokhov <dtor@chromium.org> | 2018-10-09 10:52:30 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-10-10 00:01:39 +0200 |
commit | 23e542e5ba5e4298a1475f94750317ec1662ba21 (patch) | |
tree | ab0ea66d90f9f1516ef63c4fdc2f8e7fe151cda8 /drivers/hid/Kconfig | |
parent | 8f35260e0b6cc09d77bcbbc21554342aa79ceb2f (diff) |
HID: google: add dependency on Cros EC for Hammer
Whiskers tablet mode support needs access to Chrome Embedded Controller,
so we need to add dependency on MFD_CROS_EC.
Reported-by: kbuild test robot <lkp@intel.com>
Fixes: eb1aac4c8744 ("HID: google: add support tablet mode switch for Whiskers")
Signed-off-by: Dmitry Torokhov <dtor@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-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 61e1953ff921..68d2f773b522 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -351,7 +351,7 @@ config HOLTEK_FF config HID_GOOGLE_HAMMER tristate "Google Hammer Keyboard" - depends on USB_HID && LEDS_CLASS + depends on USB_HID && LEDS_CLASS && MFD_CROS_EC ---help--- Say Y here if you have a Google Hammer device. |