]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/hid/intel-ish-hid/Kconfig
HID: uhid: Fix returning EPOLLOUT from uhid_char_poll
[mirror_ubuntu-bionic-kernel.git] / drivers / hid / intel-ish-hid / Kconfig
1 menu "Intel ISH HID support"
2 depends on (X86_64 || COMPILE_TEST) && PCI
3
4 config INTEL_ISH_HID
5 tristate "Intel Integrated Sensor Hub"
6 default n
7 select HID
8 help
9 The Integrated Sensor Hub (ISH) enables the ability to offload
10 sensor polling and algorithm processing to a dedicated low power
11 processor in the chipset. This allows the core processor to go into
12 low power modes more often, resulting in the increased battery life.
13 The current processors that support ISH are: Cherrytrail, Skylake,
14 Broxton and Kaby Lake.
15
16 Say Y here if you want to support Intel ISH. If unsure, say N.
17 endmenu