Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Intel x86 Platform Specific Drivers
0004 #
0005 
0006 config INTEL_WMI
0007         bool
0008 
0009 config INTEL_WMI_SBL_FW_UPDATE
0010         tristate "Intel WMI Slim Bootloader firmware update signaling driver"
0011         depends on ACPI_WMI
0012         select INTEL_WMI
0013         help
0014           Say Y here if you want to be able to use the WMI interface to signal
0015           Slim Bootloader to trigger update on next reboot.
0016 
0017           To compile this driver as a module, choose M here: the module will
0018           be called intel-wmi-sbl-fw-update.
0019 
0020 config INTEL_WMI_THUNDERBOLT
0021         tristate "Intel WMI thunderbolt force power driver"
0022         depends on ACPI_WMI
0023         select INTEL_WMI
0024         help
0025           Say Y here if you want to be able to use the WMI interface on select
0026           systems to force the power control of Intel Thunderbolt controllers.
0027           This is useful for updating the firmware when devices are not plugged
0028           into the controller.
0029 
0030           To compile this driver as a module, choose M here: the module will
0031           be called intel-wmi-thunderbolt.