xref: /linux/drivers/platform/x86/intel/wmi/Kconfig (revision 762f99f4f3cb41a775b5157dd761217beba65873)
1bd5b4fb4SKate Hsuan# SPDX-License-Identifier: GPL-2.0-only
2bd5b4fb4SKate Hsuan#
3bd5b4fb4SKate Hsuan# Intel x86 Platform Specific Drivers
4bd5b4fb4SKate Hsuan#
5bd5b4fb4SKate Hsuan
6bd5b4fb4SKate Hsuanconfig INTEL_WMI
7bd5b4fb4SKate Hsuan	bool
8bd5b4fb4SKate Hsuan
9bd5b4fb4SKate Hsuanconfig INTEL_WMI_SBL_FW_UPDATE
10bd5b4fb4SKate Hsuan	tristate "Intel WMI Slim Bootloader firmware update signaling driver"
11bd5b4fb4SKate Hsuan	depends on ACPI_WMI
12bd5b4fb4SKate Hsuan	select INTEL_WMI
13bd5b4fb4SKate Hsuan	help
14bd5b4fb4SKate Hsuan	  Say Y here if you want to be able to use the WMI interface to signal
15bd5b4fb4SKate Hsuan	  Slim Bootloader to trigger update on next reboot.
16bd5b4fb4SKate Hsuan
17bd5b4fb4SKate Hsuan	  To compile this driver as a module, choose M here: the module will
18bd5b4fb4SKate Hsuan	  be called intel-wmi-sbl-fw-update.
19*95c3e4b4SKate Hsuan
20*95c3e4b4SKate Hsuanconfig INTEL_WMI_THUNDERBOLT
21*95c3e4b4SKate Hsuan	tristate "Intel WMI thunderbolt force power driver"
22*95c3e4b4SKate Hsuan	depends on ACPI_WMI
23*95c3e4b4SKate Hsuan	select INTEL_WMI
24*95c3e4b4SKate Hsuan	help
25*95c3e4b4SKate Hsuan	  Say Y here if you want to be able to use the WMI interface on select
26*95c3e4b4SKate Hsuan	  systems to force the power control of Intel Thunderbolt controllers.
27*95c3e4b4SKate Hsuan	  This is useful for updating the firmware when devices are not plugged
28*95c3e4b4SKate Hsuan	  into the controller.
29*95c3e4b4SKate Hsuan
30*95c3e4b4SKate Hsuan	  To compile this driver as a module, choose M here: the module will
31*95c3e4b4SKate Hsuan	  be called intel-wmi-thunderbolt.
32