diff options
author | Alex Hung <alex.hung@canonical.com> | 2015-12-18 23:31:10 +0800 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2016-01-19 17:35:36 -0800 |
commit | ecc83e52b28c707da3e7fb8aa471417d9c0d1ec7 (patch) | |
tree | 2b7470593bd59a0b9eca86e1ac2f72a7f1842cb3 /drivers/platform/x86/Kconfig | |
parent | 800f20170dcf1dd7d89ce45cb9be930b359936d1 (diff) | |
download | blackbird-op-linux-ecc83e52b28c707da3e7fb8aa471417d9c0d1ec7.tar.gz blackbird-op-linux-ecc83e52b28c707da3e7fb8aa471417d9c0d1ec7.zip |
intel-hid: new hid event driver for hotkeys
This driver supports various HID events including hotkeys.
Dell XPS 13 9350 requires it for the wireless hotkey.
Signed-off-by: Alex Hung <alex.hung@canonical.com>
Reviewed-and-tested-by: Andy Lutomirski <luto@kernel.org>
[dvhart: Kconfig help typo fix and INPUT_SPARSEKMAP fix from Sedat Dilek]
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 6ae72638b1af..9d7704e51366 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -732,6 +732,18 @@ config ACPI_CMPC keys as input device, backlight device, tablet and accelerometer devices. +config INTEL_HID_EVENT + tristate "INTEL HID Event" + depends on ACPI + depends on INPUT + select INPUT_SPARSEKMAP + help + This driver provides support for the Intel HID Event hotkey interface. + Some laptops require this driver for hotkey support. + + To compile this driver as a module, choose M here: the module will + be called intel_hid. + config INTEL_SCU_IPC bool "Intel SCU IPC Support" depends on X86_INTEL_MID |