brintos

brintos / linux-shallow public Read only

0
0
Text · 1.2 KiB · 253dc10 Raw
35 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "Intel ISH HID support"3	depends on (X86_64 || COMPILE_TEST) && PCI4 5config INTEL_ISH_HID6	tristate "Intel Integrated Sensor Hub"7	default n8	depends on X869	depends on HID10	help11	  The Integrated Sensor Hub (ISH) enables the ability to offload12	  sensor polling and algorithm processing to a dedicated low power13	  processor in the chipset. This allows the core processor to go into14	  low power modes more often, resulting in the increased battery life.15	  The current processors that support ISH are: Cherrytrail, Skylake,16	  Broxton and Kaby Lake.17 18	  Say Y here if you want to support Intel ISH. If unsure, say N.19 20config INTEL_ISH_FIRMWARE_DOWNLOADER21	tristate "Host Firmware Load feature for Intel ISH"22	depends on INTEL_ISH_HID23	depends on X8624	help25	  The Integrated Sensor Hub (ISH) enables the kernel to offload26	  sensor polling and algorithm processing to a dedicated low power27	  processor in the chipset.28 29	  The Host Firmware Load feature adds support to load the ISH30	  firmware from host file system at boot.31 32	  Say M here if you want to support Host Firmware Loading feature33	  for Intel ISH. If unsure, say N.34endmenu35