summaryrefslogtreecommitdiffstats
path: root/drivers/hid/intel-ish-hid/Kconfig
diff options
context:
space:
mode:
authorRushikesh S Kadam <rushikesh.s.kadam@intel.com>2019-04-02 11:17:41 +0530
committerJiri Kosina <jkosina@suse.cz>2019-04-03 15:09:07 +0200
commit91b228107da3e41558449a62cd93816b47b3b4b5 (patch)
treec57083e95af8ae07c1957363c500fdcd7f89d45e /drivers/hid/intel-ish-hid/Kconfig
parent0e568a16af403263f8e421f1f10b91f9f15b52c3 (diff)
downloadlinux-stable-91b228107da3e41558449a62cd93816b47b3b4b5.tar.gz
linux-stable-91b228107da3e41558449a62cd93816b47b3b4b5.tar.bz2
linux-stable-91b228107da3e41558449a62cd93816b47b3b4b5.zip
HID: intel-ish-hid: ISH firmware loader client driver
This driver adds support for loading Intel Integrated Sensor Hub (ISH) firmware from host file system to ISH SRAM and start execution. At power-on, the ISH subsystem shall boot to an interim Shim loader-firmware, which shall expose an ISHTP loader device. The driver implements an ISHTP client that communicates with the Shim ISHTP loader device over the intel-ish-hid stack, to download the main ISH firmware. Signed-off-by: Rushikesh S Kadam <rushikesh.s.kadam@intel.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Acked-by: Nick Crews <ncrews@chromium.org> Tested-by: Jett Rink <jettrink@chromium.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/intel-ish-hid/Kconfig')
-rw-r--r--drivers/hid/intel-ish-hid/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/hid/intel-ish-hid/Kconfig b/drivers/hid/intel-ish-hid/Kconfig
index 519e4c8b53c4..786adbc97ac5 100644
--- a/drivers/hid/intel-ish-hid/Kconfig
+++ b/drivers/hid/intel-ish-hid/Kconfig
@@ -14,4 +14,19 @@ config INTEL_ISH_HID
Broxton and Kaby Lake.
Say Y here if you want to support Intel ISH. If unsure, say N.
+
+config INTEL_ISH_FIRMWARE_DOWNLOADER
+ tristate "Host Firmware Load feature for Intel ISH"
+ depends on INTEL_ISH_HID
+ depends on X86
+ help
+ The Integrated Sensor Hub (ISH) enables the kernel to offload
+ sensor polling and algorithm processing to a dedicated low power
+ processor in the chipset.
+
+ The Host Firmware Load feature adds support to load the ISH
+ firmware from host file system at boot.
+
+ Say M here if you want to support Host Firmware Loading feature
+ for Intel ISH. If unsure, say N.
endmenu