1menu "Intel ISH HID support"
2	depends on (X86_64 || COMPILE_TEST) && 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.
17
18config INTEL_ISH_FIRMWARE_DOWNLOADER
19	tristate "Host Firmware Load feature for Intel ISH"
20	depends on INTEL_ISH_HID
21	depends on X86
22	help
23	  The Integrated Sensor Hub (ISH) enables the kernel to offload
24	  sensor polling and algorithm processing to a dedicated low power
25	  processor in the chipset.
26
27	  The Host Firmware Load feature adds support to load the ISH
28	  firmware from host file system at boot.
29
30	  Say M here if you want to support Host Firmware Loading feature
31	  for Intel ISH. If unsure, say N.
32endmenu
33