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 19*45a3d578SAndy Shevchenkoconfig ACPI_WMI 20*45a3d578SAndy Shevchenko tristate "WMI" 2141b16dceSLen Brown depends on ACPI 22*45a3d578SAndy Shevchenko help 23*45a3d578SAndy Shevchenko This driver adds support for the ACPI-WMI (Windows Management 24*45a3d578SAndy Shevchenko Instrumentation) mapper device (PNP0C14) found on some systems. 25*45a3d578SAndy Shevchenko 26*45a3d578SAndy Shevchenko ACPI-WMI is a proprietary extension to ACPI to expose parts of the 27*45a3d578SAndy Shevchenko ACPI firmware to userspace - this is done through various vendor 28*45a3d578SAndy Shevchenko defined methods and data blocks in a PNP0C14 device, which are then 29*45a3d578SAndy Shevchenko made available for userspace to call. 30*45a3d578SAndy Shevchenko 31*45a3d578SAndy Shevchenko The implementation of this in Linux currently only exposes this to 32*45a3d578SAndy Shevchenko other kernel space drivers. 33*45a3d578SAndy Shevchenko 34*45a3d578SAndy Shevchenko This driver is a required dependency to build the firmware specific 35*45a3d578SAndy Shevchenko drivers needed on many machines, including Acer and HP laptops. 36*45a3d578SAndy Shevchenko 37*45a3d578SAndy Shevchenko It is safe to enable this driver even if your DSDT doesn't define 38*45a3d578SAndy Shevchenko any ACPI-WMI devices. 39*45a3d578SAndy Shevchenko 40*45a3d578SAndy Shevchenkoconfig WMI_BMOF 41*45a3d578SAndy Shevchenko tristate "WMI embedded Binary MOF driver" 42e98062edSSedat Dilek depends on ACPI_WMI 43*45a3d578SAndy Shevchenko default ACPI_WMI 4441b16dceSLen Brown ---help--- 45*45a3d578SAndy Shevchenko Say Y here if you want to be able to read a firmware-embedded 46*45a3d578SAndy Shevchenko WMI Binary MOF data. Using this requires userspace tools and may be 47*45a3d578SAndy Shevchenko rather tedious. 4841b16dceSLen Brown 49*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 50*45a3d578SAndy Shevchenko be called wmi-bmof. 5141b16dceSLen Brown 52*45a3d578SAndy Shevchenkoconfig ALIENWARE_WMI 53*45a3d578SAndy Shevchenko tristate "Alienware Special feature control" 5475971febSChris Chiu depends on ACPI 55*45a3d578SAndy Shevchenko depends on LEDS_CLASS 56*45a3d578SAndy Shevchenko depends on NEW_LEDS 57*45a3d578SAndy Shevchenko depends on ACPI_WMI 5875971febSChris Chiu ---help--- 59*45a3d578SAndy Shevchenko This is a driver for controlling Alienware BIOS driven 60*45a3d578SAndy Shevchenko features. It exposes an interface for controlling the AlienFX 61*45a3d578SAndy Shevchenko zones on Alienware machines that don't contain a dedicated AlienFX 62*45a3d578SAndy Shevchenko USB MCU such as the X51 and X51-R2. 6375971febSChris Chiu 64*45a3d578SAndy Shevchenkoconfig HUAWEI_WMI 65*45a3d578SAndy Shevchenko tristate "Huawei WMI laptop extras driver" 66*45a3d578SAndy Shevchenko depends on ACPI_BATTERY 67*45a3d578SAndy Shevchenko depends on ACPI_WMI 68*45a3d578SAndy Shevchenko depends on INPUT 69*45a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 70*45a3d578SAndy Shevchenko select LEDS_CLASS 71*45a3d578SAndy Shevchenko select LEDS_TRIGGERS 72*45a3d578SAndy Shevchenko select LEDS_TRIGGER_AUDIO 73*45a3d578SAndy Shevchenko select NEW_LEDS 74*45a3d578SAndy Shevchenko help 75*45a3d578SAndy Shevchenko This driver provides support for Huawei WMI hotkeys, battery charge 76*45a3d578SAndy Shevchenko control, fn-lock, mic-mute LED, and other extra features. 7775971febSChris Chiu 78*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 79*45a3d578SAndy Shevchenko will be called huawei-wmi. 80*45a3d578SAndy Shevchenko 81*45a3d578SAndy Shevchenkoconfig INTEL_WMI_THUNDERBOLT 82*45a3d578SAndy Shevchenko tristate "Intel WMI thunderbolt force power driver" 83*45a3d578SAndy Shevchenko depends on ACPI_WMI 84*45a3d578SAndy Shevchenko ---help--- 85*45a3d578SAndy Shevchenko Say Y here if you want to be able to use the WMI interface on select 86*45a3d578SAndy Shevchenko systems to force the power control of Intel Thunderbolt controllers. 87*45a3d578SAndy Shevchenko This is useful for updating the firmware when devices are not plugged 88*45a3d578SAndy Shevchenko into the controller. 89*45a3d578SAndy Shevchenko 90*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 91*45a3d578SAndy Shevchenko be called intel-wmi-thunderbolt. 92*45a3d578SAndy Shevchenko 93*45a3d578SAndy Shevchenkoconfig MXM_WMI 94*45a3d578SAndy Shevchenko tristate "WMI support for MXM Laptop Graphics" 95*45a3d578SAndy Shevchenko depends on ACPI_WMI 96*45a3d578SAndy Shevchenko ---help--- 97*45a3d578SAndy Shevchenko MXM is a standard for laptop graphics cards, the WMI interface 98*45a3d578SAndy Shevchenko is required for switchable nvidia graphics machines 99*45a3d578SAndy Shevchenko 100*45a3d578SAndy Shevchenkoconfig PEAQ_WMI 101*45a3d578SAndy Shevchenko tristate "PEAQ 2-in-1 WMI hotkey driver" 102*45a3d578SAndy Shevchenko depends on ACPI_WMI 103*45a3d578SAndy Shevchenko depends on INPUT 104*45a3d578SAndy Shevchenko help 105*45a3d578SAndy Shevchenko Say Y here if you want to support WMI-based hotkeys on PEAQ 2-in-1s. 106*45a3d578SAndy Shevchenko 107*45a3d578SAndy Shevchenkoconfig XIAOMI_WMI 108*45a3d578SAndy Shevchenko tristate "Xiaomi WMI key driver" 109*45a3d578SAndy Shevchenko depends on ACPI_WMI 110*45a3d578SAndy Shevchenko depends on INPUT 111*45a3d578SAndy Shevchenko help 112*45a3d578SAndy Shevchenko Say Y here if you want to support WMI-based keys on Xiaomi notebooks. 113*45a3d578SAndy Shevchenko 114*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 115*45a3d578SAndy 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 138*45a3d578SAndy Shevchenkoconfig ACER_WIRELESS 139*45a3d578SAndy Shevchenko tristate "Acer Wireless Radio Control Driver" 140a46ad0f1SMario Limonciello depends on ACPI 141*45a3d578SAndy Shevchenko depends on INPUT 142a46ad0f1SMario Limonciello ---help--- 143*45a3d578SAndy Shevchenko The Acer Wireless Radio Control handles the airplane mode hotkey 144*45a3d578SAndy Shevchenko present on new Acer laptops. 145*45a3d578SAndy Shevchenko 146*45a3d578SAndy Shevchenko Say Y or M here if you have an Acer notebook with an airplane mode 147*45a3d578SAndy Shevchenko hotkey. 148*45a3d578SAndy Shevchenko 149*45a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 150*45a3d578SAndy Shevchenko called acer-wireless. 151*45a3d578SAndy Shevchenko 152*45a3d578SAndy Shevchenkoconfig ACER_WMI 153*45a3d578SAndy Shevchenko tristate "Acer WMI Laptop Extras" 154*45a3d578SAndy Shevchenko depends on ACPI 155*45a3d578SAndy Shevchenko select LEDS_CLASS 156*45a3d578SAndy Shevchenko select NEW_LEDS 157*45a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 158*45a3d578SAndy Shevchenko depends on SERIO_I8042 159*45a3d578SAndy Shevchenko depends on INPUT 160*45a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 161*45a3d578SAndy Shevchenko depends on ACPI_WMI 162*45a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 163*45a3d578SAndy Shevchenko # Acer WMI depends on ACPI_VIDEO when ACPI is enabled 164*45a3d578SAndy Shevchenko select ACPI_VIDEO if ACPI 165*45a3d578SAndy Shevchenko ---help--- 166*45a3d578SAndy Shevchenko This is a driver for newer Acer (and Wistron) laptops. It adds 167*45a3d578SAndy Shevchenko wireless radio and bluetooth control, and on some laptops, 168*45a3d578SAndy Shevchenko exposes the mail LED and LCD backlight. 169*45a3d578SAndy Shevchenko 170*45a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 171*45a3d578SAndy Shevchenko here. 172*45a3d578SAndy Shevchenko 173*45a3d578SAndy Shevchenkoconfig APPLE_GMUX 174*45a3d578SAndy Shevchenko tristate "Apple Gmux Driver" 175*45a3d578SAndy Shevchenko depends on ACPI && PCI 176*45a3d578SAndy Shevchenko depends on PNP 177*45a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 178*45a3d578SAndy Shevchenko depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE 179*45a3d578SAndy Shevchenko depends on ACPI_VIDEO=n || ACPI_VIDEO 180*45a3d578SAndy Shevchenko ---help--- 181*45a3d578SAndy Shevchenko This driver provides support for the gmux device found on many 182*45a3d578SAndy Shevchenko Apple laptops, which controls the display mux for the hybrid 183*45a3d578SAndy Shevchenko graphics as well as the backlight. Currently only backlight 184*45a3d578SAndy 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 210*45a3d578SAndy Shevchenkoconfig ASUS_WIRELESS 211*45a3d578SAndy Shevchenko tristate "Asus Wireless Radio Control Driver" 212*45a3d578SAndy Shevchenko depends on ACPI 213*45a3d578SAndy Shevchenko depends on INPUT 214*45a3d578SAndy Shevchenko select NEW_LEDS 215*45a3d578SAndy Shevchenko select LEDS_CLASS 216*45a3d578SAndy Shevchenko ---help--- 217*45a3d578SAndy Shevchenko The Asus Wireless Radio Control handles the airplane mode hotkey 218*45a3d578SAndy Shevchenko present on some Asus laptops. 219*45a3d578SAndy Shevchenko 220*45a3d578SAndy Shevchenko Say Y or M here if you have an ASUS notebook with an airplane mode 221*45a3d578SAndy Shevchenko hotkey. 222*45a3d578SAndy Shevchenko 223*45a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 224*45a3d578SAndy Shevchenko called asus-wireless. 225*45a3d578SAndy Shevchenko 226*45a3d578SAndy Shevchenkoconfig ASUS_WMI 227*45a3d578SAndy Shevchenko tristate "ASUS WMI Driver" 228*45a3d578SAndy Shevchenko depends on ACPI_WMI 229*45a3d578SAndy Shevchenko depends on ACPI_BATTERY 230*45a3d578SAndy Shevchenko depends on INPUT 231*45a3d578SAndy Shevchenko depends on HWMON 232*45a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 233*45a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 234*45a3d578SAndy Shevchenko depends on HOTPLUG_PCI 235*45a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 236*45a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 237*45a3d578SAndy Shevchenko select LEDS_CLASS 238*45a3d578SAndy Shevchenko select NEW_LEDS 239*45a3d578SAndy Shevchenko ---help--- 240*45a3d578SAndy Shevchenko Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new 241*45a3d578SAndy Shevchenko Asus Notebooks). 242*45a3d578SAndy Shevchenko 243*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 244*45a3d578SAndy Shevchenko be called asus-wmi. 245*45a3d578SAndy Shevchenko 246*45a3d578SAndy Shevchenkoconfig ASUS_NB_WMI 247*45a3d578SAndy Shevchenko tristate "Asus Notebook WMI Driver" 248*45a3d578SAndy Shevchenko depends on ASUS_WMI 249*45a3d578SAndy Shevchenko depends on SERIO_I8042 || SERIO_I8042 = n 250*45a3d578SAndy Shevchenko ---help--- 251*45a3d578SAndy Shevchenko This is a driver for newer Asus notebooks. It adds extra features 252*45a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 253*45a3d578SAndy Shevchenko 254*45a3d578SAndy Shevchenko For more information, see 255*45a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 256*45a3d578SAndy Shevchenko 257*45a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Asus Notebook, say Y or M 258*45a3d578SAndy Shevchenko here. 259*45a3d578SAndy Shevchenko 260*45a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP 261*45a3d578SAndy Shevchenko tristate "Eee PC Hotkey Driver" 262*45a3d578SAndy Shevchenko depends on ACPI 263*45a3d578SAndy Shevchenko depends on INPUT 264*45a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 265*45a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 266*45a3d578SAndy Shevchenko depends on HOTPLUG_PCI 267*45a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 268*45a3d578SAndy Shevchenko select HWMON 269*45a3d578SAndy Shevchenko select LEDS_CLASS 270*45a3d578SAndy Shevchenko select NEW_LEDS 271*45a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 272*45a3d578SAndy Shevchenko ---help--- 273*45a3d578SAndy Shevchenko This driver supports the Fn-Fx keys on Eee PC laptops. 274*45a3d578SAndy Shevchenko 275*45a3d578SAndy Shevchenko It also gives access to some extra laptop functionalities like 276*45a3d578SAndy Shevchenko Bluetooth, backlight and allows powering on/off some other 277*45a3d578SAndy Shevchenko devices. 278*45a3d578SAndy Shevchenko 279*45a3d578SAndy Shevchenko If you have an Eee PC laptop, say Y or M here. If this driver 280*45a3d578SAndy Shevchenko doesn't work on your Eee PC, try eeepc-wmi instead. 281*45a3d578SAndy Shevchenko 282*45a3d578SAndy Shevchenkoconfig EEEPC_WMI 283*45a3d578SAndy Shevchenko tristate "Eee PC WMI Driver" 284*45a3d578SAndy Shevchenko depends on ASUS_WMI 285*45a3d578SAndy Shevchenko ---help--- 286*45a3d578SAndy Shevchenko This is a driver for newer Eee PC laptops. It adds extra features 287*45a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 288*45a3d578SAndy Shevchenko 289*45a3d578SAndy Shevchenko For more information, see 290*45a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 291*45a3d578SAndy Shevchenko 292*45a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M 293*45a3d578SAndy Shevchenko here. 294*45a3d578SAndy 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 370*45a3d578SAndy Shevchenkoconfig DELL_RBTN 371*45a3d578SAndy Shevchenko tristate "Dell Airplane Mode Switch driver" 372*45a3d578SAndy Shevchenko depends on ACPI 373*45a3d578SAndy Shevchenko depends on INPUT 374*45a3d578SAndy Shevchenko depends on RFKILL 375*45a3d578SAndy Shevchenko ---help--- 376*45a3d578SAndy Shevchenko Say Y here if you want to support Dell Airplane Mode Switch ACPI 377*45a3d578SAndy Shevchenko device on Dell laptops. Sometimes it has names: DELLABCE or DELRBTN. 378*45a3d578SAndy Shevchenko This driver register rfkill device or input hotkey device depending 379*45a3d578SAndy Shevchenko on hardware type (hw switch slider or keyboard toggle button). For 380*45a3d578SAndy Shevchenko rfkill devices it receive HW switch events and set correct hard 381*45a3d578SAndy Shevchenko rfkill state. 382*45a3d578SAndy Shevchenko 383*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 384*45a3d578SAndy Shevchenko be called dell-rbtn. 385*45a3d578SAndy Shevchenko 386*45a3d578SAndy Shevchenkoconfig DELL_RBU 387*45a3d578SAndy Shevchenko tristate "BIOS update support for DELL systems via sysfs" 388*45a3d578SAndy Shevchenko depends on X86 389*45a3d578SAndy Shevchenko select FW_LOADER 390*45a3d578SAndy Shevchenko select FW_LOADER_USER_HELPER 391*45a3d578SAndy Shevchenko help 392*45a3d578SAndy Shevchenko Say m if you want to have the option of updating the BIOS for your 393*45a3d578SAndy Shevchenko DELL system. Note you need a Dell OpenManage or Dell Update package (DUP) 394*45a3d578SAndy Shevchenko supporting application to communicate with the BIOS regarding the new 395*45a3d578SAndy Shevchenko image for the image update to take effect. 396*45a3d578SAndy Shevchenko See <file:Documentation/admin-guide/dell_rbu.rst> for more details on the driver. 397*45a3d578SAndy Shevchenko 398*45a3d578SAndy Shevchenkoconfig DELL_SMO8800 399*45a3d578SAndy Shevchenko tristate "Dell Latitude freefall driver (ACPI SMO88XX)" 400*45a3d578SAndy Shevchenko depends on ACPI 401*45a3d578SAndy Shevchenko ---help--- 402*45a3d578SAndy Shevchenko Say Y here if you want to support SMO88XX freefall devices 403*45a3d578SAndy Shevchenko on Dell Latitude laptops. 404*45a3d578SAndy Shevchenko 405*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 406*45a3d578SAndy Shevchenko be called dell-smo8800. 407*45a3d578SAndy 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ń 447*45a3d578SAndy Shevchenkoconfig AMILO_RFKILL 448*45a3d578SAndy Shevchenko tristate "Fujitsu-Siemens Amilo rfkill support" 449817a5cdbSPali Rohár depends on RFKILL 450*45a3d578SAndy Shevchenko depends on SERIO_I8042 451817a5cdbSPali Rohár ---help--- 452*45a3d578SAndy Shevchenko This is a driver for enabling wifi on some Fujitsu-Siemens Amilo 453*45a3d578SAndy 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 546*45a3d578SAndy Shevchenkoconfig TC1100_WMI 547*45a3d578SAndy Shevchenko tristate "HP Compaq TC1100 Tablet WMI Extras" 548*45a3d578SAndy Shevchenko depends on !X86_64 549dbf0c5a6SMatan Ziv-Av depends on ACPI 550dbf0c5a6SMatan Ziv-Av depends on ACPI_WMI 55141b16dceSLen Brown ---help--- 552*45a3d578SAndy Shevchenko This is a driver for the WMI extensions (wireless and bluetooth power 553*45a3d578SAndy Shevchenko control) of the HP Compaq TC1100 tablet. 55441b16dceSLen Brown 555*45a3d578SAndy Shevchenkoconfig IBM_RTL 556*45a3d578SAndy Shevchenko tristate "Device driver to enable PRTL support" 557*45a3d578SAndy Shevchenko depends on PCI 55841b16dceSLen Brown ---help--- 559*45a3d578SAndy Shevchenko Enable support for IBM Premium Real Time Mode (PRTM). 560*45a3d578SAndy Shevchenko This module will allow you the enter and exit PRTM in the BIOS via 561*45a3d578SAndy Shevchenko sysfs on platforms that support this feature. System in PRTM will 562*45a3d578SAndy Shevchenko not receive CPU-generated SMIs for recoverable errors. Use of this 563*45a3d578SAndy Shevchenko feature without proper support may void your hardware warranty. 56441b16dceSLen Brown 565*45a3d578SAndy Shevchenko If the proper BIOS support is found the driver will load and create 566*45a3d578SAndy Shevchenko /sys/devices/system/ibm_rtl/. The "state" variable will indicate 567*45a3d578SAndy Shevchenko whether or not the BIOS is in PRTM. 568*45a3d578SAndy Shevchenko state = 0 (BIOS SMIs on) 569*45a3d578SAndy 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 584*45a3d578SAndy Shevchenkoconfig SENSORS_HDAPS 585*45a3d578SAndy Shevchenko tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 5863dda3b37SBenjamin Tissoires depends on INPUT 587*45a3d578SAndy Shevchenko help 588*45a3d578SAndy Shevchenko This driver provides support for the IBM Hard Drive Active Protection 589*45a3d578SAndy Shevchenko System (hdaps), which provides an accelerometer and other misc. data. 590*45a3d578SAndy Shevchenko ThinkPads starting with the R50, T41, and X40 are supported. The 591*45a3d578SAndy Shevchenko accelerometer data is readable via sysfs. 5923dda3b37SBenjamin Tissoires 593*45a3d578SAndy Shevchenko This driver also provides an absolute input class device, allowing 594*45a3d578SAndy Shevchenko the laptop to act as a pinball machine-esque joystick. 595*45a3d578SAndy Shevchenko 596*45a3d578SAndy Shevchenko If your ThinkPad is not recognized by the driver, please update to latest 597*45a3d578SAndy Shevchenko BIOS. This is especially the case for some R52 ThinkPads. 598*45a3d578SAndy Shevchenko 599*45a3d578SAndy Shevchenko Say Y here if you have an applicable laptop and want to experience 600*45a3d578SAndy 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 741*45a3d578SAndy Shevchenkoconfig INTEL_ATOMISP2_PM 742*45a3d578SAndy Shevchenko tristate "Intel AtomISP2 dummy / power-management driver" 743*45a3d578SAndy Shevchenko depends on PCI && IOSF_MBI && PM 744bd9fc3a7SJean Delvare help 745*45a3d578SAndy Shevchenko Power-management driver for Intel's Image Signal Processor found on 746*45a3d578SAndy Shevchenko Bay Trail and Cherry Trail devices. This dummy driver's sole purpose 747*45a3d578SAndy Shevchenko is to turn the ISP off (put it in D3) to save power and to allow 748*45a3d578SAndy Shevchenko entering of S0ix modes. 749bd9fc3a7SJean Delvare 750*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 751*45a3d578SAndy Shevchenko will be called intel_atomisp2_pm. 752bd9fc3a7SJean Delvare 753*45a3d578SAndy Shevchenkoconfig INTEL_CHT_INT33FE 754*45a3d578SAndy Shevchenko tristate "Intel Cherry Trail ACPI INT33FE Driver" 755*45a3d578SAndy Shevchenko depends on X86 && ACPI && I2C && REGULATOR 756*45a3d578SAndy Shevchenko depends on CHARGER_BQ24190=y || (CHARGER_BQ24190=m && m) 757*45a3d578SAndy Shevchenko depends on USB_ROLES_INTEL_XHCI=y || (USB_ROLES_INTEL_XHCI=m && m) 758*45a3d578SAndy Shevchenko depends on TYPEC_MUX_PI3USB30532=y || (TYPEC_MUX_PI3USB30532=m && m) 759*45a3d578SAndy Shevchenko ---help--- 760*45a3d578SAndy Shevchenko This driver add support for the INT33FE ACPI device found on 761*45a3d578SAndy Shevchenko some Intel Cherry Trail devices. 762bd9fc3a7SJean Delvare 763*45a3d578SAndy Shevchenko There are two kinds of INT33FE ACPI device possible: for hardware 764*45a3d578SAndy Shevchenko with USB Type-C and Micro-B connectors. This driver supports both. 765*45a3d578SAndy Shevchenko 766*45a3d578SAndy Shevchenko The INT33FE ACPI device has a CRS table with I2cSerialBusV2 767*45a3d578SAndy Shevchenko resources for Fuel Gauge Controller and (in the Type-C variant) 768*45a3d578SAndy Shevchenko FUSB302 USB Type-C Controller and PI3USB30532 USB switch. 769*45a3d578SAndy Shevchenko This driver instantiates i2c-clients for these, so that standard 770*45a3d578SAndy Shevchenko i2c drivers for these chips can bind to the them. 771*45a3d578SAndy Shevchenko 772*45a3d578SAndy Shevchenko If you enable this driver it is advised to also select 773*45a3d578SAndy Shevchenko CONFIG_BATTERY_BQ27XXX=m or CONFIG_BATTERY_BQ27XXX_I2C=m for Micro-B 774*45a3d578SAndy Shevchenko device and CONFIG_TYPEC_FUSB302=m and CONFIG_BATTERY_MAX17042=m 775*45a3d578SAndy Shevchenko for Type-C device. 776*45a3d578SAndy Shevchenko 777*45a3d578SAndy Shevchenkoconfig INTEL_HID_EVENT 778*45a3d578SAndy Shevchenko tristate "INTEL HID Event" 779*45a3d578SAndy Shevchenko depends on ACPI 780*45a3d578SAndy Shevchenko depends on INPUT 781*45a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 782*45a3d578SAndy Shevchenko help 783*45a3d578SAndy Shevchenko This driver provides support for the Intel HID Event hotkey interface. 784*45a3d578SAndy Shevchenko Some laptops require this driver for hotkey support. 785*45a3d578SAndy Shevchenko 786*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 787*45a3d578SAndy Shevchenko be called intel_hid. 788*45a3d578SAndy Shevchenko 789*45a3d578SAndy Shevchenkoconfig INTEL_INT0002_VGPIO 790*45a3d578SAndy Shevchenko tristate "Intel ACPI INT0002 Virtual GPIO driver" 791*45a3d578SAndy Shevchenko depends on GPIOLIB && ACPI 792*45a3d578SAndy Shevchenko select GPIOLIB_IRQCHIP 793*45a3d578SAndy Shevchenko ---help--- 794*45a3d578SAndy Shevchenko Some peripherals on Bay Trail and Cherry Trail platforms signal a 795*45a3d578SAndy Shevchenko Power Management Event (PME) to the Power Management Controller (PMC) 796*45a3d578SAndy Shevchenko to wakeup the system. When this happens software needs to explicitly 797*45a3d578SAndy Shevchenko clear the PME bus 0 status bit in the GPE0a_STS register to avoid an 798*45a3d578SAndy Shevchenko IRQ storm on IRQ 9. 799*45a3d578SAndy Shevchenko 800*45a3d578SAndy Shevchenko This is modelled in ACPI through the INT0002 ACPI device, which is 801*45a3d578SAndy Shevchenko called a "Virtual GPIO controller" in ACPI because it defines the 802*45a3d578SAndy Shevchenko event handler to call when the PME triggers through _AEI and _L02 803*45a3d578SAndy Shevchenko methods as would be done for a real GPIO interrupt in ACPI. 804*45a3d578SAndy Shevchenko 805*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 806*45a3d578SAndy Shevchenko be called intel_int0002_vgpio. 807bd9fc3a7SJean Delvare 80841b16dceSLen Brownconfig INTEL_MENLOW 80941b16dceSLen Brown tristate "Thermal Management driver for Intel menlow platform" 81041b16dceSLen Brown depends on ACPI_THERMAL 81141b16dceSLen Brown select THERMAL 81241b16dceSLen Brown ---help--- 81341b16dceSLen Brown ACPI thermal management enhancement driver on 81441b16dceSLen Brown Intel Menlow platform. 81541b16dceSLen Brown 81641b16dceSLen Brown If unsure, say N. 81741b16dceSLen Brown 818*45a3d578SAndy Shevchenkoconfig INTEL_OAKTRAIL 819*45a3d578SAndy Shevchenko tristate "Intel Oaktrail Platform Extras" 820*45a3d578SAndy Shevchenko depends on ACPI 821*45a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 822*45a3d578SAndy Shevchenko depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI 823*45a3d578SAndy Shevchenko ---help--- 824*45a3d578SAndy Shevchenko Intel Oaktrail platform need this driver to provide interfaces to 825*45a3d578SAndy Shevchenko enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y 826*45a3d578SAndy Shevchenko here; it will only load on supported platforms. 827*45a3d578SAndy Shevchenko 828*45a3d578SAndy Shevchenkoconfig INTEL_VBTN 829*45a3d578SAndy Shevchenko tristate "INTEL VIRTUAL BUTTON" 83041b16dceSLen Brown depends on ACPI 8313a5093eeSAlexey Dobriyan depends on INPUT 832*45a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 833*45a3d578SAndy Shevchenko help 834*45a3d578SAndy Shevchenko This driver provides support for the Intel Virtual Button interface. 835*45a3d578SAndy Shevchenko Some laptops require this driver for power button support. 836*45a3d578SAndy Shevchenko 837*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 838*45a3d578SAndy Shevchenko be called intel_vbtn. 839*45a3d578SAndy Shevchenko 840*45a3d578SAndy Shevchenkoconfig SURFACE3_WMI 841*45a3d578SAndy Shevchenko tristate "Surface 3 WMI Driver" 842*45a3d578SAndy Shevchenko depends on ACPI_WMI 843*45a3d578SAndy Shevchenko depends on DMI 844*45a3d578SAndy Shevchenko depends on INPUT 845*45a3d578SAndy Shevchenko depends on SPI 846*45a3d578SAndy Shevchenko ---help--- 847*45a3d578SAndy Shevchenko Say Y here if you have a Surface 3. 848*45a3d578SAndy Shevchenko 849*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 850*45a3d578SAndy Shevchenko be called surface3-wmi. 851*45a3d578SAndy Shevchenko 852*45a3d578SAndy Shevchenkoconfig SURFACE_3_BUTTON 853*45a3d578SAndy Shevchenko tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet" 854*45a3d578SAndy Shevchenko depends on ACPI && KEYBOARD_GPIO && I2C 855*45a3d578SAndy Shevchenko ---help--- 856*45a3d578SAndy Shevchenko This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet. 857*45a3d578SAndy Shevchenko 858*45a3d578SAndy Shevchenkoconfig SURFACE_PRO3_BUTTON 859*45a3d578SAndy Shevchenko tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet" 860*45a3d578SAndy Shevchenko depends on ACPI && INPUT 861*45a3d578SAndy Shevchenko ---help--- 862*45a3d578SAndy Shevchenko This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet. 863*45a3d578SAndy Shevchenko 864*45a3d578SAndy Shevchenkoconfig MSI_LAPTOP 865*45a3d578SAndy Shevchenko tristate "MSI Laptop Extras" 866*45a3d578SAndy Shevchenko depends on ACPI 86714ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 868*45a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 869*45a3d578SAndy Shevchenko depends on RFKILL 870*45a3d578SAndy Shevchenko depends on INPUT && SERIO_I8042 871642e0447SDmitry Torokhov select INPUT_SPARSEKMAP 87241b16dceSLen Brown ---help--- 873*45a3d578SAndy Shevchenko This is a driver for laptops built by MSI (MICRO-STAR 874*45a3d578SAndy Shevchenko INTERNATIONAL): 87576593d6fSCorentin Chary 876*45a3d578SAndy Shevchenko MSI MegaBook S270 (MS-1013) 877*45a3d578SAndy Shevchenko Cytron/TCM/Medion/Tchibo MD96100/SAM2000 87841b16dceSLen Brown 879*45a3d578SAndy Shevchenko It adds support for Bluetooth, WLAN and LCD brightness control. 88041b16dceSLen Brown 881*45a3d578SAndy Shevchenko More information about this driver is available at 882*45a3d578SAndy Shevchenko <http://0pointer.de/lennart/tchibo.html>. 883ee027e4aSYong Wang 884*45a3d578SAndy Shevchenko If you have an MSI S270 laptop, say Y or M here. 885edb73f4fSMattias Jacobsson 886d12d8bafSThomas Renningerconfig MSI_WMI 887d12d8bafSThomas Renninger tristate "MSI WMI extras" 888d12d8bafSThomas Renninger depends on ACPI_WMI 889d12d8bafSThomas Renninger depends on INPUT 890de078e57SAnisse Astier depends on BACKLIGHT_CLASS_DEVICE 89114ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 892c30116c6SAnisse Astier select INPUT_SPARSEKMAP 893d12d8bafSThomas Renninger help 894d12d8bafSThomas Renninger Say Y here if you want to support WMI-based hotkeys on MSI laptops. 895d12d8bafSThomas Renninger 896d12d8bafSThomas Renninger To compile this driver as a module, choose M here: the module will 897d12d8bafSThomas Renninger be called msi-wmi. 898d12d8bafSThomas Renninger 899*45a3d578SAndy Shevchenkoconfig XO15_EBOOK 900*45a3d578SAndy Shevchenko tristate "OLPC XO-1.5 ebook switch" 901*45a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 902*45a3d578SAndy Shevchenko depends on ACPI && INPUT 903*45a3d578SAndy Shevchenko ---help--- 904*45a3d578SAndy Shevchenko Support for the ebook switch on the OLPC XO-1.5 laptop. 90513bb0fd5SHans de Goede 906*45a3d578SAndy Shevchenko This switch is triggered as the screen is rotated and folded down to 907*45a3d578SAndy Shevchenko convert the device into ebook form. 908*45a3d578SAndy Shevchenko 909*45a3d578SAndy Shevchenkoconfig XO1_RFKILL 910*45a3d578SAndy Shevchenko tristate "OLPC XO-1 software RF kill switch" 911*45a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 912*45a3d578SAndy Shevchenko depends on RFKILL 913*45a3d578SAndy Shevchenko ---help--- 914*45a3d578SAndy Shevchenko Support for enabling/disabling the WLAN interface on the OLPC XO-1 915*45a3d578SAndy Shevchenko laptop. 916*45a3d578SAndy Shevchenko 917*45a3d578SAndy Shevchenkoconfig PCENGINES_APU2 918*45a3d578SAndy Shevchenko tristate "PC Engines APUv2/3 front button and LEDs driver" 919*45a3d578SAndy Shevchenko depends on INPUT && INPUT_KEYBOARD && GPIOLIB 920*45a3d578SAndy Shevchenko depends on LEDS_CLASS 921*45a3d578SAndy Shevchenko select GPIO_AMD_FCH 922*45a3d578SAndy Shevchenko select KEYBOARD_GPIO_POLLED 923*45a3d578SAndy Shevchenko select LEDS_GPIO 924*45a3d578SAndy Shevchenko help 925*45a3d578SAndy Shevchenko This driver provides support for the front button and LEDs on 926*45a3d578SAndy Shevchenko PC Engines APUv2/APUv3 board. 927*45a3d578SAndy Shevchenko 928*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 929*45a3d578SAndy Shevchenko will be called pcengines-apuv2. 930*45a3d578SAndy Shevchenko 931*45a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP 932*45a3d578SAndy Shevchenko tristate "Samsung Laptop driver" 933*45a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 934*45a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 935*45a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 936bf8f65daSGuillaume Douézan-Grard select LEDS_CLASS 937bf8f65daSGuillaume Douézan-Grard select NEW_LEDS 9389caeb532SHerton Ronaldo Krzesinski ---help--- 939*45a3d578SAndy Shevchenko This module implements a driver for a wide range of different 940*45a3d578SAndy Shevchenko Samsung laptops. It offers control over the different 941*45a3d578SAndy Shevchenko function keys, wireless LED, LCD backlight level. 9429caeb532SHerton Ronaldo Krzesinski 943*45a3d578SAndy Shevchenko It may also provide some sysfs files described in 944*45a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop> 945*45a3d578SAndy Shevchenko 946*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 947*45a3d578SAndy Shevchenko will be called samsung-laptop. 948*45a3d578SAndy Shevchenko 949*45a3d578SAndy Shevchenkoconfig SAMSUNG_Q10 950*45a3d578SAndy Shevchenko tristate "Samsung Q10 Extras" 951*45a3d578SAndy Shevchenko depends on ACPI 952*45a3d578SAndy Shevchenko select BACKLIGHT_CLASS_DEVICE 953*45a3d578SAndy Shevchenko ---help--- 954*45a3d578SAndy Shevchenko This driver provides support for backlight control on Samsung Q10 955*45a3d578SAndy Shevchenko and related laptops, including Dell Latitude X200. 9569caeb532SHerton Ronaldo Krzesinski 957b4f9fe12SLen Brownconfig ACPI_TOSHIBA 958b4f9fe12SLen Brown tristate "Toshiba Laptop Extras" 959b4f9fe12SLen Brown depends on ACPI 960f11f999eSSeth Forshee depends on ACPI_WMI 9610c51a4d8SMark Brown select LEDS_CLASS 9620c51a4d8SMark Brown select NEW_LEDS 963c76a3e1dSJonathan Corbet depends on BACKLIGHT_CLASS_DEVICE 964b4f9fe12SLen Brown depends on INPUT 965283672e4SSeth Forshee depends on SERIO_I8042 || SERIO_I8042 = n 966358d6a2cSHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 967dc4522beSAzael Avalos depends on RFKILL || RFKILL = n 96898010f1eSAzael Avalos depends on IIO 969384a7cd9SDmitry Torokhov select INPUT_SPARSEKMAP 970b4f9fe12SLen Brown ---help--- 971b4f9fe12SLen Brown This driver adds support for access to certain system settings 972b4f9fe12SLen Brown on "legacy free" Toshiba laptops. These laptops can be recognized by 973b4f9fe12SLen Brown their lack of a BIOS setup menu and APM support. 974b4f9fe12SLen Brown 975b4f9fe12SLen Brown On these machines, all system configuration is handled through the 976b4f9fe12SLen Brown ACPI. This driver is required for access to controls not covered 977b4f9fe12SLen Brown by the general ACPI drivers, such as LCD brightness, video output, 978b4f9fe12SLen Brown etc. 979b4f9fe12SLen Brown 980b4f9fe12SLen Brown This driver differs from the non-ACPI Toshiba laptop driver (located 981b4f9fe12SLen Brown under "Processor type and features") in several aspects. 982b4f9fe12SLen Brown Configuration is accessed by reading and writing text files in the 983b4f9fe12SLen Brown /proc tree instead of by program interface to /dev. Furthermore, no 984b4f9fe12SLen Brown power management functions are exposed, as those are handled by the 985b4f9fe12SLen Brown general ACPI drivers. 986b4f9fe12SLen Brown 987b4f9fe12SLen Brown More information about this driver is available at 988b4f9fe12SLen Brown <http://memebeam.org/toys/ToshibaAcpiDriver>. 989b4f9fe12SLen Brown 990b4f9fe12SLen Brown If you have a legacy free Toshiba laptop (such as the Libretto L1 991b4f9fe12SLen Brown series), say Y. 99242b4e9eeSJes Sorensen 99342b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL 99442b4e9eeSJes Sorensen tristate "Toshiba Bluetooth RFKill switch support" 99542b4e9eeSJes Sorensen depends on ACPI 9967ee8cd33SAzael Avalos depends on RFKILL || RFKILL = n 99742b4e9eeSJes Sorensen ---help--- 99842b4e9eeSJes Sorensen This driver adds support for Bluetooth events for the RFKill 99942b4e9eeSJes Sorensen switch on modern Toshiba laptops with full ACPI support and 100042b4e9eeSJes Sorensen an RFKill switch. 100142b4e9eeSJes Sorensen 100242b4e9eeSJes Sorensen This driver handles RFKill events for the TOS6205 Bluetooth, 100342b4e9eeSJes Sorensen and re-enables it when the switch is set back to the 'on' 100442b4e9eeSJes Sorensen position. 100542b4e9eeSJes Sorensen 100642b4e9eeSJes Sorensen If you have a modern Toshiba laptop with a Bluetooth and an 100742b4e9eeSJes Sorensen RFKill switch (such as the Portege R500), say Y. 1008529aa8cbSThadeu Lima de Souza Cascardo 1009186e4e89SAzael Avalosconfig TOSHIBA_HAPS 1010186e4e89SAzael Avalos tristate "Toshiba HDD Active Protection Sensor" 1011186e4e89SAzael Avalos depends on ACPI 1012186e4e89SAzael Avalos ---help--- 1013186e4e89SAzael Avalos This driver adds support for the built-in accelerometer 1014769a12a9SMasanari Iida found on recent Toshiba laptops equipped with HID TOS620A 1015186e4e89SAzael Avalos device. 1016186e4e89SAzael Avalos 1017186e4e89SAzael Avalos This driver receives ACPI notify events 0x80 when the sensor 1018186e4e89SAzael Avalos detects a sudden move or a harsh vibration, as well as an 1019186e4e89SAzael Avalos ACPI notify event 0x81 whenever the movement or vibration has 1020186e4e89SAzael Avalos been stabilized. 1021186e4e89SAzael Avalos 1022186e4e89SAzael Avalos Also provides sysfs entries to get/set the desired protection 1023769a12a9SMasanari Iida level and resetting the HDD protection interface. 1024186e4e89SAzael Avalos 1025186e4e89SAzael Avalos If you have a recent Toshiba laptop with a built-in accelerometer 1026186e4e89SAzael Avalos device, say Y. 1027186e4e89SAzael Avalos 102814991fc7SAzael Avalosconfig TOSHIBA_WMI 102914991fc7SAzael Avalos tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)" 103014991fc7SAzael Avalos depends on ACPI_WMI 103114991fc7SAzael Avalos depends on INPUT 103214991fc7SAzael Avalos select INPUT_SPARSEKMAP 103314991fc7SAzael Avalos ---help--- 103414991fc7SAzael Avalos This driver adds hotkey monitoring support to some Toshiba models 103514991fc7SAzael Avalos that manage the hotkeys via WMI events. 103614991fc7SAzael Avalos 103714991fc7SAzael Avalos WARNING: This driver is incomplete as it lacks a proper keymap and the 103814991fc7SAzael Avalos *notify function only prints the ACPI event type value. Be warned that 103914991fc7SAzael Avalos you will need to provide some information if you have a Toshiba model 104083fc61a5SMasanari Iida with WMI event hotkeys and want to help with the development of this 104114991fc7SAzael Avalos driver. 104214991fc7SAzael Avalos 104314991fc7SAzael Avalos If you have a WMI-based hotkeys Toshiba laptop, say Y or M here. 104414991fc7SAzael Avalos 1045529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC 1046529aa8cbSThadeu Lima de Souza Cascardo tristate "CMPC Laptop Extras" 10474f258cf4SRandy Dunlap depends on ACPI && INPUT 1048f35843edSThadeu Lima de Souza Cascardo depends on RFKILL || RFKILL=n 1049529aa8cbSThadeu Lima de Souza Cascardo select BACKLIGHT_CLASS_DEVICE 1050529aa8cbSThadeu Lima de Souza Cascardo help 1051529aa8cbSThadeu Lima de Souza Cascardo Support for Intel Classmate PC ACPI devices, including some 1052529aa8cbSThadeu Lima de Souza Cascardo keys as input device, backlight device, tablet and accelerometer 1053529aa8cbSThadeu Lima de Souza Cascardo devices. 1054529aa8cbSThadeu Lima de Souza Cascardo 1055*45a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP 1056*45a3d578SAndy Shevchenko tristate "Compal (and others) Laptop Extras" 1057*45a3d578SAndy Shevchenko depends on ACPI 1058*45a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 1059*45a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 1060*45a3d578SAndy Shevchenko depends on RFKILL 1061*45a3d578SAndy Shevchenko depends on HWMON 1062*45a3d578SAndy Shevchenko depends on POWER_SUPPLY 10631cd706dfSHans de Goede ---help--- 1064*45a3d578SAndy Shevchenko This is a driver for laptops built by Compal, and some models by 1065*45a3d578SAndy Shevchenko other brands (e.g. Dell, Toshiba). 10661cd706dfSHans de Goede 1067*45a3d578SAndy Shevchenko It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon 1068*45a3d578SAndy Shevchenko and battery charging level control. 1069d740795dSYauhen Kharuzhy 1070*45a3d578SAndy Shevchenkoconfig LG_LAPTOP 1071*45a3d578SAndy Shevchenko tristate "LG Laptop Extras" 1072*45a3d578SAndy Shevchenko depends on ACPI 1073*45a3d578SAndy Shevchenko depends on ACPI_WMI 1074*45a3d578SAndy Shevchenko depends on INPUT 1075*45a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 1076*45a3d578SAndy Shevchenko select LEDS_CLASS 1077*45a3d578SAndy Shevchenko help 1078*45a3d578SAndy Shevchenko This driver adds support for hotkeys as well as control of keyboard 1079*45a3d578SAndy Shevchenko backlight, battery maximum charge level and various other ACPI 1080*45a3d578SAndy Shevchenko features. 10811cd706dfSHans de Goede 1082*45a3d578SAndy Shevchenko If you have an LG Gram laptop, say Y or M here. 1083d740795dSYauhen Kharuzhy 1084*45a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP 1085*45a3d578SAndy Shevchenko tristate "Panasonic Laptop Extras" 1086*45a3d578SAndy Shevchenko depends on INPUT && ACPI 1087*45a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 1088*45a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 108963dada87SHans de Goede ---help--- 1090*45a3d578SAndy Shevchenko This driver adds support for access to backlight control and hotkeys 1091*45a3d578SAndy Shevchenko on Panasonic Let's Note laptops. 109263dada87SHans de Goede 1093*45a3d578SAndy Shevchenko If you have a Panasonic Let's note laptop (such as the R1(N variant), 1094*45a3d578SAndy Shevchenko R2, R3, R5, T2, W2 and Y2 series), say Y. 109563dada87SHans de Goede 1096*45a3d578SAndy Shevchenkoconfig SONY_LAPTOP 1097*45a3d578SAndy Shevchenko tristate "Sony Laptop Extras" 1098*45a3d578SAndy Shevchenko depends on ACPI 1099*45a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 1100*45a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 1101*45a3d578SAndy Shevchenko depends on INPUT 1102*45a3d578SAndy Shevchenko depends on RFKILL 1103*45a3d578SAndy Shevchenko ---help--- 1104*45a3d578SAndy Shevchenko This mini-driver drives the SNC and SPIC devices present in the ACPI 1105*45a3d578SAndy Shevchenko BIOS of the Sony Vaio laptops. 110663dada87SHans de Goede 1107*45a3d578SAndy Shevchenko It gives access to some extra laptop functionalities like Bluetooth, 1108*45a3d578SAndy Shevchenko screen brightness control, Fn keys and allows powering on/off some 1109*45a3d578SAndy Shevchenko devices. 1110*45a3d578SAndy Shevchenko 1111*45a3d578SAndy Shevchenko Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information. 1112*45a3d578SAndy Shevchenko 1113*45a3d578SAndy Shevchenkoconfig SONYPI_COMPAT 1114*45a3d578SAndy Shevchenko bool "Sonypi compatibility" 1115*45a3d578SAndy Shevchenko depends on SONY_LAPTOP 1116*45a3d578SAndy Shevchenko ---help--- 1117*45a3d578SAndy Shevchenko Build the sonypi driver compatibility code into the sony-laptop driver. 1118*45a3d578SAndy Shevchenko 1119*45a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI 1120*45a3d578SAndy Shevchenko tristate "System76 ACPI Driver" 1121*45a3d578SAndy Shevchenko depends on ACPI 1122*45a3d578SAndy Shevchenko select NEW_LEDS 1123*45a3d578SAndy Shevchenko select LEDS_CLASS 1124*45a3d578SAndy Shevchenko select LEDS_TRIGGERS 1125*45a3d578SAndy Shevchenko help 1126*45a3d578SAndy Shevchenko This is a driver for System76 laptops running open firmware. It adds 1127*45a3d578SAndy Shevchenko support for Fn-Fx key combinations, keyboard backlight, and airplane mode 1128*45a3d578SAndy Shevchenko LEDs. 1129*45a3d578SAndy Shevchenko 1130*45a3d578SAndy Shevchenko If you have a System76 laptop running open firmware, say Y or M here. 1131*45a3d578SAndy Shevchenko 1132*45a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP 1133*45a3d578SAndy Shevchenko tristate "Topstar Laptop Extras" 1134ecc83e52SAlex Hung depends on ACPI 1135ecc83e52SAlex Hung depends on INPUT 1136ecc83e52SAlex Hung select INPUT_SPARSEKMAP 1137*45a3d578SAndy Shevchenko select LEDS_CLASS 1138*45a3d578SAndy Shevchenko select NEW_LEDS 11399a58a333SSreedhara DS ---help--- 1140*45a3d578SAndy Shevchenko This driver adds support for hotkeys found on Topstar laptops. 11419a58a333SSreedhara DS 1142*45a3d578SAndy Shevchenko If you have a Topstar laptop, say Y or M here. 11435369c02dSSreedhara DS 1144*45a3d578SAndy Shevchenkoconfig I2C_MULTI_INSTANTIATE 1145*45a3d578SAndy Shevchenko tristate "I2C multi instantiate pseudo device driver" 1146*45a3d578SAndy Shevchenko depends on I2C && ACPI 11478eec8a11SHong Liu help 1148*45a3d578SAndy Shevchenko Some ACPI-based systems list multiple i2c-devices in a single ACPI 1149*45a3d578SAndy Shevchenko firmware-node. This driver will instantiate separate i2c-clients 1150*45a3d578SAndy Shevchenko for each device in the firmware-node. 11518eec8a11SHong Liu 1152*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 1153*45a3d578SAndy Shevchenko will be called i2c-multi-instantiate. 11548eec8a11SHong Liu 1155*45a3d578SAndy Shevchenkoconfig MLX_PLATFORM 1156*45a3d578SAndy Shevchenko tristate "Mellanox Technologies platform support" 1157*45a3d578SAndy Shevchenko depends on I2C && REGMAP 1158aa7ffc01SJesse Barnes ---help--- 1159*45a3d578SAndy Shevchenko This option enables system support for the Mellanox Technologies 1160*45a3d578SAndy Shevchenko platform. The Mellanox systems provide data center networking 1161*45a3d578SAndy Shevchenko solutions based on Virtual Protocol Interconnect (VPI) technology 1162*45a3d578SAndy Shevchenko enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE 1163*45a3d578SAndy Shevchenko connection. 1164*45a3d578SAndy Shevchenko 1165*45a3d578SAndy Shevchenko If you have a Mellanox system, say Y or M here. 1166*45a3d578SAndy Shevchenko 1167*45a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI 1168*45a3d578SAndy Shevchenko bool "DMI based touchscreen configuration info" 1169*45a3d578SAndy Shevchenko depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD 1170*45a3d578SAndy Shevchenko ---help--- 1171*45a3d578SAndy Shevchenko Certain ACPI based tablets with e.g. Silead or Chipone touchscreens 1172*45a3d578SAndy Shevchenko do not have enough data in ACPI tables for the touchscreen driver to 1173*45a3d578SAndy Shevchenko handle the touchscreen properly, as OEMs expect the data to be baked 1174*45a3d578SAndy Shevchenko into the tablet model specific version of the driver shipped with the 1175*45a3d578SAndy Shevchenko the OS-image for the device. This option supplies the missing info. 1176*45a3d578SAndy Shevchenko Enable this for x86 tablets with Silead or Chipone touchscreens. 1177aa7ffc01SJesse Barnes 117828a375dfSBryan O'Donoghueconfig INTEL_IMR 117928a375dfSBryan O'Donoghue bool "Intel Isolated Memory Region support" 118028a375dfSBryan O'Donoghue depends on X86_INTEL_QUARK && IOSF_MBI 118128a375dfSBryan O'Donoghue ---help--- 118228a375dfSBryan O'Donoghue This option provides a means to manipulate Isolated Memory Regions. 118328a375dfSBryan O'Donoghue IMRs are a set of registers that define read and write access masks 118428a375dfSBryan O'Donoghue to prohibit certain system agents from accessing memory with 1 KiB 118528a375dfSBryan O'Donoghue granularity. 118628a375dfSBryan O'Donoghue 118728a375dfSBryan O'Donoghue IMRs make it possible to control read/write access to an address 118828a375dfSBryan O'Donoghue by hardware agents inside the SoC. Read and write masks can be 118928a375dfSBryan O'Donoghue defined for: 119028a375dfSBryan O'Donoghue - eSRAM flush 119128a375dfSBryan O'Donoghue - Dirty CPU snoop (write only) 119228a375dfSBryan O'Donoghue - RMU access 119328a375dfSBryan O'Donoghue - PCI Virtual Channel 0/Virtual Channel 1 119428a375dfSBryan O'Donoghue - SMM mode 119528a375dfSBryan O'Donoghue - Non SMM mode 119628a375dfSBryan O'Donoghue 119728a375dfSBryan O'Donoghue Quark contains a set of eight IMR registers and makes use of those 119828a375dfSBryan O'Donoghue registers during its bootup process. 119928a375dfSBryan O'Donoghue 120028a375dfSBryan O'Donoghue If you are running on a Galileo/Quark say Y here. 120128a375dfSBryan O'Donoghue 1202*45a3d578SAndy Shevchenkoconfig INTEL_IPS 1203*45a3d578SAndy Shevchenko tristate "Intel Intelligent Power Sharing" 12047934d76cSSinan Kaya depends on ACPI && PCI 1205917ee75aSSeth Forshee ---help--- 1206*45a3d578SAndy Shevchenko Intel Calpella platforms support dynamic power sharing between the 1207*45a3d578SAndy Shevchenko CPU and GPU, maximizing performance in a given TDP. This driver, 1208*45a3d578SAndy Shevchenko along with the CPU frequency and i915 drivers, provides that 1209*45a3d578SAndy Shevchenko functionality. If in doubt, say Y here; it will only load on 1210*45a3d578SAndy Shevchenko supported platforms. 1211917ee75aSSeth Forshee 121234a956dbSMatthew Garrettconfig INTEL_RST 121334a956dbSMatthew Garrett tristate "Intel Rapid Start Technology Driver" 121434a956dbSMatthew Garrett depends on ACPI 121534a956dbSMatthew Garrett ---help--- 121634a956dbSMatthew Garrett This driver provides support for modifying paramaters on systems 121734a956dbSMatthew Garrett equipped with Intel's Rapid Start Technology. When put in an ACPI 121834a956dbSMatthew Garrett sleep state, these devices will wake after either a configured 121934a956dbSMatthew Garrett timeout or when the system battery reaches a critical state, 122034a956dbSMatthew Garrett automatically copying memory contents to disk. On resume, the 122134a956dbSMatthew Garrett firmware will copy the memory contents back to RAM and resume the OS 122234a956dbSMatthew Garrett as usual. 122334a956dbSMatthew Garrett 12245c7f80f7SMatthew Garrettconfig INTEL_SMARTCONNECT 12255c7f80f7SMatthew Garrett tristate "Intel Smart Connect disabling driver" 12265c7f80f7SMatthew Garrett depends on ACPI 12275c7f80f7SMatthew Garrett ---help--- 12285c7f80f7SMatthew Garrett Intel Smart Connect is a technology intended to permit devices to 12295c7f80f7SMatthew Garrett update state by resuming for a short period of time at regular 12305c7f80f7SMatthew Garrett intervals. If a user enables this functionality under Windows and 12315c7f80f7SMatthew Garrett then reboots into Linux, the system may remain configured to resume 12325c7f80f7SMatthew Garrett on suspend. In the absence of any userspace to support it, the system 12335c7f80f7SMatthew Garrett will then remain awake until something triggers another suspend. 12345c7f80f7SMatthew Garrett 12355c7f80f7SMatthew Garrett This driver checks to determine whether the device has Intel Smart 12365c7f80f7SMatthew Garrett Connect enabled, and if so disables it. 12375c7f80f7SMatthew Garrett 1238*45a3d578SAndy Shevchenkosource "drivers/platform/x86/intel_speed_select_if/Kconfig" 12396613d18eSVadim Pasternak 12404ec567b8SSrinivas Pandruvadaconfig INTEL_TURBO_MAX_3 12414ec567b8SSrinivas Pandruvada bool "Intel Turbo Boost Max Technology 3.0 enumeration driver" 12424ec567b8SSrinivas Pandruvada depends on X86_64 && SCHED_MC_PRIO 12434ec567b8SSrinivas Pandruvada ---help--- 12444ec567b8SSrinivas Pandruvada This driver reads maximum performance ratio of each CPU and set up 12454ec567b8SSrinivas Pandruvada the scheduler priority metrics. In this way scheduler can prefer 12464ec567b8SSrinivas Pandruvada CPU with higher performance to schedule tasks. 12474ec567b8SSrinivas Pandruvada This driver is only required when the system is not using Hardware 12484ec567b8SSrinivas Pandruvada P-States (HWP). In HWP mode, priority can be read from ACPI tables. 12494ec567b8SSrinivas Pandruvada 125049a474c7SSrinivas Pandruvadaconfig INTEL_UNCORE_FREQ_CONTROL 125149a474c7SSrinivas Pandruvada tristate "Intel Uncore frequency control driver" 125249a474c7SSrinivas Pandruvada depends on X86_64 125349a474c7SSrinivas Pandruvada help 125449a474c7SSrinivas Pandruvada This driver allows control of uncore frequency limits on 125549a474c7SSrinivas Pandruvada supported server platforms. 125649a474c7SSrinivas Pandruvada Uncore frequency controls RING/LLC (last-level cache) clocks. 125749a474c7SSrinivas Pandruvada 125849a474c7SSrinivas Pandruvada To compile this driver as a module, choose M here: the module 125949a474c7SSrinivas Pandruvada will be called intel-uncore-frequency. 126049a474c7SSrinivas Pandruvada 1261*45a3d578SAndy Shevchenkoconfig INTEL_BXTWC_PMIC_TMU 1262*45a3d578SAndy Shevchenko tristate "Intel BXT Whiskey Cove TMU Driver" 1263*45a3d578SAndy Shevchenko depends on REGMAP 1264*45a3d578SAndy Shevchenko depends on INTEL_SOC_PMIC_BXTWC && INTEL_PMC_IPC 1265*45a3d578SAndy Shevchenko ---help--- 1266*45a3d578SAndy Shevchenko Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature. 1267*45a3d578SAndy Shevchenko This driver enables the alarm wakeup functionality in the TMU unit 1268*45a3d578SAndy Shevchenko of Whiskey Cove PMIC. 126935f2c14dSSrinivas Pandruvada 1270*45a3d578SAndy Shevchenkoconfig INTEL_CHTDC_TI_PWRBTN 1271*45a3d578SAndy Shevchenko tristate "Intel Cherry Trail Dollar Cove TI power button driver" 1272*45a3d578SAndy Shevchenko depends on INTEL_SOC_PMIC_CHTDC_TI 1273*45a3d578SAndy Shevchenko depends on INPUT 1274*45a3d578SAndy Shevchenko ---help--- 1275*45a3d578SAndy Shevchenko This option adds a power button driver driver for Dollar Cove TI 1276*45a3d578SAndy Shevchenko PMIC on Intel Cherry Trail devices. 1277*45a3d578SAndy Shevchenko 1278*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 1279*45a3d578SAndy Shevchenko will be called intel_chtdc_ti_pwrbtn. 1280*45a3d578SAndy Shevchenko 1281*45a3d578SAndy Shevchenkoconfig INTEL_MFLD_THERMAL 1282*45a3d578SAndy Shevchenko tristate "Thermal driver for Intel Medfield platform" 1283*45a3d578SAndy Shevchenko depends on MFD_INTEL_MSIC && THERMAL 1284fd13c862SJeremy Soller help 1285*45a3d578SAndy Shevchenko Say Y here to enable thermal driver support for the Intel Medfield 1286*45a3d578SAndy Shevchenko platform. 1287fd13c862SJeremy Soller 1288*45a3d578SAndy Shevchenkoconfig INTEL_MID_POWER_BUTTON 1289*45a3d578SAndy Shevchenko tristate "power button driver for Intel MID platforms" 1290*45a3d578SAndy Shevchenko depends on INTEL_SCU_IPC && INPUT 1291*45a3d578SAndy Shevchenko help 1292*45a3d578SAndy Shevchenko This driver handles the power button on the Intel MID platforms. 1293*45a3d578SAndy Shevchenko 1294*45a3d578SAndy Shevchenko If unsure, say N. 1295*45a3d578SAndy Shevchenko 1296*45a3d578SAndy Shevchenkoconfig INTEL_MRFLD_PWRBTN 1297*45a3d578SAndy Shevchenko tristate "Intel Merrifield Basin Cove power button driver" 1298*45a3d578SAndy Shevchenko depends on INTEL_SOC_PMIC_MRFLD 1299*45a3d578SAndy Shevchenko depends on INPUT 1300*45a3d578SAndy Shevchenko ---help--- 1301*45a3d578SAndy Shevchenko This option adds a power button driver for Basin Cove PMIC 1302*45a3d578SAndy Shevchenko on Intel Merrifield devices. 1303*45a3d578SAndy Shevchenko 1304*45a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 1305*45a3d578SAndy Shevchenko will be called intel_mrfld_pwrbtn. 1306*45a3d578SAndy Shevchenko 1307*45a3d578SAndy Shevchenkoconfig INTEL_PMC_CORE 1308*45a3d578SAndy Shevchenko tristate "Intel PMC Core driver" 1309*45a3d578SAndy Shevchenko depends on PCI 1310*45a3d578SAndy Shevchenko ---help--- 1311*45a3d578SAndy Shevchenko The Intel Platform Controller Hub for Intel Core SoCs provides access 1312*45a3d578SAndy Shevchenko to Power Management Controller registers via a PCI interface. This 1313*45a3d578SAndy Shevchenko driver can utilize debugging capabilities and supported features as 1314*45a3d578SAndy Shevchenko exposed by the Power Management Controller. 1315*45a3d578SAndy Shevchenko 1316*45a3d578SAndy Shevchenko Supported features: 1317*45a3d578SAndy Shevchenko - SLP_S0_RESIDENCY counter 1318*45a3d578SAndy Shevchenko - PCH IP Power Gating status 1319*45a3d578SAndy Shevchenko - LTR Ignore 1320*45a3d578SAndy Shevchenko - MPHY/PLL gating status (Sunrisepoint PCH only) 1321*45a3d578SAndy Shevchenko 1322*45a3d578SAndy Shevchenkoconfig INTEL_PMC_IPC 1323*45a3d578SAndy Shevchenko tristate "Intel PMC IPC Driver" 1324*45a3d578SAndy Shevchenko depends on ACPI && PCI 1325*45a3d578SAndy Shevchenko ---help--- 1326*45a3d578SAndy Shevchenko This driver provides support for PMC control on some Intel platforms. 1327*45a3d578SAndy Shevchenko The PMC is an ARC processor which defines IPC commands for communication 1328*45a3d578SAndy Shevchenko with other entities in the CPU. 1329*45a3d578SAndy Shevchenko 1330*45a3d578SAndy Shevchenkoconfig INTEL_PUNIT_IPC 1331*45a3d578SAndy Shevchenko tristate "Intel P-Unit IPC Driver" 1332*45a3d578SAndy Shevchenko ---help--- 1333*45a3d578SAndy Shevchenko This driver provides support for Intel P-Unit Mailbox IPC mechanism, 1334*45a3d578SAndy Shevchenko which is used to bridge the communications between kernel and P-Unit. 1335*45a3d578SAndy Shevchenko 1336*45a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC 1337*45a3d578SAndy Shevchenko bool "Intel SCU IPC Support" 1338*45a3d578SAndy Shevchenko depends on X86_INTEL_MID 1339*45a3d578SAndy Shevchenko default y 1340*45a3d578SAndy Shevchenko ---help--- 1341*45a3d578SAndy Shevchenko IPC is used to bridge the communications between kernel and SCU on 1342*45a3d578SAndy Shevchenko some embedded Intel x86 platforms. This is not needed for PC-type 1343*45a3d578SAndy Shevchenko machines. 1344*45a3d578SAndy Shevchenko 1345*45a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL 1346*45a3d578SAndy Shevchenko tristate "Intel SCU IPC utility driver" 1347*45a3d578SAndy Shevchenko depends on INTEL_SCU_IPC 1348*45a3d578SAndy Shevchenko ---help--- 1349*45a3d578SAndy Shevchenko The IPC Util driver provides an interface with the SCU enabling 1350*45a3d578SAndy Shevchenko low level access for debug work and updating the firmware. Say 1351*45a3d578SAndy Shevchenko N unless you will be doing this on an Intel MID platform. 1352*45a3d578SAndy Shevchenko 1353*45a3d578SAndy Shevchenkoconfig INTEL_TELEMETRY 1354*45a3d578SAndy Shevchenko tristate "Intel SoC Telemetry Driver" 1355*45a3d578SAndy Shevchenko depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64 1356*45a3d578SAndy Shevchenko ---help--- 1357*45a3d578SAndy Shevchenko This driver provides interfaces to configure and use 1358*45a3d578SAndy Shevchenko telemetry for INTEL SoC from APL onwards. It is also 1359*45a3d578SAndy Shevchenko used to get various SoC events and parameters 1360*45a3d578SAndy Shevchenko directly via debugfs files. Various tools may use 1361*45a3d578SAndy Shevchenko this interface for SoC state monitoring. 1362fd13c862SJeremy Soller 136341b16dceSLen Brownendif # X86_PLATFORM_DEVICES 136480a7581fSIrina Tirdea 136580a7581fSIrina Tirdeaconfig PMC_ATOM 136680a7581fSIrina Tirdea def_bool y 136780a7581fSIrina Tirdea depends on PCI 1368282a4e4cSIrina Tirdea select COMMON_CLK 1369