xref: /linux/drivers/hid/intel-ish-hid/Kconfig (revision 905e46acd3272d04566fec49afbd7ad9e2ed9ae3)
1menu "Intel ISH HID support"
2	depends on X86_64 && PCI
3
4config 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.
17endmenu
18