.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menu "Intel ISH HID support" |
---|
2 | 3 | depends on (X86_64 || COMPILE_TEST) && PCI |
---|
3 | 4 | |
---|
.. | .. |
---|
14 | 15 | Broxton and Kaby Lake. |
---|
15 | 16 | |
---|
16 | 17 | Say Y here if you want to support Intel ISH. If unsure, say N. |
---|
| 18 | + |
---|
| 19 | +config INTEL_ISH_FIRMWARE_DOWNLOADER |
---|
| 20 | + tristate "Host Firmware Load feature for Intel ISH" |
---|
| 21 | + depends on INTEL_ISH_HID |
---|
| 22 | + depends on X86 |
---|
| 23 | + help |
---|
| 24 | + The Integrated Sensor Hub (ISH) enables the kernel to offload |
---|
| 25 | + sensor polling and algorithm processing to a dedicated low power |
---|
| 26 | + processor in the chipset. |
---|
| 27 | + |
---|
| 28 | + The Host Firmware Load feature adds support to load the ISH |
---|
| 29 | + firmware from host file system at boot. |
---|
| 30 | + |
---|
| 31 | + Say M here if you want to support Host Firmware Loading feature |
---|
| 32 | + for Intel ISH. If unsure, say N. |
---|
17 | 33 | endmenu |
---|