Kconfig 594 B

123456789101112131415161718
  1. menu "Intel ISH HID support"
  2. depends on X86_64 && PCI
  3. config INTEL_ISH_HID
  4. tristate "Intel Integrated Sensor Hub"
  5. default n
  6. select HID
  7. help
  8. The Integrated Sensor Hub (ISH) enables the ability to offload
  9. sensor polling and algorithm processing to a dedicated low power
  10. processor in the chipset. This allows the core processor to go into
  11. low power modes more often, resulting in the increased battery life.
  12. The current processors that support ISH are: Cherrytrail, Skylake,
  13. Broxton and Kaby Lake.
  14. Say Y here if you want to support Intel ISH. If unsure, say N.
  15. endmenu