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