1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 241b16dceSLen Brown# 341b16dceSLen Brown# X86 Platform Specific Drivers 441b16dceSLen Brown# 541b16dceSLen Brown 641b16dceSLen Brownmenuconfig X86_PLATFORM_DEVICES 741b16dceSLen Brown bool "X86 Platform Specific Device Drivers" 841b16dceSLen Brown default y 9a00cd11bSJan Engelhardt depends on X86 1041b16dceSLen Brown ---help--- 1141b16dceSLen Brown Say Y here to get to see options for device drivers for various 1241b16dceSLen Brown x86 platforms, including vendor-specific laptop extension drivers. 1341b16dceSLen Brown This option alone does not add any kernel code. 1441b16dceSLen Brown 1541b16dceSLen Brown If you say N, all options in this submenu will be skipped and disabled. 1641b16dceSLen Brown 1741b16dceSLen Brownif X86_PLATFORM_DEVICES 1841b16dceSLen Brown 1945a3d578SAndy Shevchenkoconfig ACPI_WMI 2045a3d578SAndy Shevchenko tristate "WMI" 2141b16dceSLen Brown depends on ACPI 2245a3d578SAndy Shevchenko help 2345a3d578SAndy Shevchenko This driver adds support for the ACPI-WMI (Windows Management 2445a3d578SAndy Shevchenko Instrumentation) mapper device (PNP0C14) found on some systems. 2545a3d578SAndy Shevchenko 2645a3d578SAndy Shevchenko ACPI-WMI is a proprietary extension to ACPI to expose parts of the 2745a3d578SAndy Shevchenko ACPI firmware to userspace - this is done through various vendor 2845a3d578SAndy Shevchenko defined methods and data blocks in a PNP0C14 device, which are then 2945a3d578SAndy Shevchenko made available for userspace to call. 3045a3d578SAndy Shevchenko 3145a3d578SAndy Shevchenko The implementation of this in Linux currently only exposes this to 3245a3d578SAndy Shevchenko other kernel space drivers. 3345a3d578SAndy Shevchenko 3445a3d578SAndy Shevchenko This driver is a required dependency to build the firmware specific 3545a3d578SAndy Shevchenko drivers needed on many machines, including Acer and HP laptops. 3645a3d578SAndy Shevchenko 3745a3d578SAndy Shevchenko It is safe to enable this driver even if your DSDT doesn't define 3845a3d578SAndy Shevchenko any ACPI-WMI devices. 3945a3d578SAndy Shevchenko 4045a3d578SAndy Shevchenkoconfig WMI_BMOF 4145a3d578SAndy Shevchenko tristate "WMI embedded Binary MOF driver" 42e98062edSSedat Dilek depends on ACPI_WMI 4345a3d578SAndy Shevchenko default ACPI_WMI 4441b16dceSLen Brown ---help--- 4545a3d578SAndy Shevchenko Say Y here if you want to be able to read a firmware-embedded 4645a3d578SAndy Shevchenko WMI Binary MOF data. Using this requires userspace tools and may be 4745a3d578SAndy Shevchenko rather tedious. 4841b16dceSLen Brown 4945a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 5045a3d578SAndy Shevchenko be called wmi-bmof. 5141b16dceSLen Brown 5245a3d578SAndy Shevchenkoconfig ALIENWARE_WMI 5345a3d578SAndy Shevchenko tristate "Alienware Special feature control" 5475971febSChris Chiu depends on ACPI 5545a3d578SAndy Shevchenko depends on LEDS_CLASS 5645a3d578SAndy Shevchenko depends on NEW_LEDS 5745a3d578SAndy Shevchenko depends on ACPI_WMI 5875971febSChris Chiu ---help--- 5945a3d578SAndy Shevchenko This is a driver for controlling Alienware BIOS driven 6045a3d578SAndy Shevchenko features. It exposes an interface for controlling the AlienFX 6145a3d578SAndy Shevchenko zones on Alienware machines that don't contain a dedicated AlienFX 6245a3d578SAndy Shevchenko USB MCU such as the X51 and X51-R2. 6375971febSChris Chiu 6445a3d578SAndy Shevchenkoconfig HUAWEI_WMI 6545a3d578SAndy Shevchenko tristate "Huawei WMI laptop extras driver" 6645a3d578SAndy Shevchenko depends on ACPI_BATTERY 6745a3d578SAndy Shevchenko depends on ACPI_WMI 6845a3d578SAndy Shevchenko depends on INPUT 6945a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 7045a3d578SAndy Shevchenko select LEDS_CLASS 7145a3d578SAndy Shevchenko select LEDS_TRIGGERS 7245a3d578SAndy Shevchenko select LEDS_TRIGGER_AUDIO 7345a3d578SAndy Shevchenko select NEW_LEDS 7445a3d578SAndy Shevchenko help 7545a3d578SAndy Shevchenko This driver provides support for Huawei WMI hotkeys, battery charge 7645a3d578SAndy Shevchenko control, fn-lock, mic-mute LED, and other extra features. 7775971febSChris Chiu 7845a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 7945a3d578SAndy Shevchenko will be called huawei-wmi. 8045a3d578SAndy Shevchenko 8145a3d578SAndy Shevchenkoconfig INTEL_WMI_THUNDERBOLT 8245a3d578SAndy Shevchenko tristate "Intel WMI thunderbolt force power driver" 8345a3d578SAndy Shevchenko depends on ACPI_WMI 8445a3d578SAndy Shevchenko ---help--- 8545a3d578SAndy Shevchenko Say Y here if you want to be able to use the WMI interface on select 8645a3d578SAndy Shevchenko systems to force the power control of Intel Thunderbolt controllers. 8745a3d578SAndy Shevchenko This is useful for updating the firmware when devices are not plugged 8845a3d578SAndy Shevchenko into the controller. 8945a3d578SAndy Shevchenko 9045a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 9145a3d578SAndy Shevchenko be called intel-wmi-thunderbolt. 9245a3d578SAndy Shevchenko 9345a3d578SAndy Shevchenkoconfig MXM_WMI 9445a3d578SAndy Shevchenko tristate "WMI support for MXM Laptop Graphics" 9545a3d578SAndy Shevchenko depends on ACPI_WMI 9645a3d578SAndy Shevchenko ---help--- 9745a3d578SAndy Shevchenko MXM is a standard for laptop graphics cards, the WMI interface 9845a3d578SAndy Shevchenko is required for switchable nvidia graphics machines 9945a3d578SAndy Shevchenko 10045a3d578SAndy Shevchenkoconfig PEAQ_WMI 10145a3d578SAndy Shevchenko tristate "PEAQ 2-in-1 WMI hotkey driver" 10245a3d578SAndy Shevchenko depends on ACPI_WMI 10345a3d578SAndy Shevchenko depends on INPUT 10445a3d578SAndy Shevchenko help 10545a3d578SAndy Shevchenko Say Y here if you want to support WMI-based hotkeys on PEAQ 2-in-1s. 10645a3d578SAndy Shevchenko 10745a3d578SAndy Shevchenkoconfig XIAOMI_WMI 10845a3d578SAndy Shevchenko tristate "Xiaomi WMI key driver" 10945a3d578SAndy Shevchenko depends on ACPI_WMI 11045a3d578SAndy Shevchenko depends on INPUT 11145a3d578SAndy Shevchenko help 11245a3d578SAndy Shevchenko Say Y here if you want to support WMI-based keys on Xiaomi notebooks. 11345a3d578SAndy Shevchenko 11445a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 11545a3d578SAndy Shevchenko be called xiaomi-wmi. 11675971febSChris Chiu 117e86435ebSPeter Feuererconfig ACERHDF 118e86435ebSPeter Feuerer tristate "Acer Aspire One temperature and fan driver" 119200db647SRandy Dunlap depends on ACPI && THERMAL 12048c8dd64SPeter Feuerer select THERMAL_GOV_BANG_BANG 121e86435ebSPeter Feuerer ---help--- 122e86435ebSPeter Feuerer This is a driver for Acer Aspire One netbooks. It allows to access 123e86435ebSPeter Feuerer the temperature sensor and to control the fan. 124e86435ebSPeter Feuerer 125e86435ebSPeter Feuerer After loading this driver the BIOS is still in control of the fan. 126e86435ebSPeter Feuerer To let the kernel handle the fan, do: 12714c20688SPaul Gortmaker echo -n enabled > /sys/class/thermal/thermal_zoneN/mode 12814c20688SPaul Gortmaker where N=0,1,2... depending on the number of thermal nodes and the 12914c20688SPaul Gortmaker detection order of your particular system. The "type" parameter 13014c20688SPaul Gortmaker in the same node directory will tell you if it is "acerhdf". 131e86435ebSPeter Feuerer 132e86435ebSPeter Feuerer For more information about this driver see 133e86435ebSPeter Feuerer <http://piie.net/files/acerhdf_README.txt> 134e86435ebSPeter Feuerer 135e86435ebSPeter Feuerer If you have an Acer Aspire One netbook, say Y or M 136e86435ebSPeter Feuerer here. 137e86435ebSPeter Feuerer 13845a3d578SAndy Shevchenkoconfig ACER_WIRELESS 13945a3d578SAndy Shevchenko tristate "Acer Wireless Radio Control Driver" 140a46ad0f1SMario Limonciello depends on ACPI 14145a3d578SAndy Shevchenko depends on INPUT 142a46ad0f1SMario Limonciello ---help--- 14345a3d578SAndy Shevchenko The Acer Wireless Radio Control handles the airplane mode hotkey 14445a3d578SAndy Shevchenko present on new Acer laptops. 14545a3d578SAndy Shevchenko 14645a3d578SAndy Shevchenko Say Y or M here if you have an Acer notebook with an airplane mode 14745a3d578SAndy Shevchenko hotkey. 14845a3d578SAndy Shevchenko 14945a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 15045a3d578SAndy Shevchenko called acer-wireless. 15145a3d578SAndy Shevchenko 15245a3d578SAndy Shevchenkoconfig ACER_WMI 15345a3d578SAndy Shevchenko tristate "Acer WMI Laptop Extras" 15445a3d578SAndy Shevchenko depends on ACPI 15545a3d578SAndy Shevchenko select LEDS_CLASS 15645a3d578SAndy Shevchenko select NEW_LEDS 15745a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 15845a3d578SAndy Shevchenko depends on SERIO_I8042 15945a3d578SAndy Shevchenko depends on INPUT 16045a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 16145a3d578SAndy Shevchenko depends on ACPI_WMI 16245a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 16345a3d578SAndy Shevchenko # Acer WMI depends on ACPI_VIDEO when ACPI is enabled 16445a3d578SAndy Shevchenko select ACPI_VIDEO if ACPI 16545a3d578SAndy Shevchenko ---help--- 16645a3d578SAndy Shevchenko This is a driver for newer Acer (and Wistron) laptops. It adds 16745a3d578SAndy Shevchenko wireless radio and bluetooth control, and on some laptops, 16845a3d578SAndy Shevchenko exposes the mail LED and LCD backlight. 16945a3d578SAndy Shevchenko 17045a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 17145a3d578SAndy Shevchenko here. 17245a3d578SAndy Shevchenko 17345a3d578SAndy Shevchenkoconfig APPLE_GMUX 17445a3d578SAndy Shevchenko tristate "Apple Gmux Driver" 17545a3d578SAndy Shevchenko depends on ACPI && PCI 17645a3d578SAndy Shevchenko depends on PNP 17745a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 17845a3d578SAndy Shevchenko depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE 17945a3d578SAndy Shevchenko depends on ACPI_VIDEO=n || ACPI_VIDEO 18045a3d578SAndy Shevchenko ---help--- 18145a3d578SAndy Shevchenko This driver provides support for the gmux device found on many 18245a3d578SAndy Shevchenko Apple laptops, which controls the display mux for the hybrid 18345a3d578SAndy Shevchenko graphics as well as the backlight. Currently only backlight 18445a3d578SAndy Shevchenko control is supported by the driver. 185a46ad0f1SMario Limonciello 18641b16dceSLen Brownconfig ASUS_LAPTOP 1876122af37SCorentin Chary tristate "Asus Laptop Extras" 18841b16dceSLen Brown depends on ACPI 189e73e2c62SCorentin Chary select LEDS_CLASS 190e73e2c62SCorentin Chary select NEW_LEDS 19114ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 19212d6f35bSCorentin Chary depends on INPUT 19318e1311eSCorentin Chary depends on RFKILL || RFKILL = n 19414ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 19566a71dd1SCorentin Chary select INPUT_SPARSEKMAP 19641b16dceSLen Brown ---help--- 1978819de7fSAndy Ross This is a driver for Asus laptops, Lenovo SL and the Pegatron 1988819de7fSAndy Ross Lucid tablet. It may also support some MEDION, JVC or VICTOR 1998819de7fSAndy Ross laptops. It makes all the extra buttons generate standard 200b23910c2SAndy Ross ACPI events and input events, and on the Lucid the built-in 201b23910c2SAndy Ross accelerometer appears as an input device. It also adds 202b23910c2SAndy Ross support for video output switching, LCD backlight control, 203b23910c2SAndy Ross Bluetooth and Wlan control, and most importantly, allows you 204b23910c2SAndy Ross to blink those fancy LEDs. 20541b16dceSLen Brown 2068819de7fSAndy Ross For more information see <http://acpi4asus.sf.net>. 20741b16dceSLen Brown 20841b16dceSLen Brown If you have an ACPI-compatible ASUS laptop, say Y or M here. 20941b16dceSLen Brown 21045a3d578SAndy Shevchenkoconfig ASUS_WIRELESS 21145a3d578SAndy Shevchenko tristate "Asus Wireless Radio Control Driver" 21245a3d578SAndy Shevchenko depends on ACPI 21345a3d578SAndy Shevchenko depends on INPUT 21445a3d578SAndy Shevchenko select NEW_LEDS 21545a3d578SAndy Shevchenko select LEDS_CLASS 21645a3d578SAndy Shevchenko ---help--- 21745a3d578SAndy Shevchenko The Asus Wireless Radio Control handles the airplane mode hotkey 21845a3d578SAndy Shevchenko present on some Asus laptops. 21945a3d578SAndy Shevchenko 22045a3d578SAndy Shevchenko Say Y or M here if you have an ASUS notebook with an airplane mode 22145a3d578SAndy Shevchenko hotkey. 22245a3d578SAndy Shevchenko 22345a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 22445a3d578SAndy Shevchenko called asus-wireless. 22545a3d578SAndy Shevchenko 22645a3d578SAndy Shevchenkoconfig ASUS_WMI 22745a3d578SAndy Shevchenko tristate "ASUS WMI Driver" 22845a3d578SAndy Shevchenko depends on ACPI_WMI 22945a3d578SAndy Shevchenko depends on ACPI_BATTERY 23045a3d578SAndy Shevchenko depends on INPUT 23145a3d578SAndy Shevchenko depends on HWMON 23245a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 23345a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 23445a3d578SAndy Shevchenko depends on HOTPLUG_PCI 23545a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 23645a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 23745a3d578SAndy Shevchenko select LEDS_CLASS 23845a3d578SAndy Shevchenko select NEW_LEDS 23945a3d578SAndy Shevchenko ---help--- 24045a3d578SAndy Shevchenko Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new 24145a3d578SAndy Shevchenko Asus Notebooks). 24245a3d578SAndy Shevchenko 24345a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 24445a3d578SAndy Shevchenko be called asus-wmi. 24545a3d578SAndy Shevchenko 24645a3d578SAndy Shevchenkoconfig ASUS_NB_WMI 24745a3d578SAndy Shevchenko tristate "Asus Notebook WMI Driver" 24845a3d578SAndy Shevchenko depends on ASUS_WMI 24945a3d578SAndy Shevchenko depends on SERIO_I8042 || SERIO_I8042 = n 25045a3d578SAndy Shevchenko ---help--- 25145a3d578SAndy Shevchenko This is a driver for newer Asus notebooks. It adds extra features 25245a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 25345a3d578SAndy Shevchenko 25445a3d578SAndy Shevchenko For more information, see 25545a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 25645a3d578SAndy Shevchenko 25745a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Asus Notebook, say Y or M 25845a3d578SAndy Shevchenko here. 25945a3d578SAndy Shevchenko 26045a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP 26145a3d578SAndy Shevchenko tristate "Eee PC Hotkey Driver" 26245a3d578SAndy Shevchenko depends on ACPI 26345a3d578SAndy Shevchenko depends on INPUT 26445a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 26545a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 26645a3d578SAndy Shevchenko depends on HOTPLUG_PCI 26745a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 26845a3d578SAndy Shevchenko select HWMON 26945a3d578SAndy Shevchenko select LEDS_CLASS 27045a3d578SAndy Shevchenko select NEW_LEDS 27145a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 27245a3d578SAndy Shevchenko ---help--- 27345a3d578SAndy Shevchenko This driver supports the Fn-Fx keys on Eee PC laptops. 27445a3d578SAndy Shevchenko 27545a3d578SAndy Shevchenko It also gives access to some extra laptop functionalities like 27645a3d578SAndy Shevchenko Bluetooth, backlight and allows powering on/off some other 27745a3d578SAndy Shevchenko devices. 27845a3d578SAndy Shevchenko 27945a3d578SAndy Shevchenko If you have an Eee PC laptop, say Y or M here. If this driver 28045a3d578SAndy Shevchenko doesn't work on your Eee PC, try eeepc-wmi instead. 28145a3d578SAndy Shevchenko 28245a3d578SAndy Shevchenkoconfig EEEPC_WMI 28345a3d578SAndy Shevchenko tristate "Eee PC WMI Driver" 28445a3d578SAndy Shevchenko depends on ASUS_WMI 28545a3d578SAndy Shevchenko ---help--- 28645a3d578SAndy Shevchenko This is a driver for newer Eee PC laptops. It adds extra features 28745a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 28845a3d578SAndy Shevchenko 28945a3d578SAndy Shevchenko For more information, see 29045a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 29145a3d578SAndy Shevchenko 29245a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M 29345a3d578SAndy Shevchenko here. 29445a3d578SAndy Shevchenko 2958e5cddd1SStuart Hayesconfig DCDBAS 2968e5cddd1SStuart Hayes tristate "Dell Systems Management Base Driver" 2978e5cddd1SStuart Hayes depends on X86 2988e5cddd1SStuart Hayes help 2998e5cddd1SStuart Hayes The Dell Systems Management Base Driver provides a sysfs interface 3008e5cddd1SStuart Hayes for systems management software to perform System Management 3018e5cddd1SStuart Hayes Interrupts (SMIs) and Host Control Actions (system power cycle or 3028e5cddd1SStuart Hayes power off after OS shutdown) on certain Dell systems. 3038e5cddd1SStuart Hayes 304baa293e9SMauro Carvalho Chehab See <file:Documentation/driver-api/dcdbas.rst> for more details on the driver 3058e5cddd1SStuart Hayes and the Dell systems on which Dell systems management software makes 3068e5cddd1SStuart Hayes use of this driver. 3078e5cddd1SStuart Hayes 3088e5cddd1SStuart Hayes Say Y or M here to enable the driver for use by Dell systems 3098e5cddd1SStuart Hayes management software such as Dell OpenManage. 3108e5cddd1SStuart Hayes 31132d7b19bSDarren Hart (VMware)# 31275073a64SDarren Hart# The DELL_SMBIOS driver depends on ACPI_WMI and/or DCDBAS if those 31375073a64SDarren Hart# backends are selected. The "depends" line prevents a configuration 31475073a64SDarren Hart# where DELL_SMBIOS=y while either of those dependencies =m. 31532d7b19bSDarren Hart (VMware)# 3162f9f26bdSMichał Kępieńconfig DELL_SMBIOS 31725d47027SMario Limonciello tristate "Dell SMBIOS driver" 31832d7b19bSDarren Hart (VMware) depends on DCDBAS || DCDBAS=n 31975073a64SDarren Hart depends on ACPI_WMI || ACPI_WMI=n 32025d47027SMario Limonciello ---help--- 32125d47027SMario Limonciello This provides support for the Dell SMBIOS calling interface. 32225d47027SMario Limonciello If you have a Dell computer you should enable this option. 32325d47027SMario Limonciello 32425d47027SMario Limonciello Be sure to select at least one backend for it to work properly. 3252f9f26bdSMichał Kępień 3261a258e67SMario Limoncielloconfig DELL_SMBIOS_WMI 32725d47027SMario Limonciello bool "Dell SMBIOS driver WMI backend" 328329d58b8SDarren Hart (VMware) default y 3291a258e67SMario Limonciello depends on ACPI_WMI 3301a258e67SMario Limonciello select DELL_WMI_DESCRIPTOR 331329d58b8SDarren Hart (VMware) depends on DELL_SMBIOS 3321a258e67SMario Limonciello ---help--- 3331a258e67SMario Limonciello This provides an implementation for the Dell SMBIOS calling interface 3341a258e67SMario Limonciello communicated over ACPI-WMI. 3351a258e67SMario Limonciello 33625d47027SMario Limonciello If you have a Dell computer from >2007 you should say Y here. 3371a258e67SMario Limonciello If you aren't sure and this module doesn't work for your computer 3381a258e67SMario Limonciello it just won't load. 3391a258e67SMario Limonciello 340549b4930SMario Limoncielloconfig DELL_SMBIOS_SMM 34125d47027SMario Limonciello bool "Dell SMBIOS driver SMM backend" 342329d58b8SDarren Hart (VMware) default y 343549b4930SMario Limonciello depends on DCDBAS 344329d58b8SDarren Hart (VMware) depends on DELL_SMBIOS 345549b4930SMario Limonciello ---help--- 346549b4930SMario Limonciello This provides an implementation for the Dell SMBIOS calling interface 347549b4930SMario Limonciello communicated over SMI/SMM. 348549b4930SMario Limonciello 34925d47027SMario Limonciello If you have a Dell computer from <=2017 you should say Y here. 350549b4930SMario Limonciello If you aren't sure and this module doesn't work for your computer 351549b4930SMario Limonciello it just won't load. 3522f9f26bdSMichał Kępień 353cad73120SLen Brownconfig DELL_LAPTOP 354fe7e913cSKees Cook tristate "Dell Laptop Extras" 355a570af48SAndy Lutomirski depends on DMI 356cad73120SLen Brown depends on BACKLIGHT_CLASS_DEVICE 35714ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 35819d337dfSJohannes Berg depends on RFKILL || RFKILL = n 359814cb8adSMatthew Garrett depends on SERIO_I8042 3607fe3fa3bSMario Limonciello depends on DELL_SMBIOS 361dccefb37SLinus Torvalds select POWER_SUPPLY 362b9c913f3SLinus Torvalds select LEDS_CLASS 363b9c913f3SLinus Torvalds select NEW_LEDS 364d00fa46eSTakashi Iwai select LEDS_TRIGGERS 365d00fa46eSTakashi Iwai select LEDS_TRIGGER_AUDIO 366cad73120SLen Brown ---help--- 367cad73120SLen Brown This driver adds support for rfkill and backlight control to Dell 368eec3b959SIsmael Luceno laptops (except for some models covered by the Compal driver). 369cad73120SLen Brown 37045a3d578SAndy Shevchenkoconfig DELL_RBTN 37145a3d578SAndy Shevchenko tristate "Dell Airplane Mode Switch driver" 37245a3d578SAndy Shevchenko depends on ACPI 37345a3d578SAndy Shevchenko depends on INPUT 37445a3d578SAndy Shevchenko depends on RFKILL 37545a3d578SAndy Shevchenko ---help--- 37645a3d578SAndy Shevchenko Say Y here if you want to support Dell Airplane Mode Switch ACPI 37745a3d578SAndy Shevchenko device on Dell laptops. Sometimes it has names: DELLABCE or DELRBTN. 37845a3d578SAndy Shevchenko This driver register rfkill device or input hotkey device depending 37945a3d578SAndy Shevchenko on hardware type (hw switch slider or keyboard toggle button). For 38045a3d578SAndy Shevchenko rfkill devices it receive HW switch events and set correct hard 38145a3d578SAndy Shevchenko rfkill state. 38245a3d578SAndy Shevchenko 38345a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 38445a3d578SAndy Shevchenko be called dell-rbtn. 38545a3d578SAndy Shevchenko 38645a3d578SAndy Shevchenkoconfig DELL_RBU 38745a3d578SAndy Shevchenko tristate "BIOS update support for DELL systems via sysfs" 38845a3d578SAndy Shevchenko depends on X86 38945a3d578SAndy Shevchenko select FW_LOADER 39045a3d578SAndy Shevchenko select FW_LOADER_USER_HELPER 39145a3d578SAndy Shevchenko help 39245a3d578SAndy Shevchenko Say m if you want to have the option of updating the BIOS for your 39345a3d578SAndy Shevchenko DELL system. Note you need a Dell OpenManage or Dell Update package (DUP) 39445a3d578SAndy Shevchenko supporting application to communicate with the BIOS regarding the new 39545a3d578SAndy Shevchenko image for the image update to take effect. 39645a3d578SAndy Shevchenko See <file:Documentation/admin-guide/dell_rbu.rst> for more details on the driver. 39745a3d578SAndy Shevchenko 39845a3d578SAndy Shevchenkoconfig DELL_SMO8800 39945a3d578SAndy Shevchenko tristate "Dell Latitude freefall driver (ACPI SMO88XX)" 40045a3d578SAndy Shevchenko depends on ACPI 40145a3d578SAndy Shevchenko ---help--- 40245a3d578SAndy Shevchenko Say Y here if you want to support SMO88XX freefall devices 40345a3d578SAndy Shevchenko on Dell Latitude laptops. 40445a3d578SAndy Shevchenko 40545a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 40645a3d578SAndy Shevchenko be called dell-smo8800. 40745a3d578SAndy Shevchenko 4080b3f6109SMatthew Garrettconfig DELL_WMI 40972e83204SMario Limonciello tristate "Dell WMI notifications" 4100b3f6109SMatthew Garrett depends on ACPI_WMI 411a570af48SAndy Lutomirski depends on DMI 4120b3f6109SMatthew Garrett depends on INPUT 41314ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 41454940fa6SDarren Hart depends on DELL_SMBIOS 41592b8c540SMario Limonciello select DELL_WMI_DESCRIPTOR 416890a7c8eSDmitry Torokhov select INPUT_SPARSEKMAP 4170b3f6109SMatthew Garrett ---help--- 4180b3f6109SMatthew Garrett Say Y here if you want to support WMI-based hotkeys on Dell laptops. 4190b3f6109SMatthew Garrett 4200b3f6109SMatthew Garrett To compile this driver as a module, choose M here: the module will 4210b3f6109SMatthew Garrett be called dell-wmi. 4220b3f6109SMatthew Garrett 42392b8c540SMario Limoncielloconfig DELL_WMI_DESCRIPTOR 42492b8c540SMario Limonciello tristate 42592b8c540SMario Limonciello depends on ACPI_WMI 42692b8c540SMario Limonciello 427820787fcSColin Ian Kingconfig DELL_WMI_AIO 428820787fcSColin Ian King tristate "WMI Hotkeys for Dell All-In-One series" 429820787fcSColin Ian King depends on ACPI_WMI 430820787fcSColin Ian King depends on INPUT 431820787fcSColin Ian King select INPUT_SPARSEKMAP 432820787fcSColin Ian King ---help--- 433820787fcSColin Ian King Say Y here if you want to support WMI-based hotkeys on Dell 434820787fcSColin Ian King All-In-One machines. 435820787fcSColin Ian King 436820787fcSColin Ian King To compile this driver as a module, choose M here: the module will 437cffbcd0cSRafi Rubin be called dell-wmi-aio. 438820787fcSColin Ian King 4397a3319c1SMichał Kępieńconfig DELL_WMI_LED 4407a3319c1SMichał Kępień tristate "External LED on Dell Business Netbooks" 4417a3319c1SMichał Kępień depends on LEDS_CLASS 4427a3319c1SMichał Kępień depends on ACPI_WMI 4437a3319c1SMichał Kępień help 4447a3319c1SMichał Kępień This adds support for the Latitude 2100 and similar 4457a3319c1SMichał Kępień notebooks that have an external LED. 4467a3319c1SMichał Kępień 44745a3d578SAndy Shevchenkoconfig AMILO_RFKILL 44845a3d578SAndy Shevchenko tristate "Fujitsu-Siemens Amilo rfkill support" 449817a5cdbSPali Rohár depends on RFKILL 45045a3d578SAndy Shevchenko depends on SERIO_I8042 451817a5cdbSPali Rohár ---help--- 45245a3d578SAndy Shevchenko This is a driver for enabling wifi on some Fujitsu-Siemens Amilo 45345a3d578SAndy Shevchenko laptops. 454820787fcSColin Ian King 45541b16dceSLen Brownconfig FUJITSU_LAPTOP 45641b16dceSLen Brown tristate "Fujitsu Laptop Extras" 45741b16dceSLen Brown depends on ACPI 45841b16dceSLen Brown depends on INPUT 45941b16dceSLen Brown depends on BACKLIGHT_CLASS_DEVICE 46014ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 461f2252672SMichał Kępień select INPUT_SPARSEKMAP 462d89bcc83SMichał Kępień select LEDS_CLASS 46341b16dceSLen Brown ---help--- 46441b16dceSLen Brown This is a driver for laptops built by Fujitsu: 46541b16dceSLen Brown 46641b16dceSLen Brown * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 46741b16dceSLen Brown * Possibly other Fujitsu laptop models 46841b16dceSLen Brown * Tested with S6410 and S7020 46941b16dceSLen Brown 47041b16dceSLen Brown It adds support for LCD brightness control and some hotkeys. 47141b16dceSLen Brown 47241b16dceSLen Brown If you have a Fujitsu laptop, say Y or M here. 47341b16dceSLen Brown 4742d24c490SRobert Gerlachconfig FUJITSU_TABLET 4752d24c490SRobert Gerlach tristate "Fujitsu Tablet Extras" 4762d24c490SRobert Gerlach depends on ACPI 4772d24c490SRobert Gerlach depends on INPUT 4782d24c490SRobert Gerlach ---help--- 4792d24c490SRobert Gerlach This is a driver for tablets built by Fujitsu: 4802d24c490SRobert Gerlach 4812d24c490SRobert Gerlach * Lifebook P1510/P1610/P1620/Txxxx 4822d24c490SRobert Gerlach * Stylistic ST5xxx 4832d24c490SRobert Gerlach * Possibly other Fujitsu tablet models 4842d24c490SRobert Gerlach 4852d24c490SRobert Gerlach It adds support for the panel buttons, docking station detection, 4862d24c490SRobert Gerlach tablet/notebook mode detection for convertible and 4872d24c490SRobert Gerlach orientation detection for docked slates. 4882d24c490SRobert Gerlach 4892d24c490SRobert Gerlach If you have a Fujitsu convertible or slate, say Y or M here. 4902d24c490SRobert Gerlach 4911b46f17dSHans de Goedeconfig GPD_POCKET_FAN 4921b46f17dSHans de Goede tristate "GPD Pocket Fan Controller support" 4931b46f17dSHans de Goede depends on ACPI 4941b46f17dSHans de Goede depends on THERMAL 4951b46f17dSHans de Goede ---help--- 4961b46f17dSHans de Goede Driver for the GPD Pocket vendor specific FAN02501 ACPI device 4971b46f17dSHans de Goede which controls the fan speed on the GPD Pocket. 4981b46f17dSHans de Goede 4991b46f17dSHans de Goede Without this driver the fan on the Pocket will stay off independent 5001b46f17dSHans de Goede of the CPU temperature. Say Y or M if the kernel may be used on a 5011b46f17dSHans de Goede GPD pocket. 5021b46f17dSHans de Goede 503efcfed9bSJean Delvareconfig HP_ACCEL 504efcfed9bSJean Delvare tristate "HP laptop accelerometer" 505efcfed9bSJean Delvare depends on INPUT && ACPI 5060cdbcd6dSGiedrius Statkevicius depends on SERIO_I8042 507efcfed9bSJean Delvare select SENSORS_LIS3LV02D 508efcfed9bSJean Delvare select NEW_LEDS 509efcfed9bSJean Delvare select LEDS_CLASS 510efcfed9bSJean Delvare help 511efcfed9bSJean Delvare This driver provides support for the "Mobile Data Protection System 3D" 512efcfed9bSJean Delvare or "3D DriveGuard" feature of HP laptops. On such systems the driver 513efcfed9bSJean Delvare should load automatically (via ACPI alias). 514efcfed9bSJean Delvare 515efcfed9bSJean Delvare Support for a led indicating disk protection will be provided as 516efcfed9bSJean Delvare hp::hddprotect. For more information on the feature, refer to 5179b5db89eSMauro Carvalho Chehab Documentation/misc-devices/lis3lv02d.rst. 518efcfed9bSJean Delvare 519efcfed9bSJean Delvare To compile this driver as a module, choose M here: the module will 520efcfed9bSJean Delvare be called hp_accel. 521efcfed9bSJean Delvare 52254290fa6SAlex Hungconfig HP_WIRELESS 52348d8b96cSBorislav Petkov tristate "HP wireless button" 52454290fa6SAlex Hung depends on ACPI 52554290fa6SAlex Hung depends on INPUT 52654290fa6SAlex Hung help 52754290fa6SAlex Hung This driver provides supports for new HP wireless button for Windows 8. 52854290fa6SAlex Hung On such systems the driver should load automatically (via ACPI alias). 52954290fa6SAlex Hung 53054290fa6SAlex Hung To compile this driver as a module, choose M here: the module will 53154290fa6SAlex Hung be called hp-wireless. 53254290fa6SAlex Hung 53341b16dceSLen Brownconfig HP_WMI 53441b16dceSLen Brown tristate "HP WMI extras" 53541b16dceSLen Brown depends on ACPI_WMI 53641b16dceSLen Brown depends on INPUT 53719d337dfSJohannes Berg depends on RFKILL || RFKILL = n 5384d291ed7SDmitry Torokhov select INPUT_SPARSEKMAP 53941b16dceSLen Brown help 54041b16dceSLen Brown Say Y here if you want to support WMI-based hotkeys on HP laptops and 54141b16dceSLen Brown to read data from WMI such as docking or ambient light sensor state. 54241b16dceSLen Brown 54341b16dceSLen Brown To compile this driver as a module, choose M here: the module will 54441b16dceSLen Brown be called hp-wmi. 54541b16dceSLen Brown 54645a3d578SAndy Shevchenkoconfig TC1100_WMI 54745a3d578SAndy Shevchenko tristate "HP Compaq TC1100 Tablet WMI Extras" 54845a3d578SAndy Shevchenko depends on !X86_64 549dbf0c5a6SMatan Ziv-Av depends on ACPI 550dbf0c5a6SMatan Ziv-Av depends on ACPI_WMI 55141b16dceSLen Brown ---help--- 55245a3d578SAndy Shevchenko This is a driver for the WMI extensions (wireless and bluetooth power 55345a3d578SAndy Shevchenko control) of the HP Compaq TC1100 tablet. 55441b16dceSLen Brown 55545a3d578SAndy Shevchenkoconfig IBM_RTL 55645a3d578SAndy Shevchenko tristate "Device driver to enable PRTL support" 55745a3d578SAndy Shevchenko depends on PCI 55841b16dceSLen Brown ---help--- 55945a3d578SAndy Shevchenko Enable support for IBM Premium Real Time Mode (PRTM). 56045a3d578SAndy Shevchenko This module will allow you the enter and exit PRTM in the BIOS via 56145a3d578SAndy Shevchenko sysfs on platforms that support this feature. System in PRTM will 56245a3d578SAndy Shevchenko not receive CPU-generated SMIs for recoverable errors. Use of this 56345a3d578SAndy Shevchenko feature without proper support may void your hardware warranty. 56441b16dceSLen Brown 56545a3d578SAndy Shevchenko If the proper BIOS support is found the driver will load and create 56645a3d578SAndy Shevchenko /sys/devices/system/ibm_rtl/. The "state" variable will indicate 56745a3d578SAndy Shevchenko whether or not the BIOS is in PRTM. 56845a3d578SAndy Shevchenko state = 0 (BIOS SMIs on) 56945a3d578SAndy Shevchenko state = 1 (BIOS SMIs off) 57041b16dceSLen Brown 57157ac3b05SIke Panhcconfig IDEAPAD_LAPTOP 57257ac3b05SIke Panhc tristate "Lenovo IdeaPad Laptop Extras" 57358ac7aa0SDavid Woodhouse depends on ACPI 574ad0f4306SRandy Dunlap depends on RFKILL && INPUT 57507a4a4fcSMaxim Mikityanskiy depends on SERIO_I8042 576445e8d00SMatthew Garrett depends on BACKLIGHT_CLASS_DEVICE 57714ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 57874caab99SArnd Bergmann depends on ACPI_WMI || ACPI_WMI = n 579f63409aeSIke Panhc select INPUT_SPARSEKMAP 58058ac7aa0SDavid Woodhouse help 58116fd91e0SIke Panhc This is a driver for Lenovo IdeaPad netbooks contains drivers for 58216fd91e0SIke Panhc rfkill switch, hotkey, fan control and backlight control. 58358ac7aa0SDavid Woodhouse 58445a3d578SAndy Shevchenkoconfig SENSORS_HDAPS 58545a3d578SAndy Shevchenko tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 5863dda3b37SBenjamin Tissoires depends on INPUT 58745a3d578SAndy Shevchenko help 58845a3d578SAndy Shevchenko This driver provides support for the IBM Hard Drive Active Protection 58945a3d578SAndy Shevchenko System (hdaps), which provides an accelerometer and other misc. data. 59045a3d578SAndy Shevchenko ThinkPads starting with the R50, T41, and X40 are supported. The 59145a3d578SAndy Shevchenko accelerometer data is readable via sysfs. 5923dda3b37SBenjamin Tissoires 59345a3d578SAndy Shevchenko This driver also provides an absolute input class device, allowing 59445a3d578SAndy Shevchenko the laptop to act as a pinball machine-esque joystick. 59545a3d578SAndy Shevchenko 59645a3d578SAndy Shevchenko If your ThinkPad is not recognized by the driver, please update to latest 59745a3d578SAndy Shevchenko BIOS. This is especially the case for some R52 ThinkPads. 59845a3d578SAndy Shevchenko 59945a3d578SAndy Shevchenko Say Y here if you have an applicable laptop and want to experience 60045a3d578SAndy Shevchenko the awesome power of hdaps. 6013dda3b37SBenjamin Tissoires 60241b16dceSLen Brownconfig THINKPAD_ACPI 60341b16dceSLen Brown tristate "ThinkPad ACPI Laptop Extras" 60441b16dceSLen Brown depends on ACPI 6052801b968SOgnjen Galic depends on ACPI_BATTERY 606d263da31SCorentin Chary depends on INPUT 60719d337dfSJohannes Berg depends on RFKILL || RFKILL = n 60814ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 60914ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 61041b16dceSLen Brown select HWMON 61141b16dceSLen Brown select NVRAM 61241b16dceSLen Brown select NEW_LEDS 61341b16dceSLen Brown select LEDS_CLASS 6144e1d0924STakashi Iwai select LEDS_TRIGGERS 6154e1d0924STakashi Iwai select LEDS_TRIGGER_AUDIO 61641b16dceSLen Brown ---help--- 61741b16dceSLen Brown This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 61841b16dceSLen Brown support for Fn-Fx key combinations, Bluetooth control, video 61941b16dceSLen Brown output switching, ThinkLight control, UltraBay eject and more. 62041b16dceSLen Brown For more information about this driver see 6219e1cbedeSMauro Carvalho Chehab <file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and 62241b16dceSLen Brown <http://ibm-acpi.sf.net/> . 62341b16dceSLen Brown 62441b16dceSLen Brown This driver was formerly known as ibm-acpi. 62541b16dceSLen Brown 6266e5b08eeSHenrique de Moraes Holschuh Extra functionality will be available if the rfkill (CONFIG_RFKILL) 6276e5b08eeSHenrique de Moraes Holschuh and/or ALSA (CONFIG_SND) subsystems are available in the kernel. 6286e5b08eeSHenrique de Moraes Holschuh Note that if you want ThinkPad-ACPI to be built-in instead of 6296e5b08eeSHenrique de Moraes Holschuh modular, ALSA and rfkill will also have to be built-in. 6306e5b08eeSHenrique de Moraes Holschuh 63141b16dceSLen Brown If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. 63241b16dceSLen Brown 633ff850c33SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_ALSA_SUPPORT 634ff850c33SHenrique de Moraes Holschuh bool "Console audio control ALSA interface" 635ff850c33SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 636ff850c33SHenrique de Moraes Holschuh depends on SND 637ff850c33SHenrique de Moraes Holschuh depends on SND = y || THINKPAD_ACPI = SND 638ff850c33SHenrique de Moraes Holschuh default y 639ff850c33SHenrique de Moraes Holschuh ---help--- 640ff850c33SHenrique de Moraes Holschuh Enables monitoring of the built-in console audio output control 641ff850c33SHenrique de Moraes Holschuh (headphone and speakers), which is operated by the mute and (in 642ff850c33SHenrique de Moraes Holschuh some ThinkPad models) volume hotkeys. 643ff850c33SHenrique de Moraes Holschuh 644ff850c33SHenrique de Moraes Holschuh If this option is enabled, ThinkPad-ACPI will export an ALSA card 645ff850c33SHenrique de Moraes Holschuh with a single read-only mixer control, which should be used for 646ff850c33SHenrique de Moraes Holschuh on-screen-display feedback purposes by the Desktop Environment. 647ff850c33SHenrique de Moraes Holschuh 648ff850c33SHenrique de Moraes Holschuh Optionally, the driver will also allow software control (the 649ff850c33SHenrique de Moraes Holschuh ALSA mixer will be made read-write). Please refer to the driver 650ff850c33SHenrique de Moraes Holschuh documentation for details. 651ff850c33SHenrique de Moraes Holschuh 652ff850c33SHenrique de Moraes Holschuh All IBM models have both volume and mute control. Newer Lenovo 653ff850c33SHenrique de Moraes Holschuh models only have mute control (the volume hotkeys are just normal 654ff850c33SHenrique de Moraes Holschuh keys and volume control is done through the main HDA mixer). 655ff850c33SHenrique de Moraes Holschuh 656a73f3091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUGFACILITIES 657a73f3091SHenrique de Moraes Holschuh bool "Maintainer debug facilities" 658a73f3091SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 659a73f3091SHenrique de Moraes Holschuh ---help--- 660a73f3091SHenrique de Moraes Holschuh Enables extra stuff in the thinkpad-acpi which is completely useless 661a73f3091SHenrique de Moraes Holschuh for normal use. Read the driver source to find out what it does. 662a73f3091SHenrique de Moraes Holschuh 663a73f3091SHenrique de Moraes Holschuh Say N here, unless you were told by a kernel maintainer to do 664a73f3091SHenrique de Moraes Holschuh otherwise. 665a73f3091SHenrique de Moraes Holschuh 66641b16dceSLen Brownconfig THINKPAD_ACPI_DEBUG 66741b16dceSLen Brown bool "Verbose debug mode" 66841b16dceSLen Brown depends on THINKPAD_ACPI 66941b16dceSLen Brown ---help--- 67041b16dceSLen Brown Enables extra debugging information, at the expense of a slightly 67141b16dceSLen Brown increase in driver size. 67241b16dceSLen Brown 67341b16dceSLen Brown If you are not sure, say N here. 67441b16dceSLen Brown 675a4d5effcSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_UNSAFE_LEDS 676a4d5effcSHenrique de Moraes Holschuh bool "Allow control of important LEDs (unsafe)" 677a4d5effcSHenrique de Moraes Holschuh depends on THINKPAD_ACPI 678a4d5effcSHenrique de Moraes Holschuh ---help--- 679a4d5effcSHenrique de Moraes Holschuh Overriding LED state on ThinkPads can mask important 680a4d5effcSHenrique de Moraes Holschuh firmware alerts (like critical battery condition), or misled 681a4d5effcSHenrique de Moraes Holschuh the user into damaging the hardware (undocking or ejecting 682a4d5effcSHenrique de Moraes Holschuh the bay while buses are still active), etc. 683a4d5effcSHenrique de Moraes Holschuh 684a4d5effcSHenrique de Moraes Holschuh LED control on the ThinkPad is write-only (with very few 685a4d5effcSHenrique de Moraes Holschuh exceptions on very ancient models), which makes it 686a4d5effcSHenrique de Moraes Holschuh impossible to know beforehand if important information will 687a4d5effcSHenrique de Moraes Holschuh be lost when one changes LED state. 688a4d5effcSHenrique de Moraes Holschuh 689a4d5effcSHenrique de Moraes Holschuh Users that know what they are doing can enable this option 690a4d5effcSHenrique de Moraes Holschuh and the driver will allow control of every LED, including 691a4d5effcSHenrique de Moraes Holschuh the ones on the dock stations. 692a4d5effcSHenrique de Moraes Holschuh 693a4d5effcSHenrique de Moraes Holschuh Never enable this option on a distribution kernel. 694a4d5effcSHenrique de Moraes Holschuh 695a4d5effcSHenrique de Moraes Holschuh Say N here, unless you are building a kernel for your own 696a4d5effcSHenrique de Moraes Holschuh use, and need to control the important firmware LEDs. 697a4d5effcSHenrique de Moraes Holschuh 69841b16dceSLen Brownconfig THINKPAD_ACPI_VIDEO 69941b16dceSLen Brown bool "Video output control support" 70041b16dceSLen Brown depends on THINKPAD_ACPI 70141b16dceSLen Brown default y 70241b16dceSLen Brown ---help--- 70341b16dceSLen Brown Allows the thinkpad_acpi driver to provide an interface to control 70441b16dceSLen Brown the various video output ports. 70541b16dceSLen Brown 70641b16dceSLen Brown This feature often won't work well, depending on ThinkPad model, 70741b16dceSLen Brown display state, video output devices in use, whether there is a X 70841b16dceSLen Brown server running, phase of the moon, and the current mood of 70941b16dceSLen Brown Schroedinger's cat. If you can use X.org's RandR to control 71041b16dceSLen Brown your ThinkPad's video output ports instead of this feature, 711b525c06cSHenrique de Moraes Holschuh don't think twice: do it and say N here to save memory and avoid 712b525c06cSHenrique de Moraes Holschuh bad interactions with X.org. 71341b16dceSLen Brown 714b525c06cSHenrique de Moraes Holschuh NOTE: access to this feature is limited to processes with the 715b525c06cSHenrique de Moraes Holschuh CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms 716b525c06cSHenrique de Moraes Holschuh where it interacts badly with X.org. 717b525c06cSHenrique de Moraes Holschuh 718b525c06cSHenrique de Moraes Holschuh If you are not sure, say Y here but do try to check if you could 719b525c06cSHenrique de Moraes Holschuh be using X.org RandR instead. 72041b16dceSLen Brown 72141b16dceSLen Brownconfig THINKPAD_ACPI_HOTKEY_POLL 72241b16dceSLen Brown bool "Support NVRAM polling for hot keys" 72341b16dceSLen Brown depends on THINKPAD_ACPI 72441b16dceSLen Brown default y 72541b16dceSLen Brown ---help--- 72641b16dceSLen Brown Some thinkpad models benefit from NVRAM polling to detect a few of 72741b16dceSLen Brown the hot key press events. If you know your ThinkPad model does not 72841b16dceSLen Brown need to do NVRAM polling to support any of the hot keys you use, 72941b16dceSLen Brown unselecting this option will save about 1kB of memory. 73041b16dceSLen Brown 73141b16dceSLen Brown ThinkPads T40 and newer, R52 and newer, and X31 and newer are 73241b16dceSLen Brown unlikely to need NVRAM polling in their latest BIOS versions. 73341b16dceSLen Brown 73441b16dceSLen Brown NVRAM polling can detect at most the following keys: ThinkPad/Access 73541b16dceSLen Brown IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute, 73641b16dceSLen Brown Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12). 73741b16dceSLen Brown 73841b16dceSLen Brown If you are not sure, say Y here. The driver enables polling only if 73941b16dceSLen Brown it is strictly necessary to do so. 74041b16dceSLen Brown 74145a3d578SAndy Shevchenkoconfig INTEL_ATOMISP2_PM 74245a3d578SAndy Shevchenko tristate "Intel AtomISP2 dummy / power-management driver" 74345a3d578SAndy Shevchenko depends on PCI && IOSF_MBI && PM 7441ab70982SMauro Carvalho Chehab depends on !INTEL_ATOMISP 745bd9fc3a7SJean Delvare help 74645a3d578SAndy Shevchenko Power-management driver for Intel's Image Signal Processor found on 74745a3d578SAndy Shevchenko Bay Trail and Cherry Trail devices. This dummy driver's sole purpose 74845a3d578SAndy Shevchenko is to turn the ISP off (put it in D3) to save power and to allow 74945a3d578SAndy Shevchenko entering of S0ix modes. 750bd9fc3a7SJean Delvare 75145a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 75245a3d578SAndy Shevchenko will be called intel_atomisp2_pm. 753bd9fc3a7SJean Delvare 75445a3d578SAndy Shevchenkoconfig INTEL_CHT_INT33FE 75545a3d578SAndy Shevchenko tristate "Intel Cherry Trail ACPI INT33FE Driver" 75645a3d578SAndy Shevchenko depends on X86 && ACPI && I2C && REGULATOR 75745a3d578SAndy Shevchenko depends on CHARGER_BQ24190=y || (CHARGER_BQ24190=m && m) 75845a3d578SAndy Shevchenko depends on USB_ROLES_INTEL_XHCI=y || (USB_ROLES_INTEL_XHCI=m && m) 75945a3d578SAndy Shevchenko depends on TYPEC_MUX_PI3USB30532=y || (TYPEC_MUX_PI3USB30532=m && m) 76045a3d578SAndy Shevchenko ---help--- 76145a3d578SAndy Shevchenko This driver add support for the INT33FE ACPI device found on 76245a3d578SAndy Shevchenko some Intel Cherry Trail devices. 763bd9fc3a7SJean Delvare 76445a3d578SAndy Shevchenko There are two kinds of INT33FE ACPI device possible: for hardware 76545a3d578SAndy Shevchenko with USB Type-C and Micro-B connectors. This driver supports both. 76645a3d578SAndy Shevchenko 76745a3d578SAndy Shevchenko The INT33FE ACPI device has a CRS table with I2cSerialBusV2 76845a3d578SAndy Shevchenko resources for Fuel Gauge Controller and (in the Type-C variant) 76945a3d578SAndy Shevchenko FUSB302 USB Type-C Controller and PI3USB30532 USB switch. 77045a3d578SAndy Shevchenko This driver instantiates i2c-clients for these, so that standard 77145a3d578SAndy Shevchenko i2c drivers for these chips can bind to the them. 77245a3d578SAndy Shevchenko 77345a3d578SAndy Shevchenko If you enable this driver it is advised to also select 77445a3d578SAndy Shevchenko CONFIG_BATTERY_BQ27XXX=m or CONFIG_BATTERY_BQ27XXX_I2C=m for Micro-B 77545a3d578SAndy Shevchenko device and CONFIG_TYPEC_FUSB302=m and CONFIG_BATTERY_MAX17042=m 77645a3d578SAndy Shevchenko for Type-C device. 77745a3d578SAndy Shevchenko 77845a3d578SAndy Shevchenkoconfig INTEL_HID_EVENT 77945a3d578SAndy Shevchenko tristate "INTEL HID Event" 78045a3d578SAndy Shevchenko depends on ACPI 78145a3d578SAndy Shevchenko depends on INPUT 78245a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 78345a3d578SAndy Shevchenko help 78445a3d578SAndy Shevchenko This driver provides support for the Intel HID Event hotkey interface. 78545a3d578SAndy Shevchenko Some laptops require this driver for hotkey support. 78645a3d578SAndy Shevchenko 78745a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 78845a3d578SAndy Shevchenko be called intel_hid. 78945a3d578SAndy Shevchenko 79045a3d578SAndy Shevchenkoconfig INTEL_INT0002_VGPIO 79145a3d578SAndy Shevchenko tristate "Intel ACPI INT0002 Virtual GPIO driver" 79245a3d578SAndy Shevchenko depends on GPIOLIB && ACPI 79345a3d578SAndy Shevchenko select GPIOLIB_IRQCHIP 79445a3d578SAndy Shevchenko ---help--- 79545a3d578SAndy Shevchenko Some peripherals on Bay Trail and Cherry Trail platforms signal a 79645a3d578SAndy Shevchenko Power Management Event (PME) to the Power Management Controller (PMC) 79745a3d578SAndy Shevchenko to wakeup the system. When this happens software needs to explicitly 79845a3d578SAndy Shevchenko clear the PME bus 0 status bit in the GPE0a_STS register to avoid an 79945a3d578SAndy Shevchenko IRQ storm on IRQ 9. 80045a3d578SAndy Shevchenko 80145a3d578SAndy Shevchenko This is modelled in ACPI through the INT0002 ACPI device, which is 80245a3d578SAndy Shevchenko called a "Virtual GPIO controller" in ACPI because it defines the 80345a3d578SAndy Shevchenko event handler to call when the PME triggers through _AEI and _L02 80445a3d578SAndy Shevchenko methods as would be done for a real GPIO interrupt in ACPI. 80545a3d578SAndy Shevchenko 80645a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 80745a3d578SAndy Shevchenko be called intel_int0002_vgpio. 808bd9fc3a7SJean Delvare 80941b16dceSLen Brownconfig INTEL_MENLOW 81041b16dceSLen Brown tristate "Thermal Management driver for Intel menlow platform" 81141b16dceSLen Brown depends on ACPI_THERMAL 81241b16dceSLen Brown select THERMAL 81341b16dceSLen Brown ---help--- 81441b16dceSLen Brown ACPI thermal management enhancement driver on 81541b16dceSLen Brown Intel Menlow platform. 81641b16dceSLen Brown 81741b16dceSLen Brown If unsure, say N. 81841b16dceSLen Brown 81945a3d578SAndy Shevchenkoconfig INTEL_OAKTRAIL 82045a3d578SAndy Shevchenko tristate "Intel Oaktrail Platform Extras" 82145a3d578SAndy Shevchenko depends on ACPI 82245a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 82345a3d578SAndy Shevchenko depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI 82445a3d578SAndy Shevchenko ---help--- 82545a3d578SAndy Shevchenko Intel Oaktrail platform need this driver to provide interfaces to 82645a3d578SAndy Shevchenko enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y 82745a3d578SAndy Shevchenko here; it will only load on supported platforms. 82845a3d578SAndy Shevchenko 82945a3d578SAndy Shevchenkoconfig INTEL_VBTN 83045a3d578SAndy Shevchenko tristate "INTEL VIRTUAL BUTTON" 83141b16dceSLen Brown depends on ACPI 8323a5093eeSAlexey Dobriyan depends on INPUT 83345a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 83445a3d578SAndy Shevchenko help 83545a3d578SAndy Shevchenko This driver provides support for the Intel Virtual Button interface. 83645a3d578SAndy Shevchenko Some laptops require this driver for power button support. 83745a3d578SAndy Shevchenko 83845a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 83945a3d578SAndy Shevchenko be called intel_vbtn. 84045a3d578SAndy Shevchenko 84145a3d578SAndy Shevchenkoconfig SURFACE3_WMI 84245a3d578SAndy Shevchenko tristate "Surface 3 WMI Driver" 84345a3d578SAndy Shevchenko depends on ACPI_WMI 84445a3d578SAndy Shevchenko depends on DMI 84545a3d578SAndy Shevchenko depends on INPUT 84645a3d578SAndy Shevchenko depends on SPI 84745a3d578SAndy Shevchenko ---help--- 84845a3d578SAndy Shevchenko Say Y here if you have a Surface 3. 84945a3d578SAndy Shevchenko 85045a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 85145a3d578SAndy Shevchenko be called surface3-wmi. 85245a3d578SAndy Shevchenko 85345a3d578SAndy Shevchenkoconfig SURFACE_3_BUTTON 85445a3d578SAndy Shevchenko tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet" 85545a3d578SAndy Shevchenko depends on ACPI && KEYBOARD_GPIO && I2C 85645a3d578SAndy Shevchenko ---help--- 85745a3d578SAndy Shevchenko This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet. 85845a3d578SAndy Shevchenko 859b1f81b49SBlaž Hrastnikconfig SURFACE_3_POWER_OPREGION 860b1f81b49SBlaž Hrastnik tristate "Surface 3 battery platform operation region support" 861b1f81b49SBlaž Hrastnik depends on ACPI && I2C 862b1f81b49SBlaž Hrastnik help 863b1f81b49SBlaž Hrastnik This driver provides support for ACPI operation 864b1f81b49SBlaž Hrastnik region of the Surface 3 battery platform driver. 865b1f81b49SBlaž Hrastnik 866ba308bd0SAndy Shevchenkoconfig SURFACE_PRO3_BUTTON 867ba308bd0SAndy Shevchenko tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet" 868ba308bd0SAndy Shevchenko depends on ACPI && INPUT 869ba308bd0SAndy Shevchenko ---help--- 870ba308bd0SAndy Shevchenko This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet. 871ba308bd0SAndy Shevchenko 87245a3d578SAndy Shevchenkoconfig MSI_LAPTOP 87345a3d578SAndy Shevchenko tristate "MSI Laptop Extras" 87445a3d578SAndy Shevchenko depends on ACPI 87514ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 87645a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 87745a3d578SAndy Shevchenko depends on RFKILL 87845a3d578SAndy Shevchenko depends on INPUT && SERIO_I8042 879642e0447SDmitry Torokhov select INPUT_SPARSEKMAP 88041b16dceSLen Brown ---help--- 88145a3d578SAndy Shevchenko This is a driver for laptops built by MSI (MICRO-STAR 88245a3d578SAndy Shevchenko INTERNATIONAL): 88376593d6fSCorentin Chary 88445a3d578SAndy Shevchenko MSI MegaBook S270 (MS-1013) 88545a3d578SAndy Shevchenko Cytron/TCM/Medion/Tchibo MD96100/SAM2000 88641b16dceSLen Brown 88745a3d578SAndy Shevchenko It adds support for Bluetooth, WLAN and LCD brightness control. 88841b16dceSLen Brown 88945a3d578SAndy Shevchenko More information about this driver is available at 89045a3d578SAndy Shevchenko <http://0pointer.de/lennart/tchibo.html>. 891ee027e4aSYong Wang 89245a3d578SAndy Shevchenko If you have an MSI S270 laptop, say Y or M here. 893edb73f4fSMattias Jacobsson 894d12d8bafSThomas Renningerconfig MSI_WMI 895d12d8bafSThomas Renninger tristate "MSI WMI extras" 896d12d8bafSThomas Renninger depends on ACPI_WMI 897d12d8bafSThomas Renninger depends on INPUT 898de078e57SAnisse Astier depends on BACKLIGHT_CLASS_DEVICE 89914ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 900c30116c6SAnisse Astier select INPUT_SPARSEKMAP 901d12d8bafSThomas Renninger help 902d12d8bafSThomas Renninger Say Y here if you want to support WMI-based hotkeys on MSI laptops. 903d12d8bafSThomas Renninger 904d12d8bafSThomas Renninger To compile this driver as a module, choose M here: the module will 905d12d8bafSThomas Renninger be called msi-wmi. 906d12d8bafSThomas Renninger 90745a3d578SAndy Shevchenkoconfig XO15_EBOOK 90845a3d578SAndy Shevchenko tristate "OLPC XO-1.5 ebook switch" 90945a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 91045a3d578SAndy Shevchenko depends on ACPI && INPUT 91145a3d578SAndy Shevchenko ---help--- 91245a3d578SAndy Shevchenko Support for the ebook switch on the OLPC XO-1.5 laptop. 91313bb0fd5SHans de Goede 91445a3d578SAndy Shevchenko This switch is triggered as the screen is rotated and folded down to 91545a3d578SAndy Shevchenko convert the device into ebook form. 91645a3d578SAndy Shevchenko 91745a3d578SAndy Shevchenkoconfig XO1_RFKILL 91845a3d578SAndy Shevchenko tristate "OLPC XO-1 software RF kill switch" 91945a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 92045a3d578SAndy Shevchenko depends on RFKILL 92145a3d578SAndy Shevchenko ---help--- 92245a3d578SAndy Shevchenko Support for enabling/disabling the WLAN interface on the OLPC XO-1 92345a3d578SAndy Shevchenko laptop. 92445a3d578SAndy Shevchenko 92545a3d578SAndy Shevchenkoconfig PCENGINES_APU2 92645a3d578SAndy Shevchenko tristate "PC Engines APUv2/3 front button and LEDs driver" 92745a3d578SAndy Shevchenko depends on INPUT && INPUT_KEYBOARD && GPIOLIB 92845a3d578SAndy Shevchenko depends on LEDS_CLASS 92945a3d578SAndy Shevchenko select GPIO_AMD_FCH 93045a3d578SAndy Shevchenko select KEYBOARD_GPIO_POLLED 93145a3d578SAndy Shevchenko select LEDS_GPIO 93245a3d578SAndy Shevchenko help 93345a3d578SAndy Shevchenko This driver provides support for the front button and LEDs on 93445a3d578SAndy Shevchenko PC Engines APUv2/APUv3 board. 93545a3d578SAndy Shevchenko 93645a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 93745a3d578SAndy Shevchenko will be called pcengines-apuv2. 93845a3d578SAndy Shevchenko 93945a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP 94045a3d578SAndy Shevchenko tristate "Samsung Laptop driver" 94145a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 94245a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 94345a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 944bf8f65daSGuillaume Douézan-Grard select LEDS_CLASS 945bf8f65daSGuillaume Douézan-Grard select NEW_LEDS 9469caeb532SHerton Ronaldo Krzesinski ---help--- 94745a3d578SAndy Shevchenko This module implements a driver for a wide range of different 94845a3d578SAndy Shevchenko Samsung laptops. It offers control over the different 94945a3d578SAndy Shevchenko function keys, wireless LED, LCD backlight level. 9509caeb532SHerton Ronaldo Krzesinski 95145a3d578SAndy Shevchenko It may also provide some sysfs files described in 95245a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop> 95345a3d578SAndy Shevchenko 95445a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 95545a3d578SAndy Shevchenko will be called samsung-laptop. 95645a3d578SAndy Shevchenko 95745a3d578SAndy Shevchenkoconfig SAMSUNG_Q10 95845a3d578SAndy Shevchenko tristate "Samsung Q10 Extras" 95945a3d578SAndy Shevchenko depends on ACPI 96045a3d578SAndy Shevchenko select BACKLIGHT_CLASS_DEVICE 96145a3d578SAndy Shevchenko ---help--- 96245a3d578SAndy Shevchenko This driver provides support for backlight control on Samsung Q10 96345a3d578SAndy Shevchenko and related laptops, including Dell Latitude X200. 9649caeb532SHerton Ronaldo Krzesinski 965b4f9fe12SLen Brownconfig ACPI_TOSHIBA 966b4f9fe12SLen Brown tristate "Toshiba Laptop Extras" 967b4f9fe12SLen Brown depends on ACPI 968f11f999eSSeth Forshee depends on ACPI_WMI 9690c51a4d8SMark Brown select LEDS_CLASS 9700c51a4d8SMark Brown select NEW_LEDS 971c76a3e1dSJonathan Corbet depends on BACKLIGHT_CLASS_DEVICE 972b4f9fe12SLen Brown depends on INPUT 973283672e4SSeth Forshee depends on SERIO_I8042 || SERIO_I8042 = n 974358d6a2cSHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 975dc4522beSAzael Avalos depends on RFKILL || RFKILL = n 97698010f1eSAzael Avalos depends on IIO 977384a7cd9SDmitry Torokhov select INPUT_SPARSEKMAP 978b4f9fe12SLen Brown ---help--- 979b4f9fe12SLen Brown This driver adds support for access to certain system settings 980b4f9fe12SLen Brown on "legacy free" Toshiba laptops. These laptops can be recognized by 981b4f9fe12SLen Brown their lack of a BIOS setup menu and APM support. 982b4f9fe12SLen Brown 983b4f9fe12SLen Brown On these machines, all system configuration is handled through the 984b4f9fe12SLen Brown ACPI. This driver is required for access to controls not covered 985b4f9fe12SLen Brown by the general ACPI drivers, such as LCD brightness, video output, 986b4f9fe12SLen Brown etc. 987b4f9fe12SLen Brown 988b4f9fe12SLen Brown This driver differs from the non-ACPI Toshiba laptop driver (located 989b4f9fe12SLen Brown under "Processor type and features") in several aspects. 990b4f9fe12SLen Brown Configuration is accessed by reading and writing text files in the 991b4f9fe12SLen Brown /proc tree instead of by program interface to /dev. Furthermore, no 992b4f9fe12SLen Brown power management functions are exposed, as those are handled by the 993b4f9fe12SLen Brown general ACPI drivers. 994b4f9fe12SLen Brown 995b4f9fe12SLen Brown More information about this driver is available at 996b4f9fe12SLen Brown <http://memebeam.org/toys/ToshibaAcpiDriver>. 997b4f9fe12SLen Brown 998b4f9fe12SLen Brown If you have a legacy free Toshiba laptop (such as the Libretto L1 999b4f9fe12SLen Brown series), say Y. 100042b4e9eeSJes Sorensen 100142b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL 100242b4e9eeSJes Sorensen tristate "Toshiba Bluetooth RFKill switch support" 100342b4e9eeSJes Sorensen depends on ACPI 10047ee8cd33SAzael Avalos depends on RFKILL || RFKILL = n 100542b4e9eeSJes Sorensen ---help--- 100642b4e9eeSJes Sorensen This driver adds support for Bluetooth events for the RFKill 100742b4e9eeSJes Sorensen switch on modern Toshiba laptops with full ACPI support and 100842b4e9eeSJes Sorensen an RFKill switch. 100942b4e9eeSJes Sorensen 101042b4e9eeSJes Sorensen This driver handles RFKill events for the TOS6205 Bluetooth, 101142b4e9eeSJes Sorensen and re-enables it when the switch is set back to the 'on' 101242b4e9eeSJes Sorensen position. 101342b4e9eeSJes Sorensen 101442b4e9eeSJes Sorensen If you have a modern Toshiba laptop with a Bluetooth and an 101542b4e9eeSJes Sorensen RFKill switch (such as the Portege R500), say Y. 1016529aa8cbSThadeu Lima de Souza Cascardo 1017186e4e89SAzael Avalosconfig TOSHIBA_HAPS 1018186e4e89SAzael Avalos tristate "Toshiba HDD Active Protection Sensor" 1019186e4e89SAzael Avalos depends on ACPI 1020186e4e89SAzael Avalos ---help--- 1021186e4e89SAzael Avalos This driver adds support for the built-in accelerometer 1022769a12a9SMasanari Iida found on recent Toshiba laptops equipped with HID TOS620A 1023186e4e89SAzael Avalos device. 1024186e4e89SAzael Avalos 1025186e4e89SAzael Avalos This driver receives ACPI notify events 0x80 when the sensor 1026186e4e89SAzael Avalos detects a sudden move or a harsh vibration, as well as an 1027186e4e89SAzael Avalos ACPI notify event 0x81 whenever the movement or vibration has 1028186e4e89SAzael Avalos been stabilized. 1029186e4e89SAzael Avalos 1030186e4e89SAzael Avalos Also provides sysfs entries to get/set the desired protection 1031769a12a9SMasanari Iida level and resetting the HDD protection interface. 1032186e4e89SAzael Avalos 1033186e4e89SAzael Avalos If you have a recent Toshiba laptop with a built-in accelerometer 1034186e4e89SAzael Avalos device, say Y. 1035186e4e89SAzael Avalos 103614991fc7SAzael Avalosconfig TOSHIBA_WMI 103714991fc7SAzael Avalos tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)" 103814991fc7SAzael Avalos depends on ACPI_WMI 103914991fc7SAzael Avalos depends on INPUT 104014991fc7SAzael Avalos select INPUT_SPARSEKMAP 104114991fc7SAzael Avalos ---help--- 104214991fc7SAzael Avalos This driver adds hotkey monitoring support to some Toshiba models 104314991fc7SAzael Avalos that manage the hotkeys via WMI events. 104414991fc7SAzael Avalos 104514991fc7SAzael Avalos WARNING: This driver is incomplete as it lacks a proper keymap and the 104614991fc7SAzael Avalos *notify function only prints the ACPI event type value. Be warned that 104714991fc7SAzael Avalos you will need to provide some information if you have a Toshiba model 104883fc61a5SMasanari Iida with WMI event hotkeys and want to help with the development of this 104914991fc7SAzael Avalos driver. 105014991fc7SAzael Avalos 105114991fc7SAzael Avalos If you have a WMI-based hotkeys Toshiba laptop, say Y or M here. 105214991fc7SAzael Avalos 1053529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC 1054529aa8cbSThadeu Lima de Souza Cascardo tristate "CMPC Laptop Extras" 10554f258cf4SRandy Dunlap depends on ACPI && INPUT 1056f35843edSThadeu Lima de Souza Cascardo depends on RFKILL || RFKILL=n 1057529aa8cbSThadeu Lima de Souza Cascardo select BACKLIGHT_CLASS_DEVICE 1058529aa8cbSThadeu Lima de Souza Cascardo help 1059529aa8cbSThadeu Lima de Souza Cascardo Support for Intel Classmate PC ACPI devices, including some 1060529aa8cbSThadeu Lima de Souza Cascardo keys as input device, backlight device, tablet and accelerometer 1061529aa8cbSThadeu Lima de Souza Cascardo devices. 1062529aa8cbSThadeu Lima de Souza Cascardo 106345a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP 106445a3d578SAndy Shevchenko tristate "Compal (and others) Laptop Extras" 106545a3d578SAndy Shevchenko depends on ACPI 106645a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 106745a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 106845a3d578SAndy Shevchenko depends on RFKILL 106945a3d578SAndy Shevchenko depends on HWMON 107045a3d578SAndy Shevchenko depends on POWER_SUPPLY 10711cd706dfSHans de Goede ---help--- 107245a3d578SAndy Shevchenko This is a driver for laptops built by Compal, and some models by 107345a3d578SAndy Shevchenko other brands (e.g. Dell, Toshiba). 10741cd706dfSHans de Goede 107545a3d578SAndy Shevchenko It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon 107645a3d578SAndy Shevchenko and battery charging level control. 1077d740795dSYauhen Kharuzhy 107845a3d578SAndy Shevchenkoconfig LG_LAPTOP 107945a3d578SAndy Shevchenko tristate "LG Laptop Extras" 108045a3d578SAndy Shevchenko depends on ACPI 108145a3d578SAndy Shevchenko depends on ACPI_WMI 108245a3d578SAndy Shevchenko depends on INPUT 108345a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 108445a3d578SAndy Shevchenko select LEDS_CLASS 108545a3d578SAndy Shevchenko help 108645a3d578SAndy Shevchenko This driver adds support for hotkeys as well as control of keyboard 108745a3d578SAndy Shevchenko backlight, battery maximum charge level and various other ACPI 108845a3d578SAndy Shevchenko features. 10891cd706dfSHans de Goede 109045a3d578SAndy Shevchenko If you have an LG Gram laptop, say Y or M here. 1091d740795dSYauhen Kharuzhy 109245a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP 109345a3d578SAndy Shevchenko tristate "Panasonic Laptop Extras" 109445a3d578SAndy Shevchenko depends on INPUT && ACPI 109545a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 109645a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 109763dada87SHans de Goede ---help--- 109845a3d578SAndy Shevchenko This driver adds support for access to backlight control and hotkeys 109945a3d578SAndy Shevchenko on Panasonic Let's Note laptops. 110063dada87SHans de Goede 110145a3d578SAndy Shevchenko If you have a Panasonic Let's note laptop (such as the R1(N variant), 110245a3d578SAndy Shevchenko R2, R3, R5, T2, W2 and Y2 series), say Y. 110363dada87SHans de Goede 110445a3d578SAndy Shevchenkoconfig SONY_LAPTOP 110545a3d578SAndy Shevchenko tristate "Sony Laptop Extras" 110645a3d578SAndy Shevchenko depends on ACPI 110745a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 110845a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 110945a3d578SAndy Shevchenko depends on INPUT 111045a3d578SAndy Shevchenko depends on RFKILL 111145a3d578SAndy Shevchenko ---help--- 111245a3d578SAndy Shevchenko This mini-driver drives the SNC and SPIC devices present in the ACPI 111345a3d578SAndy Shevchenko BIOS of the Sony Vaio laptops. 111463dada87SHans de Goede 111545a3d578SAndy Shevchenko It gives access to some extra laptop functionalities like Bluetooth, 111645a3d578SAndy Shevchenko screen brightness control, Fn keys and allows powering on/off some 111745a3d578SAndy Shevchenko devices. 111845a3d578SAndy Shevchenko 111945a3d578SAndy Shevchenko Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information. 112045a3d578SAndy Shevchenko 112145a3d578SAndy Shevchenkoconfig SONYPI_COMPAT 112245a3d578SAndy Shevchenko bool "Sonypi compatibility" 112345a3d578SAndy Shevchenko depends on SONY_LAPTOP 112445a3d578SAndy Shevchenko ---help--- 112545a3d578SAndy Shevchenko Build the sonypi driver compatibility code into the sony-laptop driver. 112645a3d578SAndy Shevchenko 112745a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI 112845a3d578SAndy Shevchenko tristate "System76 ACPI Driver" 112945a3d578SAndy Shevchenko depends on ACPI 113045a3d578SAndy Shevchenko select NEW_LEDS 113145a3d578SAndy Shevchenko select LEDS_CLASS 113245a3d578SAndy Shevchenko select LEDS_TRIGGERS 113345a3d578SAndy Shevchenko help 113445a3d578SAndy Shevchenko This is a driver for System76 laptops running open firmware. It adds 113545a3d578SAndy Shevchenko support for Fn-Fx key combinations, keyboard backlight, and airplane mode 113645a3d578SAndy Shevchenko LEDs. 113745a3d578SAndy Shevchenko 113845a3d578SAndy Shevchenko If you have a System76 laptop running open firmware, say Y or M here. 113945a3d578SAndy Shevchenko 114045a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP 114145a3d578SAndy Shevchenko tristate "Topstar Laptop Extras" 1142ecc83e52SAlex Hung depends on ACPI 1143ecc83e52SAlex Hung depends on INPUT 1144ecc83e52SAlex Hung select INPUT_SPARSEKMAP 114545a3d578SAndy Shevchenko select LEDS_CLASS 114645a3d578SAndy Shevchenko select NEW_LEDS 11479a58a333SSreedhara DS ---help--- 114845a3d578SAndy Shevchenko This driver adds support for hotkeys found on Topstar laptops. 11499a58a333SSreedhara DS 115045a3d578SAndy Shevchenko If you have a Topstar laptop, say Y or M here. 11515369c02dSSreedhara DS 115245a3d578SAndy Shevchenkoconfig I2C_MULTI_INSTANTIATE 115345a3d578SAndy Shevchenko tristate "I2C multi instantiate pseudo device driver" 115445a3d578SAndy Shevchenko depends on I2C && ACPI 11558eec8a11SHong Liu help 115645a3d578SAndy Shevchenko Some ACPI-based systems list multiple i2c-devices in a single ACPI 115745a3d578SAndy Shevchenko firmware-node. This driver will instantiate separate i2c-clients 115845a3d578SAndy Shevchenko for each device in the firmware-node. 11598eec8a11SHong Liu 116045a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 116145a3d578SAndy Shevchenko will be called i2c-multi-instantiate. 11628eec8a11SHong Liu 116345a3d578SAndy Shevchenkoconfig MLX_PLATFORM 116445a3d578SAndy Shevchenko tristate "Mellanox Technologies platform support" 116545a3d578SAndy Shevchenko depends on I2C && REGMAP 1166aa7ffc01SJesse Barnes ---help--- 116745a3d578SAndy Shevchenko This option enables system support for the Mellanox Technologies 116845a3d578SAndy Shevchenko platform. The Mellanox systems provide data center networking 116945a3d578SAndy Shevchenko solutions based on Virtual Protocol Interconnect (VPI) technology 117045a3d578SAndy Shevchenko enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE 117145a3d578SAndy Shevchenko connection. 117245a3d578SAndy Shevchenko 117345a3d578SAndy Shevchenko If you have a Mellanox system, say Y or M here. 117445a3d578SAndy Shevchenko 117545a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI 117645a3d578SAndy Shevchenko bool "DMI based touchscreen configuration info" 117745a3d578SAndy Shevchenko depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD 1178dba43fc4SLinus Torvalds select EFI_EMBEDDED_FIRMWARE if EFI 117945a3d578SAndy Shevchenko ---help--- 118045a3d578SAndy Shevchenko Certain ACPI based tablets with e.g. Silead or Chipone touchscreens 118145a3d578SAndy Shevchenko do not have enough data in ACPI tables for the touchscreen driver to 118245a3d578SAndy Shevchenko handle the touchscreen properly, as OEMs expect the data to be baked 118345a3d578SAndy Shevchenko into the tablet model specific version of the driver shipped with the 118445a3d578SAndy Shevchenko the OS-image for the device. This option supplies the missing info. 118545a3d578SAndy Shevchenko Enable this for x86 tablets with Silead or Chipone touchscreens. 1186aa7ffc01SJesse Barnes 118728a375dfSBryan O'Donoghueconfig INTEL_IMR 118828a375dfSBryan O'Donoghue bool "Intel Isolated Memory Region support" 118928a375dfSBryan O'Donoghue depends on X86_INTEL_QUARK && IOSF_MBI 119028a375dfSBryan O'Donoghue ---help--- 119128a375dfSBryan O'Donoghue This option provides a means to manipulate Isolated Memory Regions. 119228a375dfSBryan O'Donoghue IMRs are a set of registers that define read and write access masks 119328a375dfSBryan O'Donoghue to prohibit certain system agents from accessing memory with 1 KiB 119428a375dfSBryan O'Donoghue granularity. 119528a375dfSBryan O'Donoghue 119628a375dfSBryan O'Donoghue IMRs make it possible to control read/write access to an address 119728a375dfSBryan O'Donoghue by hardware agents inside the SoC. Read and write masks can be 119828a375dfSBryan O'Donoghue defined for: 119928a375dfSBryan O'Donoghue - eSRAM flush 120028a375dfSBryan O'Donoghue - Dirty CPU snoop (write only) 120128a375dfSBryan O'Donoghue - RMU access 120228a375dfSBryan O'Donoghue - PCI Virtual Channel 0/Virtual Channel 1 120328a375dfSBryan O'Donoghue - SMM mode 120428a375dfSBryan O'Donoghue - Non SMM mode 120528a375dfSBryan O'Donoghue 120628a375dfSBryan O'Donoghue Quark contains a set of eight IMR registers and makes use of those 120728a375dfSBryan O'Donoghue registers during its bootup process. 120828a375dfSBryan O'Donoghue 120928a375dfSBryan O'Donoghue If you are running on a Galileo/Quark say Y here. 121028a375dfSBryan O'Donoghue 121145a3d578SAndy Shevchenkoconfig INTEL_IPS 121245a3d578SAndy Shevchenko tristate "Intel Intelligent Power Sharing" 12137934d76cSSinan Kaya depends on ACPI && PCI 1214917ee75aSSeth Forshee ---help--- 121545a3d578SAndy Shevchenko Intel Calpella platforms support dynamic power sharing between the 121645a3d578SAndy Shevchenko CPU and GPU, maximizing performance in a given TDP. This driver, 121745a3d578SAndy Shevchenko along with the CPU frequency and i915 drivers, provides that 121845a3d578SAndy Shevchenko functionality. If in doubt, say Y here; it will only load on 121945a3d578SAndy Shevchenko supported platforms. 1220917ee75aSSeth Forshee 122134a956dbSMatthew Garrettconfig INTEL_RST 122234a956dbSMatthew Garrett tristate "Intel Rapid Start Technology Driver" 122334a956dbSMatthew Garrett depends on ACPI 122434a956dbSMatthew Garrett ---help--- 12258d92e160SChristophe JAILLET This driver provides support for modifying parameters on systems 122634a956dbSMatthew Garrett equipped with Intel's Rapid Start Technology. When put in an ACPI 122734a956dbSMatthew Garrett sleep state, these devices will wake after either a configured 122834a956dbSMatthew Garrett timeout or when the system battery reaches a critical state, 122934a956dbSMatthew Garrett automatically copying memory contents to disk. On resume, the 123034a956dbSMatthew Garrett firmware will copy the memory contents back to RAM and resume the OS 123134a956dbSMatthew Garrett as usual. 123234a956dbSMatthew Garrett 12335c7f80f7SMatthew Garrettconfig INTEL_SMARTCONNECT 12345c7f80f7SMatthew Garrett tristate "Intel Smart Connect disabling driver" 12355c7f80f7SMatthew Garrett depends on ACPI 12365c7f80f7SMatthew Garrett ---help--- 12375c7f80f7SMatthew Garrett Intel Smart Connect is a technology intended to permit devices to 12385c7f80f7SMatthew Garrett update state by resuming for a short period of time at regular 12395c7f80f7SMatthew Garrett intervals. If a user enables this functionality under Windows and 12405c7f80f7SMatthew Garrett then reboots into Linux, the system may remain configured to resume 12415c7f80f7SMatthew Garrett on suspend. In the absence of any userspace to support it, the system 12425c7f80f7SMatthew Garrett will then remain awake until something triggers another suspend. 12435c7f80f7SMatthew Garrett 12445c7f80f7SMatthew Garrett This driver checks to determine whether the device has Intel Smart 12455c7f80f7SMatthew Garrett Connect enabled, and if so disables it. 12465c7f80f7SMatthew Garrett 124745a3d578SAndy Shevchenkosource "drivers/platform/x86/intel_speed_select_if/Kconfig" 12486613d18eSVadim Pasternak 12494ec567b8SSrinivas Pandruvadaconfig INTEL_TURBO_MAX_3 12504ec567b8SSrinivas Pandruvada bool "Intel Turbo Boost Max Technology 3.0 enumeration driver" 12514ec567b8SSrinivas Pandruvada depends on X86_64 && SCHED_MC_PRIO 12524ec567b8SSrinivas Pandruvada ---help--- 12534ec567b8SSrinivas Pandruvada This driver reads maximum performance ratio of each CPU and set up 12544ec567b8SSrinivas Pandruvada the scheduler priority metrics. In this way scheduler can prefer 12554ec567b8SSrinivas Pandruvada CPU with higher performance to schedule tasks. 12564ec567b8SSrinivas Pandruvada This driver is only required when the system is not using Hardware 12574ec567b8SSrinivas Pandruvada P-States (HWP). In HWP mode, priority can be read from ACPI tables. 12584ec567b8SSrinivas Pandruvada 125949a474c7SSrinivas Pandruvadaconfig INTEL_UNCORE_FREQ_CONTROL 126049a474c7SSrinivas Pandruvada tristate "Intel Uncore frequency control driver" 126149a474c7SSrinivas Pandruvada depends on X86_64 126249a474c7SSrinivas Pandruvada help 126349a474c7SSrinivas Pandruvada This driver allows control of uncore frequency limits on 126449a474c7SSrinivas Pandruvada supported server platforms. 126549a474c7SSrinivas Pandruvada Uncore frequency controls RING/LLC (last-level cache) clocks. 126649a474c7SSrinivas Pandruvada 126749a474c7SSrinivas Pandruvada To compile this driver as a module, choose M here: the module 126849a474c7SSrinivas Pandruvada will be called intel-uncore-frequency. 126949a474c7SSrinivas Pandruvada 127045a3d578SAndy Shevchenkoconfig INTEL_BXTWC_PMIC_TMU 127145a3d578SAndy Shevchenko tristate "Intel BXT Whiskey Cove TMU Driver" 127245a3d578SAndy Shevchenko depends on REGMAP 127345a3d578SAndy Shevchenko depends on INTEL_SOC_PMIC_BXTWC && INTEL_PMC_IPC 127445a3d578SAndy Shevchenko ---help--- 127545a3d578SAndy Shevchenko Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature. 127645a3d578SAndy Shevchenko This driver enables the alarm wakeup functionality in the TMU unit 127745a3d578SAndy Shevchenko of Whiskey Cove PMIC. 127835f2c14dSSrinivas Pandruvada 127945a3d578SAndy Shevchenkoconfig INTEL_CHTDC_TI_PWRBTN 128045a3d578SAndy Shevchenko tristate "Intel Cherry Trail Dollar Cove TI power button driver" 128145a3d578SAndy Shevchenko depends on INTEL_SOC_PMIC_CHTDC_TI 128245a3d578SAndy Shevchenko depends on INPUT 128345a3d578SAndy Shevchenko ---help--- 128445a3d578SAndy Shevchenko This option adds a power button driver driver for Dollar Cove TI 128545a3d578SAndy Shevchenko PMIC on Intel Cherry Trail devices. 128645a3d578SAndy Shevchenko 128745a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 128845a3d578SAndy Shevchenko will be called intel_chtdc_ti_pwrbtn. 128945a3d578SAndy Shevchenko 129045a3d578SAndy Shevchenkoconfig INTEL_MFLD_THERMAL 129145a3d578SAndy Shevchenko tristate "Thermal driver for Intel Medfield platform" 129245a3d578SAndy Shevchenko depends on MFD_INTEL_MSIC && THERMAL 1293fd13c862SJeremy Soller help 129445a3d578SAndy Shevchenko Say Y here to enable thermal driver support for the Intel Medfield 129545a3d578SAndy Shevchenko platform. 1296fd13c862SJeremy Soller 129745a3d578SAndy Shevchenkoconfig INTEL_MID_POWER_BUTTON 129845a3d578SAndy Shevchenko tristate "power button driver for Intel MID platforms" 129945a3d578SAndy Shevchenko depends on INTEL_SCU_IPC && INPUT 130045a3d578SAndy Shevchenko help 130145a3d578SAndy Shevchenko This driver handles the power button on the Intel MID platforms. 130245a3d578SAndy Shevchenko 130345a3d578SAndy Shevchenko If unsure, say N. 130445a3d578SAndy Shevchenko 130545a3d578SAndy Shevchenkoconfig INTEL_MRFLD_PWRBTN 130645a3d578SAndy Shevchenko tristate "Intel Merrifield Basin Cove power button driver" 130745a3d578SAndy Shevchenko depends on INTEL_SOC_PMIC_MRFLD 130845a3d578SAndy Shevchenko depends on INPUT 130945a3d578SAndy Shevchenko ---help--- 131045a3d578SAndy Shevchenko This option adds a power button driver for Basin Cove PMIC 131145a3d578SAndy Shevchenko on Intel Merrifield devices. 131245a3d578SAndy Shevchenko 131345a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 131445a3d578SAndy Shevchenko will be called intel_mrfld_pwrbtn. 131545a3d578SAndy Shevchenko 131645a3d578SAndy Shevchenkoconfig INTEL_PMC_CORE 131745a3d578SAndy Shevchenko tristate "Intel PMC Core driver" 131845a3d578SAndy Shevchenko depends on PCI 131945a3d578SAndy Shevchenko ---help--- 132045a3d578SAndy Shevchenko The Intel Platform Controller Hub for Intel Core SoCs provides access 132145a3d578SAndy Shevchenko to Power Management Controller registers via a PCI interface. This 132245a3d578SAndy Shevchenko driver can utilize debugging capabilities and supported features as 132345a3d578SAndy Shevchenko exposed by the Power Management Controller. 132445a3d578SAndy Shevchenko 132545a3d578SAndy Shevchenko Supported features: 132645a3d578SAndy Shevchenko - SLP_S0_RESIDENCY counter 132745a3d578SAndy Shevchenko - PCH IP Power Gating status 132845a3d578SAndy Shevchenko - LTR Ignore 132945a3d578SAndy Shevchenko - MPHY/PLL gating status (Sunrisepoint PCH only) 133045a3d578SAndy Shevchenko 133145a3d578SAndy Shevchenkoconfig INTEL_PMC_IPC 133245a3d578SAndy Shevchenko tristate "Intel PMC IPC Driver" 133345a3d578SAndy Shevchenko depends on ACPI && PCI 133445a3d578SAndy Shevchenko ---help--- 133545a3d578SAndy Shevchenko This driver provides support for PMC control on some Intel platforms. 133645a3d578SAndy Shevchenko The PMC is an ARC processor which defines IPC commands for communication 133745a3d578SAndy Shevchenko with other entities in the CPU. 133845a3d578SAndy Shevchenko 133945a3d578SAndy Shevchenkoconfig INTEL_PUNIT_IPC 134045a3d578SAndy Shevchenko tristate "Intel P-Unit IPC Driver" 134145a3d578SAndy Shevchenko ---help--- 134245a3d578SAndy Shevchenko This driver provides support for Intel P-Unit Mailbox IPC mechanism, 134345a3d578SAndy Shevchenko which is used to bridge the communications between kernel and P-Unit. 134445a3d578SAndy Shevchenko 134545a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC 134645a3d578SAndy Shevchenko bool "Intel SCU IPC Support" 134745a3d578SAndy Shevchenko depends on X86_INTEL_MID 134845a3d578SAndy Shevchenko default y 134945a3d578SAndy Shevchenko ---help--- 135045a3d578SAndy Shevchenko IPC is used to bridge the communications between kernel and SCU on 135145a3d578SAndy Shevchenko some embedded Intel x86 platforms. This is not needed for PC-type 135245a3d578SAndy Shevchenko machines. 135345a3d578SAndy Shevchenko 135445a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL 135545a3d578SAndy Shevchenko tristate "Intel SCU IPC utility driver" 135645a3d578SAndy Shevchenko depends on INTEL_SCU_IPC 135745a3d578SAndy Shevchenko ---help--- 135845a3d578SAndy Shevchenko The IPC Util driver provides an interface with the SCU enabling 135945a3d578SAndy Shevchenko low level access for debug work and updating the firmware. Say 136045a3d578SAndy Shevchenko N unless you will be doing this on an Intel MID platform. 136145a3d578SAndy Shevchenko 136245a3d578SAndy Shevchenkoconfig INTEL_TELEMETRY 136345a3d578SAndy Shevchenko tristate "Intel SoC Telemetry Driver" 136445a3d578SAndy Shevchenko depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64 136545a3d578SAndy Shevchenko ---help--- 136645a3d578SAndy Shevchenko This driver provides interfaces to configure and use 136745a3d578SAndy Shevchenko telemetry for INTEL SoC from APL onwards. It is also 136845a3d578SAndy Shevchenko used to get various SoC events and parameters 136945a3d578SAndy Shevchenko directly via debugfs files. Various tools may use 137045a3d578SAndy Shevchenko this interface for SoC state monitoring. 1371fd13c862SJeremy Soller 137241b16dceSLen Brownendif # X86_PLATFORM_DEVICES 137380a7581fSIrina Tirdea 137480a7581fSIrina Tirdeaconfig PMC_ATOM 137580a7581fSIrina Tirdea def_bool y 137680a7581fSIrina Tirdea depends on PCI 1377282a4e4cSIrina Tirdea select COMMON_CLK 1378