brintos

brintos / linux-shallow public Read only

0
0
Text · 964 B · 8e159f7 Raw
32 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Intel x86 Platform Specific Drivers4#5 6config INTEL_WMI7	bool8 9config INTEL_WMI_SBL_FW_UPDATE10	tristate "Intel WMI Slim Bootloader firmware update signaling driver"11	depends on ACPI_WMI12	select INTEL_WMI13	help14	  Say Y here if you want to be able to use the WMI interface to signal15	  Slim Bootloader to trigger update on next reboot.16 17	  To compile this driver as a module, choose M here: the module will18	  be called intel-wmi-sbl-fw-update.19 20config INTEL_WMI_THUNDERBOLT21	tristate "Intel WMI thunderbolt force power driver"22	depends on ACPI_WMI23	select INTEL_WMI24	help25	  Say Y here if you want to be able to use the WMI interface on select26	  systems to force the power control of Intel Thunderbolt controllers.27	  This is useful for updating the firmware when devices are not plugged28	  into the controller.29 30	  To compile this driver as a module, choose M here: the module will31	  be called intel-wmi-thunderbolt.32