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 10a7f7f624SMasahiro Yamada 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 44a7f7f624SMasahiro Yamada 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 58a7f7f624SMasahiro Yamada 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 812d30fcddSJithu Josephconfig INTEL_WMI_SBL_FW_UPDATE 822d30fcddSJithu Joseph tristate "Intel WMI Slim Bootloader firmware update signaling driver" 832d30fcddSJithu Joseph depends on ACPI_WMI 842d30fcddSJithu Joseph help 852d30fcddSJithu Joseph Say Y here if you want to be able to use the WMI interface to signal 862d30fcddSJithu Joseph Slim Bootloader to trigger update on next reboot. 872d30fcddSJithu Joseph 882d30fcddSJithu Joseph To compile this driver as a module, choose M here: the module will 892d30fcddSJithu Joseph be called intel-wmi-sbl-fw-update. 902d30fcddSJithu Joseph 9145a3d578SAndy Shevchenkoconfig INTEL_WMI_THUNDERBOLT 9245a3d578SAndy Shevchenko tristate "Intel WMI thunderbolt force power driver" 9345a3d578SAndy Shevchenko depends on ACPI_WMI 94a7f7f624SMasahiro Yamada help 9545a3d578SAndy Shevchenko Say Y here if you want to be able to use the WMI interface on select 9645a3d578SAndy Shevchenko systems to force the power control of Intel Thunderbolt controllers. 9745a3d578SAndy Shevchenko This is useful for updating the firmware when devices are not plugged 9845a3d578SAndy Shevchenko into the controller. 9945a3d578SAndy Shevchenko 10045a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 10145a3d578SAndy Shevchenko be called intel-wmi-thunderbolt. 10245a3d578SAndy Shevchenko 10345a3d578SAndy Shevchenkoconfig MXM_WMI 10445a3d578SAndy Shevchenko tristate "WMI support for MXM Laptop Graphics" 10545a3d578SAndy Shevchenko depends on ACPI_WMI 106a7f7f624SMasahiro Yamada help 10745a3d578SAndy Shevchenko MXM is a standard for laptop graphics cards, the WMI interface 10845a3d578SAndy Shevchenko is required for switchable nvidia graphics machines 10945a3d578SAndy Shevchenko 11045a3d578SAndy Shevchenkoconfig PEAQ_WMI 11145a3d578SAndy Shevchenko tristate "PEAQ 2-in-1 WMI hotkey driver" 11245a3d578SAndy Shevchenko depends on ACPI_WMI 11345a3d578SAndy Shevchenko depends on INPUT 11445a3d578SAndy Shevchenko help 11545a3d578SAndy Shevchenko Say Y here if you want to support WMI-based hotkeys on PEAQ 2-in-1s. 11645a3d578SAndy Shevchenko 11745a3d578SAndy Shevchenkoconfig XIAOMI_WMI 11845a3d578SAndy Shevchenko tristate "Xiaomi WMI key driver" 11945a3d578SAndy Shevchenko depends on ACPI_WMI 12045a3d578SAndy Shevchenko depends on INPUT 12145a3d578SAndy Shevchenko help 12245a3d578SAndy Shevchenko Say Y here if you want to support WMI-based keys on Xiaomi notebooks. 12345a3d578SAndy Shevchenko 12445a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 12545a3d578SAndy Shevchenko be called xiaomi-wmi. 12675971febSChris Chiu 127e86435ebSPeter Feuererconfig ACERHDF 128e86435ebSPeter Feuerer tristate "Acer Aspire One temperature and fan driver" 129200db647SRandy Dunlap depends on ACPI && THERMAL 13048c8dd64SPeter Feuerer select THERMAL_GOV_BANG_BANG 131a7f7f624SMasahiro Yamada help 132e86435ebSPeter Feuerer This is a driver for Acer Aspire One netbooks. It allows to access 133e86435ebSPeter Feuerer the temperature sensor and to control the fan. 134e86435ebSPeter Feuerer 135e86435ebSPeter Feuerer After loading this driver the BIOS is still in control of the fan. 136e86435ebSPeter Feuerer To let the kernel handle the fan, do: 13714c20688SPaul Gortmaker echo -n enabled > /sys/class/thermal/thermal_zoneN/mode 13814c20688SPaul Gortmaker where N=0,1,2... depending on the number of thermal nodes and the 13914c20688SPaul Gortmaker detection order of your particular system. The "type" parameter 14014c20688SPaul Gortmaker in the same node directory will tell you if it is "acerhdf". 141e86435ebSPeter Feuerer 142e86435ebSPeter Feuerer For more information about this driver see 14378d15eeaSAlexander A. Klimov <https://piie.net/files/acerhdf_README.txt> 144e86435ebSPeter Feuerer 145e86435ebSPeter Feuerer If you have an Acer Aspire One netbook, say Y or M 146e86435ebSPeter Feuerer here. 147e86435ebSPeter Feuerer 14845a3d578SAndy Shevchenkoconfig ACER_WIRELESS 14945a3d578SAndy Shevchenko tristate "Acer Wireless Radio Control Driver" 150a46ad0f1SMario Limonciello depends on ACPI 15145a3d578SAndy Shevchenko depends on INPUT 152a7f7f624SMasahiro Yamada help 15345a3d578SAndy Shevchenko The Acer Wireless Radio Control handles the airplane mode hotkey 15445a3d578SAndy Shevchenko present on new Acer laptops. 15545a3d578SAndy Shevchenko 15645a3d578SAndy Shevchenko Say Y or M here if you have an Acer notebook with an airplane mode 15745a3d578SAndy Shevchenko hotkey. 15845a3d578SAndy Shevchenko 15945a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 16045a3d578SAndy Shevchenko called acer-wireless. 16145a3d578SAndy Shevchenko 16245a3d578SAndy Shevchenkoconfig ACER_WMI 16345a3d578SAndy Shevchenko tristate "Acer WMI Laptop Extras" 16445a3d578SAndy Shevchenko depends on ACPI 16545a3d578SAndy Shevchenko select LEDS_CLASS 16645a3d578SAndy Shevchenko select NEW_LEDS 16745a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 16845a3d578SAndy Shevchenko depends on SERIO_I8042 16945a3d578SAndy Shevchenko depends on INPUT 17045a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 17145a3d578SAndy Shevchenko depends on ACPI_WMI 17245a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 17345a3d578SAndy Shevchenko # Acer WMI depends on ACPI_VIDEO when ACPI is enabled 17445a3d578SAndy Shevchenko select ACPI_VIDEO if ACPI 175a7f7f624SMasahiro Yamada help 17645a3d578SAndy Shevchenko This is a driver for newer Acer (and Wistron) laptops. It adds 17745a3d578SAndy Shevchenko wireless radio and bluetooth control, and on some laptops, 17845a3d578SAndy Shevchenko exposes the mail LED and LCD backlight. 17945a3d578SAndy Shevchenko 18045a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 18145a3d578SAndy Shevchenko here. 18245a3d578SAndy Shevchenko 183*156ec473SShyam Sundar S Kconfig AMD_PMC 184*156ec473SShyam Sundar S K tristate "AMD SoC PMC driver" 185*156ec473SShyam Sundar S K depends on ACPI && PCI 186*156ec473SShyam Sundar S K help 187*156ec473SShyam Sundar S K The driver provides support for AMD Power Management Controller 188*156ec473SShyam Sundar S K primarily responsible for S2Idle transactions that are driven from 189*156ec473SShyam Sundar S K a platform firmware running on SMU. This driver also provides a debug 190*156ec473SShyam Sundar S K mechanism to investigate the S2Idle transactions and failures. 191*156ec473SShyam Sundar S K 192*156ec473SShyam Sundar S K Say Y or M here if you have a notebook powered by AMD RYZEN CPU/APU. 193*156ec473SShyam Sundar S K 194*156ec473SShyam Sundar S K If you choose to compile this driver as a module the module will be 195*156ec473SShyam Sundar S K called amd-pmc. 196*156ec473SShyam Sundar S K 19745a3d578SAndy Shevchenkoconfig APPLE_GMUX 19845a3d578SAndy Shevchenko tristate "Apple Gmux Driver" 19945a3d578SAndy Shevchenko depends on ACPI && PCI 20045a3d578SAndy Shevchenko depends on PNP 20145a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 20245a3d578SAndy Shevchenko depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE 20345a3d578SAndy Shevchenko depends on ACPI_VIDEO=n || ACPI_VIDEO 204a7f7f624SMasahiro Yamada help 20545a3d578SAndy Shevchenko This driver provides support for the gmux device found on many 20645a3d578SAndy Shevchenko Apple laptops, which controls the display mux for the hybrid 20745a3d578SAndy Shevchenko graphics as well as the backlight. Currently only backlight 20845a3d578SAndy Shevchenko control is supported by the driver. 209a46ad0f1SMario Limonciello 21041b16dceSLen Brownconfig ASUS_LAPTOP 2116122af37SCorentin Chary tristate "Asus Laptop Extras" 21241b16dceSLen Brown depends on ACPI 213e73e2c62SCorentin Chary select LEDS_CLASS 214e73e2c62SCorentin Chary select NEW_LEDS 21514ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 21612d6f35bSCorentin Chary depends on INPUT 21718e1311eSCorentin Chary depends on RFKILL || RFKILL = n 21814ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 21966a71dd1SCorentin Chary select INPUT_SPARSEKMAP 220a7f7f624SMasahiro Yamada help 2218819de7fSAndy Ross This is a driver for Asus laptops, Lenovo SL and the Pegatron 2228819de7fSAndy Ross Lucid tablet. It may also support some MEDION, JVC or VICTOR 2238819de7fSAndy Ross laptops. It makes all the extra buttons generate standard 224b23910c2SAndy Ross ACPI events and input events, and on the Lucid the built-in 225b23910c2SAndy Ross accelerometer appears as an input device. It also adds 226b23910c2SAndy Ross support for video output switching, LCD backlight control, 227b23910c2SAndy Ross Bluetooth and Wlan control, and most importantly, allows you 228b23910c2SAndy Ross to blink those fancy LEDs. 22941b16dceSLen Brown 2308819de7fSAndy Ross For more information see <http://acpi4asus.sf.net>. 23141b16dceSLen Brown 23241b16dceSLen Brown If you have an ACPI-compatible ASUS laptop, say Y or M here. 23341b16dceSLen Brown 23445a3d578SAndy Shevchenkoconfig ASUS_WIRELESS 23545a3d578SAndy Shevchenko tristate "Asus Wireless Radio Control Driver" 23645a3d578SAndy Shevchenko depends on ACPI 23745a3d578SAndy Shevchenko depends on INPUT 23845a3d578SAndy Shevchenko select NEW_LEDS 23945a3d578SAndy Shevchenko select LEDS_CLASS 240a7f7f624SMasahiro Yamada help 24145a3d578SAndy Shevchenko The Asus Wireless Radio Control handles the airplane mode hotkey 24245a3d578SAndy Shevchenko present on some Asus laptops. 24345a3d578SAndy Shevchenko 24445a3d578SAndy Shevchenko Say Y or M here if you have an ASUS notebook with an airplane mode 24545a3d578SAndy Shevchenko hotkey. 24645a3d578SAndy Shevchenko 24745a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 24845a3d578SAndy Shevchenko called asus-wireless. 24945a3d578SAndy Shevchenko 25045a3d578SAndy Shevchenkoconfig ASUS_WMI 25145a3d578SAndy Shevchenko tristate "ASUS WMI Driver" 25245a3d578SAndy Shevchenko depends on ACPI_WMI 25345a3d578SAndy Shevchenko depends on ACPI_BATTERY 25445a3d578SAndy Shevchenko depends on INPUT 25545a3d578SAndy Shevchenko depends on HWMON 25645a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 25745a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 25845a3d578SAndy Shevchenko depends on HOTPLUG_PCI 25945a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 26045a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 26145a3d578SAndy Shevchenko select LEDS_CLASS 26245a3d578SAndy Shevchenko select NEW_LEDS 263a7f7f624SMasahiro Yamada help 26445a3d578SAndy Shevchenko Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new 26545a3d578SAndy Shevchenko Asus Notebooks). 26645a3d578SAndy Shevchenko 26745a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 26845a3d578SAndy Shevchenko be called asus-wmi. 26945a3d578SAndy Shevchenko 27045a3d578SAndy Shevchenkoconfig ASUS_NB_WMI 27145a3d578SAndy Shevchenko tristate "Asus Notebook WMI Driver" 27245a3d578SAndy Shevchenko depends on ASUS_WMI 27345a3d578SAndy Shevchenko depends on SERIO_I8042 || SERIO_I8042 = n 274a7f7f624SMasahiro Yamada help 27545a3d578SAndy Shevchenko This is a driver for newer Asus notebooks. It adds extra features 27645a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 27745a3d578SAndy Shevchenko 27845a3d578SAndy Shevchenko For more information, see 27945a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 28045a3d578SAndy Shevchenko 28145a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Asus Notebook, say Y or M 28245a3d578SAndy Shevchenko here. 28345a3d578SAndy Shevchenko 28445a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP 28545a3d578SAndy Shevchenko tristate "Eee PC Hotkey Driver" 28645a3d578SAndy Shevchenko depends on ACPI 28745a3d578SAndy Shevchenko depends on INPUT 28845a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 28945a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 29045a3d578SAndy Shevchenko depends on HOTPLUG_PCI 29145a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 29245a3d578SAndy Shevchenko select HWMON 29345a3d578SAndy Shevchenko select LEDS_CLASS 29445a3d578SAndy Shevchenko select NEW_LEDS 29545a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 296a7f7f624SMasahiro Yamada help 29745a3d578SAndy Shevchenko This driver supports the Fn-Fx keys on Eee PC laptops. 29845a3d578SAndy Shevchenko 29945a3d578SAndy Shevchenko It also gives access to some extra laptop functionalities like 30045a3d578SAndy Shevchenko Bluetooth, backlight and allows powering on/off some other 30145a3d578SAndy Shevchenko devices. 30245a3d578SAndy Shevchenko 30345a3d578SAndy Shevchenko If you have an Eee PC laptop, say Y or M here. If this driver 30445a3d578SAndy Shevchenko doesn't work on your Eee PC, try eeepc-wmi instead. 30545a3d578SAndy Shevchenko 30645a3d578SAndy Shevchenkoconfig EEEPC_WMI 30745a3d578SAndy Shevchenko tristate "Eee PC WMI Driver" 30845a3d578SAndy Shevchenko depends on ASUS_WMI 309a7f7f624SMasahiro Yamada help 31045a3d578SAndy Shevchenko This is a driver for newer Eee PC laptops. It adds extra features 31145a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 31245a3d578SAndy Shevchenko 31345a3d578SAndy Shevchenko For more information, see 31445a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 31545a3d578SAndy Shevchenko 31645a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M 31745a3d578SAndy Shevchenko here. 31845a3d578SAndy Shevchenko 3198e5cddd1SStuart Hayesconfig DCDBAS 3208e5cddd1SStuart Hayes tristate "Dell Systems Management Base Driver" 3218e5cddd1SStuart Hayes depends on X86 3228e5cddd1SStuart Hayes help 3238e5cddd1SStuart Hayes The Dell Systems Management Base Driver provides a sysfs interface 3248e5cddd1SStuart Hayes for systems management software to perform System Management 3258e5cddd1SStuart Hayes Interrupts (SMIs) and Host Control Actions (system power cycle or 3268e5cddd1SStuart Hayes power off after OS shutdown) on certain Dell systems. 3278e5cddd1SStuart Hayes 328baa293e9SMauro Carvalho Chehab See <file:Documentation/driver-api/dcdbas.rst> for more details on the driver 3298e5cddd1SStuart Hayes and the Dell systems on which Dell systems management software makes 3308e5cddd1SStuart Hayes use of this driver. 3318e5cddd1SStuart Hayes 3328e5cddd1SStuart Hayes Say Y or M here to enable the driver for use by Dell systems 3338e5cddd1SStuart Hayes management software such as Dell OpenManage. 3348e5cddd1SStuart Hayes 33532d7b19bSDarren Hart (VMware)# 33675073a64SDarren Hart# The DELL_SMBIOS driver depends on ACPI_WMI and/or DCDBAS if those 33775073a64SDarren Hart# backends are selected. The "depends" line prevents a configuration 33875073a64SDarren Hart# where DELL_SMBIOS=y while either of those dependencies =m. 33932d7b19bSDarren Hart (VMware)# 3402f9f26bdSMichał Kępieńconfig DELL_SMBIOS 34125d47027SMario Limonciello tristate "Dell SMBIOS driver" 34232d7b19bSDarren Hart (VMware) depends on DCDBAS || DCDBAS=n 34375073a64SDarren Hart depends on ACPI_WMI || ACPI_WMI=n 344a7f7f624SMasahiro Yamada help 34525d47027SMario Limonciello This provides support for the Dell SMBIOS calling interface. 34625d47027SMario Limonciello If you have a Dell computer you should enable this option. 34725d47027SMario Limonciello 34825d47027SMario Limonciello Be sure to select at least one backend for it to work properly. 3492f9f26bdSMichał Kępień 3501a258e67SMario Limoncielloconfig DELL_SMBIOS_WMI 35125d47027SMario Limonciello bool "Dell SMBIOS driver WMI backend" 352329d58b8SDarren Hart (VMware) default y 3531a258e67SMario Limonciello depends on ACPI_WMI 3541a258e67SMario Limonciello select DELL_WMI_DESCRIPTOR 355329d58b8SDarren Hart (VMware) depends on DELL_SMBIOS 356a7f7f624SMasahiro Yamada help 3571a258e67SMario Limonciello This provides an implementation for the Dell SMBIOS calling interface 3581a258e67SMario Limonciello communicated over ACPI-WMI. 3591a258e67SMario Limonciello 36025d47027SMario Limonciello If you have a Dell computer from >2007 you should say Y here. 3611a258e67SMario Limonciello If you aren't sure and this module doesn't work for your computer 3621a258e67SMario Limonciello it just won't load. 3631a258e67SMario Limonciello 364549b4930SMario Limoncielloconfig DELL_SMBIOS_SMM 36525d47027SMario Limonciello bool "Dell SMBIOS driver SMM backend" 366329d58b8SDarren Hart (VMware) default y 367549b4930SMario Limonciello depends on DCDBAS 368329d58b8SDarren Hart (VMware) depends on DELL_SMBIOS 369a7f7f624SMasahiro Yamada help 370549b4930SMario Limonciello This provides an implementation for the Dell SMBIOS calling interface 371549b4930SMario Limonciello communicated over SMI/SMM. 372549b4930SMario Limonciello 37325d47027SMario Limonciello If you have a Dell computer from <=2017 you should say Y here. 374549b4930SMario Limonciello If you aren't sure and this module doesn't work for your computer 375549b4930SMario Limonciello it just won't load. 3762f9f26bdSMichał Kępień 377cad73120SLen Brownconfig DELL_LAPTOP 378fe7e913cSKees Cook tristate "Dell Laptop Extras" 379a570af48SAndy Lutomirski depends on DMI 380cad73120SLen Brown depends on BACKLIGHT_CLASS_DEVICE 38114ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 38219d337dfSJohannes Berg depends on RFKILL || RFKILL = n 383814cb8adSMatthew Garrett depends on SERIO_I8042 3847fe3fa3bSMario Limonciello depends on DELL_SMBIOS 385dccefb37SLinus Torvalds select POWER_SUPPLY 386b9c913f3SLinus Torvalds select LEDS_CLASS 387b9c913f3SLinus Torvalds select NEW_LEDS 388d00fa46eSTakashi Iwai select LEDS_TRIGGERS 389d00fa46eSTakashi Iwai select LEDS_TRIGGER_AUDIO 390a7f7f624SMasahiro Yamada help 391cad73120SLen Brown This driver adds support for rfkill and backlight control to Dell 392eec3b959SIsmael Luceno laptops (except for some models covered by the Compal driver). 393cad73120SLen Brown 39445a3d578SAndy Shevchenkoconfig DELL_RBTN 39545a3d578SAndy Shevchenko tristate "Dell Airplane Mode Switch driver" 39645a3d578SAndy Shevchenko depends on ACPI 39745a3d578SAndy Shevchenko depends on INPUT 39845a3d578SAndy Shevchenko depends on RFKILL 399a7f7f624SMasahiro Yamada help 40045a3d578SAndy Shevchenko Say Y here if you want to support Dell Airplane Mode Switch ACPI 40145a3d578SAndy Shevchenko device on Dell laptops. Sometimes it has names: DELLABCE or DELRBTN. 40245a3d578SAndy Shevchenko This driver register rfkill device or input hotkey device depending 40345a3d578SAndy Shevchenko on hardware type (hw switch slider or keyboard toggle button). For 40445a3d578SAndy Shevchenko rfkill devices it receive HW switch events and set correct hard 40545a3d578SAndy Shevchenko rfkill state. 40645a3d578SAndy Shevchenko 40745a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 40845a3d578SAndy Shevchenko be called dell-rbtn. 40945a3d578SAndy Shevchenko 41045a3d578SAndy Shevchenkoconfig DELL_RBU 41145a3d578SAndy Shevchenko tristate "BIOS update support for DELL systems via sysfs" 41245a3d578SAndy Shevchenko depends on X86 41345a3d578SAndy Shevchenko select FW_LOADER 41445a3d578SAndy Shevchenko select FW_LOADER_USER_HELPER 41545a3d578SAndy Shevchenko help 41645a3d578SAndy Shevchenko Say m if you want to have the option of updating the BIOS for your 41745a3d578SAndy Shevchenko DELL system. Note you need a Dell OpenManage or Dell Update package (DUP) 41845a3d578SAndy Shevchenko supporting application to communicate with the BIOS regarding the new 41945a3d578SAndy Shevchenko image for the image update to take effect. 42045a3d578SAndy Shevchenko See <file:Documentation/admin-guide/dell_rbu.rst> for more details on the driver. 42145a3d578SAndy Shevchenko 42245a3d578SAndy Shevchenkoconfig DELL_SMO8800 42345a3d578SAndy Shevchenko tristate "Dell Latitude freefall driver (ACPI SMO88XX)" 42445a3d578SAndy Shevchenko depends on ACPI 425a7f7f624SMasahiro Yamada help 42645a3d578SAndy Shevchenko Say Y here if you want to support SMO88XX freefall devices 42745a3d578SAndy Shevchenko on Dell Latitude laptops. 42845a3d578SAndy Shevchenko 42945a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 43045a3d578SAndy Shevchenko be called dell-smo8800. 43145a3d578SAndy Shevchenko 4320b3f6109SMatthew Garrettconfig DELL_WMI 43372e83204SMario Limonciello tristate "Dell WMI notifications" 4340b3f6109SMatthew Garrett depends on ACPI_WMI 435a570af48SAndy Lutomirski depends on DMI 4360b3f6109SMatthew Garrett depends on INPUT 43714ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 43854940fa6SDarren Hart depends on DELL_SMBIOS 43992b8c540SMario Limonciello select DELL_WMI_DESCRIPTOR 440890a7c8eSDmitry Torokhov select INPUT_SPARSEKMAP 441a7f7f624SMasahiro Yamada help 4420b3f6109SMatthew Garrett Say Y here if you want to support WMI-based hotkeys on Dell laptops. 4430b3f6109SMatthew Garrett 4440b3f6109SMatthew Garrett To compile this driver as a module, choose M here: the module will 4450b3f6109SMatthew Garrett be called dell-wmi. 4460b3f6109SMatthew Garrett 447e8a60aa7SDivya Bharathiconfig DELL_WMI_SYSMAN 448e8a60aa7SDivya Bharathi tristate "Dell WMI-based Systems management driver" 449e8a60aa7SDivya Bharathi depends on ACPI_WMI 450e8a60aa7SDivya Bharathi depends on DMI 451e8a60aa7SDivya Bharathi select NLS 452e8a60aa7SDivya Bharathi help 453e8a60aa7SDivya Bharathi This driver allows changing BIOS settings on many Dell machines from 454e8a60aa7SDivya Bharathi 2018 and newer without the use of any additional software. 455e8a60aa7SDivya Bharathi 456e8a60aa7SDivya Bharathi To compile this driver as a module, choose M here: the module will 457e8a60aa7SDivya Bharathi be called dell-wmi-sysman. 458e8a60aa7SDivya Bharathi 45992b8c540SMario Limoncielloconfig DELL_WMI_DESCRIPTOR 46092b8c540SMario Limonciello tristate 46192b8c540SMario Limonciello depends on ACPI_WMI 46292b8c540SMario Limonciello 463820787fcSColin Ian Kingconfig DELL_WMI_AIO 464820787fcSColin Ian King tristate "WMI Hotkeys for Dell All-In-One series" 465820787fcSColin Ian King depends on ACPI_WMI 466820787fcSColin Ian King depends on INPUT 467820787fcSColin Ian King select INPUT_SPARSEKMAP 468a7f7f624SMasahiro Yamada help 469820787fcSColin Ian King Say Y here if you want to support WMI-based hotkeys on Dell 470820787fcSColin Ian King All-In-One machines. 471820787fcSColin Ian King 472820787fcSColin Ian King To compile this driver as a module, choose M here: the module will 473cffbcd0cSRafi Rubin be called dell-wmi-aio. 474820787fcSColin Ian King 4757a3319c1SMichał Kępieńconfig DELL_WMI_LED 4767a3319c1SMichał Kępień tristate "External LED on Dell Business Netbooks" 4777a3319c1SMichał Kępień depends on LEDS_CLASS 4787a3319c1SMichał Kępień depends on ACPI_WMI 4797a3319c1SMichał Kępień help 4807a3319c1SMichał Kępień This adds support for the Latitude 2100 and similar 4817a3319c1SMichał Kępień notebooks that have an external LED. 4827a3319c1SMichał Kępień 48345a3d578SAndy Shevchenkoconfig AMILO_RFKILL 48445a3d578SAndy Shevchenko tristate "Fujitsu-Siemens Amilo rfkill support" 485817a5cdbSPali Rohár depends on RFKILL 48645a3d578SAndy Shevchenko depends on SERIO_I8042 487a7f7f624SMasahiro Yamada help 48845a3d578SAndy Shevchenko This is a driver for enabling wifi on some Fujitsu-Siemens Amilo 48945a3d578SAndy Shevchenko laptops. 490820787fcSColin Ian King 49141b16dceSLen Brownconfig FUJITSU_LAPTOP 49241b16dceSLen Brown tristate "Fujitsu Laptop Extras" 49341b16dceSLen Brown depends on ACPI 49441b16dceSLen Brown depends on INPUT 49541b16dceSLen Brown depends on BACKLIGHT_CLASS_DEVICE 49614ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 497f2252672SMichał Kępień select INPUT_SPARSEKMAP 498afdd1ebbSNecip Fazil Yildiran select NEW_LEDS 499d89bcc83SMichał Kępień select LEDS_CLASS 500a7f7f624SMasahiro Yamada help 50141b16dceSLen Brown This is a driver for laptops built by Fujitsu: 50241b16dceSLen Brown 50341b16dceSLen Brown * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 50441b16dceSLen Brown * Possibly other Fujitsu laptop models 50541b16dceSLen Brown * Tested with S6410 and S7020 50641b16dceSLen Brown 50741b16dceSLen Brown It adds support for LCD brightness control and some hotkeys. 50841b16dceSLen Brown 50941b16dceSLen Brown If you have a Fujitsu laptop, say Y or M here. 51041b16dceSLen Brown 5112d24c490SRobert Gerlachconfig FUJITSU_TABLET 5122d24c490SRobert Gerlach tristate "Fujitsu Tablet Extras" 5132d24c490SRobert Gerlach depends on ACPI 5142d24c490SRobert Gerlach depends on INPUT 515a7f7f624SMasahiro Yamada help 5162d24c490SRobert Gerlach This is a driver for tablets built by Fujitsu: 5172d24c490SRobert Gerlach 5182d24c490SRobert Gerlach * Lifebook P1510/P1610/P1620/Txxxx 5192d24c490SRobert Gerlach * Stylistic ST5xxx 5202d24c490SRobert Gerlach * Possibly other Fujitsu tablet models 5212d24c490SRobert Gerlach 5222d24c490SRobert Gerlach It adds support for the panel buttons, docking station detection, 5232d24c490SRobert Gerlach tablet/notebook mode detection for convertible and 5242d24c490SRobert Gerlach orientation detection for docked slates. 5252d24c490SRobert Gerlach 5262d24c490SRobert Gerlach If you have a Fujitsu convertible or slate, say Y or M here. 5272d24c490SRobert Gerlach 5281b46f17dSHans de Goedeconfig GPD_POCKET_FAN 5291b46f17dSHans de Goede tristate "GPD Pocket Fan Controller support" 5301b46f17dSHans de Goede depends on ACPI 5311b46f17dSHans de Goede depends on THERMAL 532a7f7f624SMasahiro Yamada help 5331b46f17dSHans de Goede Driver for the GPD Pocket vendor specific FAN02501 ACPI device 5341b46f17dSHans de Goede which controls the fan speed on the GPD Pocket. 5351b46f17dSHans de Goede 5361b46f17dSHans de Goede Without this driver the fan on the Pocket will stay off independent 5371b46f17dSHans de Goede of the CPU temperature. Say Y or M if the kernel may be used on a 5381b46f17dSHans de Goede GPD pocket. 5391b46f17dSHans de Goede 540efcfed9bSJean Delvareconfig HP_ACCEL 541efcfed9bSJean Delvare tristate "HP laptop accelerometer" 542efcfed9bSJean Delvare depends on INPUT && ACPI 5430cdbcd6dSGiedrius Statkevicius depends on SERIO_I8042 544efcfed9bSJean Delvare select SENSORS_LIS3LV02D 545efcfed9bSJean Delvare select NEW_LEDS 546efcfed9bSJean Delvare select LEDS_CLASS 547efcfed9bSJean Delvare help 548efcfed9bSJean Delvare This driver provides support for the "Mobile Data Protection System 3D" 549efcfed9bSJean Delvare or "3D DriveGuard" feature of HP laptops. On such systems the driver 550efcfed9bSJean Delvare should load automatically (via ACPI alias). 551efcfed9bSJean Delvare 552efcfed9bSJean Delvare Support for a led indicating disk protection will be provided as 553efcfed9bSJean Delvare hp::hddprotect. For more information on the feature, refer to 5549b5db89eSMauro Carvalho Chehab Documentation/misc-devices/lis3lv02d.rst. 555efcfed9bSJean Delvare 556efcfed9bSJean Delvare To compile this driver as a module, choose M here: the module will 557efcfed9bSJean Delvare be called hp_accel. 558efcfed9bSJean Delvare 55954290fa6SAlex Hungconfig HP_WIRELESS 56048d8b96cSBorislav Petkov tristate "HP wireless button" 56154290fa6SAlex Hung depends on ACPI 56254290fa6SAlex Hung depends on INPUT 56354290fa6SAlex Hung help 56454290fa6SAlex Hung This driver provides supports for new HP wireless button for Windows 8. 56554290fa6SAlex Hung On such systems the driver should load automatically (via ACPI alias). 56654290fa6SAlex Hung 56754290fa6SAlex Hung To compile this driver as a module, choose M here: the module will 56854290fa6SAlex Hung be called hp-wireless. 56954290fa6SAlex Hung 57041b16dceSLen Brownconfig HP_WMI 57141b16dceSLen Brown tristate "HP WMI extras" 57241b16dceSLen Brown depends on ACPI_WMI 57341b16dceSLen Brown depends on INPUT 57419d337dfSJohannes Berg depends on RFKILL || RFKILL = n 5754d291ed7SDmitry Torokhov select INPUT_SPARSEKMAP 57641b16dceSLen Brown help 57741b16dceSLen Brown Say Y here if you want to support WMI-based hotkeys on HP laptops and 57841b16dceSLen Brown to read data from WMI such as docking or ambient light sensor state. 57941b16dceSLen Brown 58041b16dceSLen Brown To compile this driver as a module, choose M here: the module will 58141b16dceSLen Brown be called hp-wmi. 58241b16dceSLen Brown 58345a3d578SAndy Shevchenkoconfig TC1100_WMI 58445a3d578SAndy Shevchenko tristate "HP Compaq TC1100 Tablet WMI Extras" 58545a3d578SAndy Shevchenko depends on !X86_64 586dbf0c5a6SMatan Ziv-Av depends on ACPI 587dbf0c5a6SMatan Ziv-Av depends on ACPI_WMI 588a7f7f624SMasahiro Yamada help 58945a3d578SAndy Shevchenko This is a driver for the WMI extensions (wireless and bluetooth power 59045a3d578SAndy Shevchenko control) of the HP Compaq TC1100 tablet. 59141b16dceSLen Brown 59245a3d578SAndy Shevchenkoconfig IBM_RTL 59345a3d578SAndy Shevchenko tristate "Device driver to enable PRTL support" 59445a3d578SAndy Shevchenko depends on PCI 595a7f7f624SMasahiro Yamada help 59645a3d578SAndy Shevchenko Enable support for IBM Premium Real Time Mode (PRTM). 59745a3d578SAndy Shevchenko This module will allow you the enter and exit PRTM in the BIOS via 59845a3d578SAndy Shevchenko sysfs on platforms that support this feature. System in PRTM will 59945a3d578SAndy Shevchenko not receive CPU-generated SMIs for recoverable errors. Use of this 60045a3d578SAndy Shevchenko feature without proper support may void your hardware warranty. 60141b16dceSLen Brown 60245a3d578SAndy Shevchenko If the proper BIOS support is found the driver will load and create 60345a3d578SAndy Shevchenko /sys/devices/system/ibm_rtl/. The "state" variable will indicate 60445a3d578SAndy Shevchenko whether or not the BIOS is in PRTM. 60545a3d578SAndy Shevchenko state = 0 (BIOS SMIs on) 60645a3d578SAndy Shevchenko state = 1 (BIOS SMIs off) 60741b16dceSLen Brown 60857ac3b05SIke Panhcconfig IDEAPAD_LAPTOP 60957ac3b05SIke Panhc tristate "Lenovo IdeaPad Laptop Extras" 61058ac7aa0SDavid Woodhouse depends on ACPI 611ad0f4306SRandy Dunlap depends on RFKILL && INPUT 61207a4a4fcSMaxim Mikityanskiy depends on SERIO_I8042 613445e8d00SMatthew Garrett depends on BACKLIGHT_CLASS_DEVICE 61414ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 61574caab99SArnd Bergmann depends on ACPI_WMI || ACPI_WMI = n 616f63409aeSIke Panhc select INPUT_SPARSEKMAP 61758ac7aa0SDavid Woodhouse help 61816fd91e0SIke Panhc This is a driver for Lenovo IdeaPad netbooks contains drivers for 61916fd91e0SIke Panhc rfkill switch, hotkey, fan control and backlight control. 62058ac7aa0SDavid Woodhouse 62145a3d578SAndy Shevchenkoconfig SENSORS_HDAPS 62245a3d578SAndy Shevchenko tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 6233dda3b37SBenjamin Tissoires depends on INPUT 62445a3d578SAndy Shevchenko help 62545a3d578SAndy Shevchenko This driver provides support for the IBM Hard Drive Active Protection 62645a3d578SAndy Shevchenko System (hdaps), which provides an accelerometer and other misc. data. 62745a3d578SAndy Shevchenko ThinkPads starting with the R50, T41, and X40 are supported. The 62845a3d578SAndy Shevchenko accelerometer data is readable via sysfs. 6293dda3b37SBenjamin Tissoires 63045a3d578SAndy Shevchenko This driver also provides an absolute input class device, allowing 63145a3d578SAndy Shevchenko the laptop to act as a pinball machine-esque joystick. 63245a3d578SAndy Shevchenko 63345a3d578SAndy Shevchenko If your ThinkPad is not recognized by the driver, please update to latest 63445a3d578SAndy Shevchenko BIOS. This is especially the case for some R52 ThinkPads. 63545a3d578SAndy Shevchenko 63645a3d578SAndy Shevchenko Say Y here if you have an applicable laptop and want to experience 63745a3d578SAndy Shevchenko the awesome power of hdaps. 6383dda3b37SBenjamin Tissoires 63941b16dceSLen Brownconfig THINKPAD_ACPI 64041b16dceSLen Brown tristate "ThinkPad ACPI Laptop Extras" 64141b16dceSLen Brown depends on ACPI 6422801b968SOgnjen Galic depends on ACPI_BATTERY 643d263da31SCorentin Chary depends on INPUT 64419d337dfSJohannes Berg depends on RFKILL || RFKILL = n 64514ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 64614ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 64741b16dceSLen Brown select HWMON 64841b16dceSLen Brown select NVRAM 64941b16dceSLen Brown select NEW_LEDS 65041b16dceSLen Brown select LEDS_CLASS 6514e1d0924STakashi Iwai select LEDS_TRIGGERS 6524e1d0924STakashi Iwai select LEDS_TRIGGER_AUDIO 653a7f7f624SMasahiro Yamada help 65441b16dceSLen Brown This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 65541b16dceSLen Brown support for Fn-Fx key combinations, Bluetooth control, video 65641b16dceSLen Brown output switching, ThinkLight control, UltraBay eject and more. 65741b16dceSLen Brown For more information about this driver see 6589e1cbedeSMauro Carvalho Chehab <file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and 65941b16dceSLen Brown <http://ibm-acpi.sf.net/> . 66041b16dceSLen Brown 66141b16dceSLen Brown This driver was formerly known as ibm-acpi. 66241b16dceSLen Brown 6636e5b08eeSHenrique de Moraes Holschuh Extra functionality will be available if the rfkill (CONFIG_RFKILL) 6646e5b08eeSHenrique de Moraes Holschuh and/or ALSA (CONFIG_SND) subsystems are available in the kernel. 6656e5b08eeSHenrique de Moraes Holschuh Note that if you want ThinkPad-ACPI to be built-in instead of 6666e5b08eeSHenrique de Moraes Holschuh modular, ALSA and rfkill will also have to be built-in. 6676e5b08eeSHenrique de Moraes Holschuh 66841b16dceSLen Brown If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. 66941b16dceSLen Brown 670ff850c33SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_ALSA_SUPPORT 671ff850c33SHenrique de Moraes Holschuh bool "Console audio control ALSA interface" 672ff850c33SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 673ff850c33SHenrique de Moraes Holschuh depends on SND 674ff850c33SHenrique de Moraes Holschuh depends on SND = y || THINKPAD_ACPI = SND 675ff850c33SHenrique de Moraes Holschuh default y 676a7f7f624SMasahiro Yamada help 677ff850c33SHenrique de Moraes Holschuh Enables monitoring of the built-in console audio output control 678ff850c33SHenrique de Moraes Holschuh (headphone and speakers), which is operated by the mute and (in 679ff850c33SHenrique de Moraes Holschuh some ThinkPad models) volume hotkeys. 680ff850c33SHenrique de Moraes Holschuh 681ff850c33SHenrique de Moraes Holschuh If this option is enabled, ThinkPad-ACPI will export an ALSA card 682ff850c33SHenrique de Moraes Holschuh with a single read-only mixer control, which should be used for 683ff850c33SHenrique de Moraes Holschuh on-screen-display feedback purposes by the Desktop Environment. 684ff850c33SHenrique de Moraes Holschuh 685ff850c33SHenrique de Moraes Holschuh Optionally, the driver will also allow software control (the 686ff850c33SHenrique de Moraes Holschuh ALSA mixer will be made read-write). Please refer to the driver 687ff850c33SHenrique de Moraes Holschuh documentation for details. 688ff850c33SHenrique de Moraes Holschuh 689ff850c33SHenrique de Moraes Holschuh All IBM models have both volume and mute control. Newer Lenovo 690ff850c33SHenrique de Moraes Holschuh models only have mute control (the volume hotkeys are just normal 691ff850c33SHenrique de Moraes Holschuh keys and volume control is done through the main HDA mixer). 692ff850c33SHenrique de Moraes Holschuh 693a73f3091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUGFACILITIES 694a73f3091SHenrique de Moraes Holschuh bool "Maintainer debug facilities" 695a73f3091SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 696a7f7f624SMasahiro Yamada help 697a73f3091SHenrique de Moraes Holschuh Enables extra stuff in the thinkpad-acpi which is completely useless 698a73f3091SHenrique de Moraes Holschuh for normal use. Read the driver source to find out what it does. 699a73f3091SHenrique de Moraes Holschuh 700a73f3091SHenrique de Moraes Holschuh Say N here, unless you were told by a kernel maintainer to do 701a73f3091SHenrique de Moraes Holschuh otherwise. 702a73f3091SHenrique de Moraes Holschuh 70341b16dceSLen Brownconfig THINKPAD_ACPI_DEBUG 70441b16dceSLen Brown bool "Verbose debug mode" 70541b16dceSLen Brown depends on THINKPAD_ACPI 706a7f7f624SMasahiro Yamada help 70741b16dceSLen Brown Enables extra debugging information, at the expense of a slightly 70841b16dceSLen Brown increase in driver size. 70941b16dceSLen Brown 71041b16dceSLen Brown If you are not sure, say N here. 71141b16dceSLen Brown 712a4d5effcSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_UNSAFE_LEDS 713a4d5effcSHenrique de Moraes Holschuh bool "Allow control of important LEDs (unsafe)" 714a4d5effcSHenrique de Moraes Holschuh depends on THINKPAD_ACPI 715a7f7f624SMasahiro Yamada help 716a4d5effcSHenrique de Moraes Holschuh Overriding LED state on ThinkPads can mask important 717a4d5effcSHenrique de Moraes Holschuh firmware alerts (like critical battery condition), or misled 718a4d5effcSHenrique de Moraes Holschuh the user into damaging the hardware (undocking or ejecting 719a4d5effcSHenrique de Moraes Holschuh the bay while buses are still active), etc. 720a4d5effcSHenrique de Moraes Holschuh 721a4d5effcSHenrique de Moraes Holschuh LED control on the ThinkPad is write-only (with very few 722a4d5effcSHenrique de Moraes Holschuh exceptions on very ancient models), which makes it 723a4d5effcSHenrique de Moraes Holschuh impossible to know beforehand if important information will 724a4d5effcSHenrique de Moraes Holschuh be lost when one changes LED state. 725a4d5effcSHenrique de Moraes Holschuh 726a4d5effcSHenrique de Moraes Holschuh Users that know what they are doing can enable this option 727a4d5effcSHenrique de Moraes Holschuh and the driver will allow control of every LED, including 728a4d5effcSHenrique de Moraes Holschuh the ones on the dock stations. 729a4d5effcSHenrique de Moraes Holschuh 730a4d5effcSHenrique de Moraes Holschuh Never enable this option on a distribution kernel. 731a4d5effcSHenrique de Moraes Holschuh 732a4d5effcSHenrique de Moraes Holschuh Say N here, unless you are building a kernel for your own 733a4d5effcSHenrique de Moraes Holschuh use, and need to control the important firmware LEDs. 734a4d5effcSHenrique de Moraes Holschuh 73541b16dceSLen Brownconfig THINKPAD_ACPI_VIDEO 73641b16dceSLen Brown bool "Video output control support" 73741b16dceSLen Brown depends on THINKPAD_ACPI 73841b16dceSLen Brown default y 739a7f7f624SMasahiro Yamada help 74041b16dceSLen Brown Allows the thinkpad_acpi driver to provide an interface to control 74141b16dceSLen Brown the various video output ports. 74241b16dceSLen Brown 74341b16dceSLen Brown This feature often won't work well, depending on ThinkPad model, 74441b16dceSLen Brown display state, video output devices in use, whether there is a X 74541b16dceSLen Brown server running, phase of the moon, and the current mood of 74641b16dceSLen Brown Schroedinger's cat. If you can use X.org's RandR to control 74741b16dceSLen Brown your ThinkPad's video output ports instead of this feature, 748b525c06cSHenrique de Moraes Holschuh don't think twice: do it and say N here to save memory and avoid 749b525c06cSHenrique de Moraes Holschuh bad interactions with X.org. 75041b16dceSLen Brown 751b525c06cSHenrique de Moraes Holschuh NOTE: access to this feature is limited to processes with the 752b525c06cSHenrique de Moraes Holschuh CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms 753b525c06cSHenrique de Moraes Holschuh where it interacts badly with X.org. 754b525c06cSHenrique de Moraes Holschuh 755b525c06cSHenrique de Moraes Holschuh If you are not sure, say Y here but do try to check if you could 756b525c06cSHenrique de Moraes Holschuh be using X.org RandR instead. 75741b16dceSLen Brown 75841b16dceSLen Brownconfig THINKPAD_ACPI_HOTKEY_POLL 75941b16dceSLen Brown bool "Support NVRAM polling for hot keys" 76041b16dceSLen Brown depends on THINKPAD_ACPI 76141b16dceSLen Brown default y 762a7f7f624SMasahiro Yamada help 76341b16dceSLen Brown Some thinkpad models benefit from NVRAM polling to detect a few of 76441b16dceSLen Brown the hot key press events. If you know your ThinkPad model does not 76541b16dceSLen Brown need to do NVRAM polling to support any of the hot keys you use, 76641b16dceSLen Brown unselecting this option will save about 1kB of memory. 76741b16dceSLen Brown 76841b16dceSLen Brown ThinkPads T40 and newer, R52 and newer, and X31 and newer are 76941b16dceSLen Brown unlikely to need NVRAM polling in their latest BIOS versions. 77041b16dceSLen Brown 77141b16dceSLen Brown NVRAM polling can detect at most the following keys: ThinkPad/Access 77241b16dceSLen Brown IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute, 77341b16dceSLen Brown Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12). 77441b16dceSLen Brown 77541b16dceSLen Brown If you are not sure, say Y here. The driver enables polling only if 77641b16dceSLen Brown it is strictly necessary to do so. 77741b16dceSLen Brown 7784b2d688fSHans de Goedeconfig INTEL_ATOMISP2_LED 7794b2d688fSHans de Goede tristate "Intel AtomISP2 camera LED driver" 7804b2d688fSHans de Goede depends on GPIOLIB && LEDS_GPIO 7814b2d688fSHans de Goede help 7824b2d688fSHans de Goede Many Bay Trail and Cherry Trail devices come with a camera attached 7834b2d688fSHans de Goede to Intel's Image Signal Processor. Linux currently does not have a 7844b2d688fSHans de Goede driver for these, so they do not work as a camera. Some of these 7854b2d688fSHans de Goede camera's have a LED which is controlled through a GPIO. 7864b2d688fSHans de Goede 7874b2d688fSHans de Goede Some of these devices have a firmware issue where the LED gets turned 7884b2d688fSHans de Goede on at boot. This driver will turn the LED off at boot and also allows 7894b2d688fSHans de Goede controlling the LED (repurposing it) through the sysfs LED interface. 7904b2d688fSHans de Goede 7914b2d688fSHans de Goede Which GPIO is attached to the LED is usually not described in the 7924b2d688fSHans de Goede ACPI tables, so this driver contains per-system info about the GPIO 7934b2d688fSHans de Goede inside the driver, this means that this driver only works on systems 7944b2d688fSHans de Goede the driver knows about. 7954b2d688fSHans de Goede 7964b2d688fSHans de Goede To compile this driver as a module, choose M here: the module 7974b2d688fSHans de Goede will be called intel_atomisp2_led. 7984b2d688fSHans de Goede 79945a3d578SAndy Shevchenkoconfig INTEL_ATOMISP2_PM 80045a3d578SAndy Shevchenko tristate "Intel AtomISP2 dummy / power-management driver" 80145a3d578SAndy Shevchenko depends on PCI && IOSF_MBI && PM 8021ab70982SMauro Carvalho Chehab depends on !INTEL_ATOMISP 803bd9fc3a7SJean Delvare help 80445a3d578SAndy Shevchenko Power-management driver for Intel's Image Signal Processor found on 80545a3d578SAndy Shevchenko Bay Trail and Cherry Trail devices. This dummy driver's sole purpose 80645a3d578SAndy Shevchenko is to turn the ISP off (put it in D3) to save power and to allow 80745a3d578SAndy Shevchenko entering of S0ix modes. 808bd9fc3a7SJean Delvare 80945a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 81045a3d578SAndy Shevchenko will be called intel_atomisp2_pm. 811bd9fc3a7SJean Delvare 81245a3d578SAndy Shevchenkoconfig INTEL_CHT_INT33FE 81345a3d578SAndy Shevchenko tristate "Intel Cherry Trail ACPI INT33FE Driver" 81445a3d578SAndy Shevchenko depends on X86 && ACPI && I2C && REGULATOR 81545a3d578SAndy Shevchenko depends on CHARGER_BQ24190=y || (CHARGER_BQ24190=m && m) 81645a3d578SAndy Shevchenko depends on USB_ROLES_INTEL_XHCI=y || (USB_ROLES_INTEL_XHCI=m && m) 81745a3d578SAndy Shevchenko depends on TYPEC_MUX_PI3USB30532=y || (TYPEC_MUX_PI3USB30532=m && m) 818a7f7f624SMasahiro Yamada help 81945a3d578SAndy Shevchenko This driver add support for the INT33FE ACPI device found on 82045a3d578SAndy Shevchenko some Intel Cherry Trail devices. 821bd9fc3a7SJean Delvare 82245a3d578SAndy Shevchenko There are two kinds of INT33FE ACPI device possible: for hardware 82345a3d578SAndy Shevchenko with USB Type-C and Micro-B connectors. This driver supports both. 82445a3d578SAndy Shevchenko 82545a3d578SAndy Shevchenko The INT33FE ACPI device has a CRS table with I2cSerialBusV2 82645a3d578SAndy Shevchenko resources for Fuel Gauge Controller and (in the Type-C variant) 82745a3d578SAndy Shevchenko FUSB302 USB Type-C Controller and PI3USB30532 USB switch. 82845a3d578SAndy Shevchenko This driver instantiates i2c-clients for these, so that standard 82945a3d578SAndy Shevchenko i2c drivers for these chips can bind to the them. 83045a3d578SAndy Shevchenko 83145a3d578SAndy Shevchenko If you enable this driver it is advised to also select 83245a3d578SAndy Shevchenko CONFIG_BATTERY_BQ27XXX=m or CONFIG_BATTERY_BQ27XXX_I2C=m for Micro-B 83345a3d578SAndy Shevchenko device and CONFIG_TYPEC_FUSB302=m and CONFIG_BATTERY_MAX17042=m 83445a3d578SAndy Shevchenko for Type-C device. 83545a3d578SAndy Shevchenko 83645a3d578SAndy Shevchenkoconfig INTEL_HID_EVENT 83745a3d578SAndy Shevchenko tristate "INTEL HID Event" 83845a3d578SAndy Shevchenko depends on ACPI 83945a3d578SAndy Shevchenko depends on INPUT 84045a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 84145a3d578SAndy Shevchenko help 84245a3d578SAndy Shevchenko This driver provides support for the Intel HID Event hotkey interface. 84345a3d578SAndy Shevchenko Some laptops require this driver for hotkey support. 84445a3d578SAndy Shevchenko 84545a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 84645a3d578SAndy Shevchenko be called intel_hid. 84745a3d578SAndy Shevchenko 84845a3d578SAndy Shevchenkoconfig INTEL_INT0002_VGPIO 84945a3d578SAndy Shevchenko tristate "Intel ACPI INT0002 Virtual GPIO driver" 85045a3d578SAndy Shevchenko depends on GPIOLIB && ACPI 85145a3d578SAndy Shevchenko select GPIOLIB_IRQCHIP 852a7f7f624SMasahiro Yamada help 85345a3d578SAndy Shevchenko Some peripherals on Bay Trail and Cherry Trail platforms signal a 85445a3d578SAndy Shevchenko Power Management Event (PME) to the Power Management Controller (PMC) 85545a3d578SAndy Shevchenko to wakeup the system. When this happens software needs to explicitly 85645a3d578SAndy Shevchenko clear the PME bus 0 status bit in the GPE0a_STS register to avoid an 85745a3d578SAndy Shevchenko IRQ storm on IRQ 9. 85845a3d578SAndy Shevchenko 85945a3d578SAndy Shevchenko This is modelled in ACPI through the INT0002 ACPI device, which is 86045a3d578SAndy Shevchenko called a "Virtual GPIO controller" in ACPI because it defines the 86145a3d578SAndy Shevchenko event handler to call when the PME triggers through _AEI and _L02 86245a3d578SAndy Shevchenko methods as would be done for a real GPIO interrupt in ACPI. 86345a3d578SAndy Shevchenko 86445a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 86545a3d578SAndy Shevchenko be called intel_int0002_vgpio. 866bd9fc3a7SJean Delvare 86741b16dceSLen Brownconfig INTEL_MENLOW 86841b16dceSLen Brown tristate "Thermal Management driver for Intel menlow platform" 86941b16dceSLen Brown depends on ACPI_THERMAL 87041b16dceSLen Brown select THERMAL 871a7f7f624SMasahiro Yamada help 87241b16dceSLen Brown ACPI thermal management enhancement driver on 87341b16dceSLen Brown Intel Menlow platform. 87441b16dceSLen Brown 87541b16dceSLen Brown If unsure, say N. 87641b16dceSLen Brown 87745a3d578SAndy Shevchenkoconfig INTEL_OAKTRAIL 87845a3d578SAndy Shevchenko tristate "Intel Oaktrail Platform Extras" 87945a3d578SAndy Shevchenko depends on ACPI 88045a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 88145a3d578SAndy Shevchenko depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI 882a7f7f624SMasahiro Yamada help 88345a3d578SAndy Shevchenko Intel Oaktrail platform need this driver to provide interfaces to 88445a3d578SAndy Shevchenko enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y 88545a3d578SAndy Shevchenko here; it will only load on supported platforms. 88645a3d578SAndy Shevchenko 88745a3d578SAndy Shevchenkoconfig INTEL_VBTN 88845a3d578SAndy Shevchenko tristate "INTEL VIRTUAL BUTTON" 88941b16dceSLen Brown depends on ACPI 8903a5093eeSAlexey Dobriyan depends on INPUT 89145a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 89245a3d578SAndy Shevchenko help 89345a3d578SAndy Shevchenko This driver provides support for the Intel Virtual Button interface. 89445a3d578SAndy Shevchenko Some laptops require this driver for power button support. 89545a3d578SAndy Shevchenko 89645a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 89745a3d578SAndy Shevchenko be called intel_vbtn. 89845a3d578SAndy Shevchenko 89945a3d578SAndy Shevchenkoconfig MSI_LAPTOP 90045a3d578SAndy Shevchenko tristate "MSI Laptop Extras" 90145a3d578SAndy Shevchenko depends on ACPI 90214ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 90345a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 90445a3d578SAndy Shevchenko depends on RFKILL 90545a3d578SAndy Shevchenko depends on INPUT && SERIO_I8042 906642e0447SDmitry Torokhov select INPUT_SPARSEKMAP 907a7f7f624SMasahiro Yamada help 90845a3d578SAndy Shevchenko This is a driver for laptops built by MSI (MICRO-STAR 90945a3d578SAndy Shevchenko INTERNATIONAL): 91076593d6fSCorentin Chary 91145a3d578SAndy Shevchenko MSI MegaBook S270 (MS-1013) 91245a3d578SAndy Shevchenko Cytron/TCM/Medion/Tchibo MD96100/SAM2000 91341b16dceSLen Brown 91445a3d578SAndy Shevchenko It adds support for Bluetooth, WLAN and LCD brightness control. 91541b16dceSLen Brown 91645a3d578SAndy Shevchenko More information about this driver is available at 91745a3d578SAndy Shevchenko <http://0pointer.de/lennart/tchibo.html>. 918ee027e4aSYong Wang 91945a3d578SAndy Shevchenko If you have an MSI S270 laptop, say Y or M here. 920edb73f4fSMattias Jacobsson 921d12d8bafSThomas Renningerconfig MSI_WMI 922d12d8bafSThomas Renninger tristate "MSI WMI extras" 923d12d8bafSThomas Renninger depends on ACPI_WMI 924d12d8bafSThomas Renninger depends on INPUT 925de078e57SAnisse Astier depends on BACKLIGHT_CLASS_DEVICE 92614ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 927c30116c6SAnisse Astier select INPUT_SPARSEKMAP 928d12d8bafSThomas Renninger help 929d12d8bafSThomas Renninger Say Y here if you want to support WMI-based hotkeys on MSI laptops. 930d12d8bafSThomas Renninger 931d12d8bafSThomas Renninger To compile this driver as a module, choose M here: the module will 932d12d8bafSThomas Renninger be called msi-wmi. 933d12d8bafSThomas Renninger 93445a3d578SAndy Shevchenkoconfig XO15_EBOOK 93545a3d578SAndy Shevchenko tristate "OLPC XO-1.5 ebook switch" 93645a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 93745a3d578SAndy Shevchenko depends on ACPI && INPUT 938a7f7f624SMasahiro Yamada help 93945a3d578SAndy Shevchenko Support for the ebook switch on the OLPC XO-1.5 laptop. 94013bb0fd5SHans de Goede 94145a3d578SAndy Shevchenko This switch is triggered as the screen is rotated and folded down to 94245a3d578SAndy Shevchenko convert the device into ebook form. 94345a3d578SAndy Shevchenko 94445a3d578SAndy Shevchenkoconfig XO1_RFKILL 94545a3d578SAndy Shevchenko tristate "OLPC XO-1 software RF kill switch" 94645a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 94745a3d578SAndy Shevchenko depends on RFKILL 948a7f7f624SMasahiro Yamada help 94945a3d578SAndy Shevchenko Support for enabling/disabling the WLAN interface on the OLPC XO-1 95045a3d578SAndy Shevchenko laptop. 95145a3d578SAndy Shevchenko 95245a3d578SAndy Shevchenkoconfig PCENGINES_APU2 95345a3d578SAndy Shevchenko tristate "PC Engines APUv2/3 front button and LEDs driver" 95445a3d578SAndy Shevchenko depends on INPUT && INPUT_KEYBOARD && GPIOLIB 95545a3d578SAndy Shevchenko depends on LEDS_CLASS 95645a3d578SAndy Shevchenko select GPIO_AMD_FCH 95745a3d578SAndy Shevchenko select KEYBOARD_GPIO_POLLED 95845a3d578SAndy Shevchenko select LEDS_GPIO 95945a3d578SAndy Shevchenko help 96045a3d578SAndy Shevchenko This driver provides support for the front button and LEDs on 96145a3d578SAndy Shevchenko PC Engines APUv2/APUv3 board. 96245a3d578SAndy Shevchenko 96345a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 96445a3d578SAndy Shevchenko will be called pcengines-apuv2. 96545a3d578SAndy Shevchenko 96645a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP 96745a3d578SAndy Shevchenko tristate "Samsung Laptop driver" 96845a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 96945a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 97045a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 971bf8f65daSGuillaume Douézan-Grard select LEDS_CLASS 972bf8f65daSGuillaume Douézan-Grard select NEW_LEDS 973a7f7f624SMasahiro Yamada help 97445a3d578SAndy Shevchenko This module implements a driver for a wide range of different 97545a3d578SAndy Shevchenko Samsung laptops. It offers control over the different 97645a3d578SAndy Shevchenko function keys, wireless LED, LCD backlight level. 9779caeb532SHerton Ronaldo Krzesinski 97845a3d578SAndy Shevchenko It may also provide some sysfs files described in 97945a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop> 98045a3d578SAndy Shevchenko 98145a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 98245a3d578SAndy Shevchenko will be called samsung-laptop. 98345a3d578SAndy Shevchenko 98445a3d578SAndy Shevchenkoconfig SAMSUNG_Q10 98545a3d578SAndy Shevchenko tristate "Samsung Q10 Extras" 98645a3d578SAndy Shevchenko depends on ACPI 98745a3d578SAndy Shevchenko select BACKLIGHT_CLASS_DEVICE 988a7f7f624SMasahiro Yamada help 98945a3d578SAndy Shevchenko This driver provides support for backlight control on Samsung Q10 99045a3d578SAndy Shevchenko and related laptops, including Dell Latitude X200. 9919caeb532SHerton Ronaldo Krzesinski 992b4f9fe12SLen Brownconfig ACPI_TOSHIBA 993b4f9fe12SLen Brown tristate "Toshiba Laptop Extras" 994b4f9fe12SLen Brown depends on ACPI 995f11f999eSSeth Forshee depends on ACPI_WMI 9960c51a4d8SMark Brown select LEDS_CLASS 9970c51a4d8SMark Brown select NEW_LEDS 998c76a3e1dSJonathan Corbet depends on BACKLIGHT_CLASS_DEVICE 999b4f9fe12SLen Brown depends on INPUT 1000283672e4SSeth Forshee depends on SERIO_I8042 || SERIO_I8042 = n 1001358d6a2cSHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 1002dc4522beSAzael Avalos depends on RFKILL || RFKILL = n 100398010f1eSAzael Avalos depends on IIO 1004384a7cd9SDmitry Torokhov select INPUT_SPARSEKMAP 1005a7f7f624SMasahiro Yamada help 1006b4f9fe12SLen Brown This driver adds support for access to certain system settings 1007b4f9fe12SLen Brown on "legacy free" Toshiba laptops. These laptops can be recognized by 1008b4f9fe12SLen Brown their lack of a BIOS setup menu and APM support. 1009b4f9fe12SLen Brown 1010b4f9fe12SLen Brown On these machines, all system configuration is handled through the 1011b4f9fe12SLen Brown ACPI. This driver is required for access to controls not covered 1012b4f9fe12SLen Brown by the general ACPI drivers, such as LCD brightness, video output, 1013b4f9fe12SLen Brown etc. 1014b4f9fe12SLen Brown 1015b4f9fe12SLen Brown This driver differs from the non-ACPI Toshiba laptop driver (located 1016b4f9fe12SLen Brown under "Processor type and features") in several aspects. 1017b4f9fe12SLen Brown Configuration is accessed by reading and writing text files in the 1018b4f9fe12SLen Brown /proc tree instead of by program interface to /dev. Furthermore, no 1019b4f9fe12SLen Brown power management functions are exposed, as those are handled by the 1020b4f9fe12SLen Brown general ACPI drivers. 1021b4f9fe12SLen Brown 1022b4f9fe12SLen Brown More information about this driver is available at 1023b4f9fe12SLen Brown <http://memebeam.org/toys/ToshibaAcpiDriver>. 1024b4f9fe12SLen Brown 1025b4f9fe12SLen Brown If you have a legacy free Toshiba laptop (such as the Libretto L1 1026b4f9fe12SLen Brown series), say Y. 102742b4e9eeSJes Sorensen 102842b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL 102942b4e9eeSJes Sorensen tristate "Toshiba Bluetooth RFKill switch support" 103042b4e9eeSJes Sorensen depends on ACPI 10317ee8cd33SAzael Avalos depends on RFKILL || RFKILL = n 1032a7f7f624SMasahiro Yamada help 103342b4e9eeSJes Sorensen This driver adds support for Bluetooth events for the RFKill 103442b4e9eeSJes Sorensen switch on modern Toshiba laptops with full ACPI support and 103542b4e9eeSJes Sorensen an RFKill switch. 103642b4e9eeSJes Sorensen 103742b4e9eeSJes Sorensen This driver handles RFKill events for the TOS6205 Bluetooth, 103842b4e9eeSJes Sorensen and re-enables it when the switch is set back to the 'on' 103942b4e9eeSJes Sorensen position. 104042b4e9eeSJes Sorensen 104142b4e9eeSJes Sorensen If you have a modern Toshiba laptop with a Bluetooth and an 104242b4e9eeSJes Sorensen RFKill switch (such as the Portege R500), say Y. 1043529aa8cbSThadeu Lima de Souza Cascardo 1044186e4e89SAzael Avalosconfig TOSHIBA_HAPS 1045186e4e89SAzael Avalos tristate "Toshiba HDD Active Protection Sensor" 1046186e4e89SAzael Avalos depends on ACPI 1047a7f7f624SMasahiro Yamada help 1048186e4e89SAzael Avalos This driver adds support for the built-in accelerometer 1049769a12a9SMasanari Iida found on recent Toshiba laptops equipped with HID TOS620A 1050186e4e89SAzael Avalos device. 1051186e4e89SAzael Avalos 1052186e4e89SAzael Avalos This driver receives ACPI notify events 0x80 when the sensor 1053186e4e89SAzael Avalos detects a sudden move or a harsh vibration, as well as an 1054186e4e89SAzael Avalos ACPI notify event 0x81 whenever the movement or vibration has 1055186e4e89SAzael Avalos been stabilized. 1056186e4e89SAzael Avalos 1057186e4e89SAzael Avalos Also provides sysfs entries to get/set the desired protection 1058769a12a9SMasanari Iida level and resetting the HDD protection interface. 1059186e4e89SAzael Avalos 1060186e4e89SAzael Avalos If you have a recent Toshiba laptop with a built-in accelerometer 1061186e4e89SAzael Avalos device, say Y. 1062186e4e89SAzael Avalos 106314991fc7SAzael Avalosconfig TOSHIBA_WMI 106414991fc7SAzael Avalos tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)" 106514991fc7SAzael Avalos depends on ACPI_WMI 106614991fc7SAzael Avalos depends on INPUT 106714991fc7SAzael Avalos select INPUT_SPARSEKMAP 1068a7f7f624SMasahiro Yamada help 106914991fc7SAzael Avalos This driver adds hotkey monitoring support to some Toshiba models 107014991fc7SAzael Avalos that manage the hotkeys via WMI events. 107114991fc7SAzael Avalos 107214991fc7SAzael Avalos WARNING: This driver is incomplete as it lacks a proper keymap and the 107314991fc7SAzael Avalos *notify function only prints the ACPI event type value. Be warned that 107414991fc7SAzael Avalos you will need to provide some information if you have a Toshiba model 107583fc61a5SMasanari Iida with WMI event hotkeys and want to help with the development of this 107614991fc7SAzael Avalos driver. 107714991fc7SAzael Avalos 107814991fc7SAzael Avalos If you have a WMI-based hotkeys Toshiba laptop, say Y or M here. 107914991fc7SAzael Avalos 1080529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC 1081529aa8cbSThadeu Lima de Souza Cascardo tristate "CMPC Laptop Extras" 10824f258cf4SRandy Dunlap depends on ACPI && INPUT 1083f35843edSThadeu Lima de Souza Cascardo depends on RFKILL || RFKILL=n 1084529aa8cbSThadeu Lima de Souza Cascardo select BACKLIGHT_CLASS_DEVICE 1085529aa8cbSThadeu Lima de Souza Cascardo help 1086529aa8cbSThadeu Lima de Souza Cascardo Support for Intel Classmate PC ACPI devices, including some 1087529aa8cbSThadeu Lima de Souza Cascardo keys as input device, backlight device, tablet and accelerometer 1088529aa8cbSThadeu Lima de Souza Cascardo devices. 1089529aa8cbSThadeu Lima de Souza Cascardo 109045a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP 109145a3d578SAndy Shevchenko tristate "Compal (and others) Laptop Extras" 109245a3d578SAndy Shevchenko depends on ACPI 109345a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 109445a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 109545a3d578SAndy Shevchenko depends on RFKILL 109645a3d578SAndy Shevchenko depends on HWMON 109745a3d578SAndy Shevchenko depends on POWER_SUPPLY 1098a7f7f624SMasahiro Yamada help 109945a3d578SAndy Shevchenko This is a driver for laptops built by Compal, and some models by 110045a3d578SAndy Shevchenko other brands (e.g. Dell, Toshiba). 11011cd706dfSHans de Goede 110245a3d578SAndy Shevchenko It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon 110345a3d578SAndy Shevchenko and battery charging level control. 1104d740795dSYauhen Kharuzhy 110545a3d578SAndy Shevchenkoconfig LG_LAPTOP 110645a3d578SAndy Shevchenko tristate "LG Laptop Extras" 110745a3d578SAndy Shevchenko depends on ACPI 110845a3d578SAndy Shevchenko depends on ACPI_WMI 110945a3d578SAndy Shevchenko depends on INPUT 111045a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 11118f0c01e6SNecip Fazil Yildiran select NEW_LEDS 111245a3d578SAndy Shevchenko select LEDS_CLASS 111345a3d578SAndy Shevchenko help 111445a3d578SAndy Shevchenko This driver adds support for hotkeys as well as control of keyboard 111545a3d578SAndy Shevchenko backlight, battery maximum charge level and various other ACPI 111645a3d578SAndy Shevchenko features. 11171cd706dfSHans de Goede 111845a3d578SAndy Shevchenko If you have an LG Gram laptop, say Y or M here. 1119d740795dSYauhen Kharuzhy 112045a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP 112145a3d578SAndy Shevchenko tristate "Panasonic Laptop Extras" 112245a3d578SAndy Shevchenko depends on INPUT && ACPI 112345a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 112445a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 1125a7f7f624SMasahiro Yamada help 112645a3d578SAndy Shevchenko This driver adds support for access to backlight control and hotkeys 112745a3d578SAndy Shevchenko on Panasonic Let's Note laptops. 112863dada87SHans de Goede 112945a3d578SAndy Shevchenko If you have a Panasonic Let's note laptop (such as the R1(N variant), 113045a3d578SAndy Shevchenko R2, R3, R5, T2, W2 and Y2 series), say Y. 113163dada87SHans de Goede 113245a3d578SAndy Shevchenkoconfig SONY_LAPTOP 113345a3d578SAndy Shevchenko tristate "Sony Laptop Extras" 113445a3d578SAndy Shevchenko depends on ACPI 113545a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 113645a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 113745a3d578SAndy Shevchenko depends on INPUT 113845a3d578SAndy Shevchenko depends on RFKILL 1139a7f7f624SMasahiro Yamada help 114045a3d578SAndy Shevchenko This mini-driver drives the SNC and SPIC devices present in the ACPI 114145a3d578SAndy Shevchenko BIOS of the Sony Vaio laptops. 114263dada87SHans de Goede 114345a3d578SAndy Shevchenko It gives access to some extra laptop functionalities like Bluetooth, 114445a3d578SAndy Shevchenko screen brightness control, Fn keys and allows powering on/off some 114545a3d578SAndy Shevchenko devices. 114645a3d578SAndy Shevchenko 114745a3d578SAndy Shevchenko Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information. 114845a3d578SAndy Shevchenko 114945a3d578SAndy Shevchenkoconfig SONYPI_COMPAT 115045a3d578SAndy Shevchenko bool "Sonypi compatibility" 115145a3d578SAndy Shevchenko depends on SONY_LAPTOP 1152a7f7f624SMasahiro Yamada help 115345a3d578SAndy Shevchenko Build the sonypi driver compatibility code into the sony-laptop driver. 115445a3d578SAndy Shevchenko 115545a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI 115645a3d578SAndy Shevchenko tristate "System76 ACPI Driver" 115745a3d578SAndy Shevchenko depends on ACPI 115845a3d578SAndy Shevchenko select NEW_LEDS 115945a3d578SAndy Shevchenko select LEDS_CLASS 116045a3d578SAndy Shevchenko select LEDS_TRIGGERS 116145a3d578SAndy Shevchenko help 116245a3d578SAndy Shevchenko This is a driver for System76 laptops running open firmware. It adds 116345a3d578SAndy Shevchenko support for Fn-Fx key combinations, keyboard backlight, and airplane mode 116445a3d578SAndy Shevchenko LEDs. 116545a3d578SAndy Shevchenko 116645a3d578SAndy Shevchenko If you have a System76 laptop running open firmware, say Y or M here. 116745a3d578SAndy Shevchenko 116845a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP 116945a3d578SAndy Shevchenko tristate "Topstar Laptop Extras" 1170ecc83e52SAlex Hung depends on ACPI 1171ecc83e52SAlex Hung depends on INPUT 1172ecc83e52SAlex Hung select INPUT_SPARSEKMAP 117345a3d578SAndy Shevchenko select LEDS_CLASS 117445a3d578SAndy Shevchenko select NEW_LEDS 1175a7f7f624SMasahiro Yamada help 117645a3d578SAndy Shevchenko This driver adds support for hotkeys found on Topstar laptops. 11779a58a333SSreedhara DS 117845a3d578SAndy Shevchenko If you have a Topstar laptop, say Y or M here. 11795369c02dSSreedhara DS 118045a3d578SAndy Shevchenkoconfig I2C_MULTI_INSTANTIATE 118145a3d578SAndy Shevchenko tristate "I2C multi instantiate pseudo device driver" 118245a3d578SAndy Shevchenko depends on I2C && ACPI 11838eec8a11SHong Liu help 118445a3d578SAndy Shevchenko Some ACPI-based systems list multiple i2c-devices in a single ACPI 118545a3d578SAndy Shevchenko firmware-node. This driver will instantiate separate i2c-clients 118645a3d578SAndy Shevchenko for each device in the firmware-node. 11878eec8a11SHong Liu 118845a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 118945a3d578SAndy Shevchenko will be called i2c-multi-instantiate. 11908eec8a11SHong Liu 119145a3d578SAndy Shevchenkoconfig MLX_PLATFORM 119245a3d578SAndy Shevchenko tristate "Mellanox Technologies platform support" 119345a3d578SAndy Shevchenko depends on I2C && REGMAP 1194a7f7f624SMasahiro Yamada help 119545a3d578SAndy Shevchenko This option enables system support for the Mellanox Technologies 119645a3d578SAndy Shevchenko platform. The Mellanox systems provide data center networking 119745a3d578SAndy Shevchenko solutions based on Virtual Protocol Interconnect (VPI) technology 119845a3d578SAndy Shevchenko enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE 119945a3d578SAndy Shevchenko connection. 120045a3d578SAndy Shevchenko 120145a3d578SAndy Shevchenko If you have a Mellanox system, say Y or M here. 120245a3d578SAndy Shevchenko 120345a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI 120445a3d578SAndy Shevchenko bool "DMI based touchscreen configuration info" 120545a3d578SAndy Shevchenko depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD 1206dba43fc4SLinus Torvalds select EFI_EMBEDDED_FIRMWARE if EFI 1207a7f7f624SMasahiro Yamada help 120845a3d578SAndy Shevchenko Certain ACPI based tablets with e.g. Silead or Chipone touchscreens 120945a3d578SAndy Shevchenko do not have enough data in ACPI tables for the touchscreen driver to 121045a3d578SAndy Shevchenko handle the touchscreen properly, as OEMs expect the data to be baked 121145a3d578SAndy Shevchenko into the tablet model specific version of the driver shipped with the 121245a3d578SAndy Shevchenko the OS-image for the device. This option supplies the missing info. 121345a3d578SAndy Shevchenko Enable this for x86 tablets with Silead or Chipone touchscreens. 1214aa7ffc01SJesse Barnes 121528a375dfSBryan O'Donoghueconfig INTEL_IMR 121628a375dfSBryan O'Donoghue bool "Intel Isolated Memory Region support" 121728a375dfSBryan O'Donoghue depends on X86_INTEL_QUARK && IOSF_MBI 1218a7f7f624SMasahiro Yamada help 121928a375dfSBryan O'Donoghue This option provides a means to manipulate Isolated Memory Regions. 122028a375dfSBryan O'Donoghue IMRs are a set of registers that define read and write access masks 122128a375dfSBryan O'Donoghue to prohibit certain system agents from accessing memory with 1 KiB 122228a375dfSBryan O'Donoghue granularity. 122328a375dfSBryan O'Donoghue 122428a375dfSBryan O'Donoghue IMRs make it possible to control read/write access to an address 122528a375dfSBryan O'Donoghue by hardware agents inside the SoC. Read and write masks can be 122628a375dfSBryan O'Donoghue defined for: 122728a375dfSBryan O'Donoghue - eSRAM flush 122828a375dfSBryan O'Donoghue - Dirty CPU snoop (write only) 122928a375dfSBryan O'Donoghue - RMU access 123028a375dfSBryan O'Donoghue - PCI Virtual Channel 0/Virtual Channel 1 123128a375dfSBryan O'Donoghue - SMM mode 123228a375dfSBryan O'Donoghue - Non SMM mode 123328a375dfSBryan O'Donoghue 123428a375dfSBryan O'Donoghue Quark contains a set of eight IMR registers and makes use of those 123528a375dfSBryan O'Donoghue registers during its bootup process. 123628a375dfSBryan O'Donoghue 123728a375dfSBryan O'Donoghue If you are running on a Galileo/Quark say Y here. 123828a375dfSBryan O'Donoghue 123945a3d578SAndy Shevchenkoconfig INTEL_IPS 124045a3d578SAndy Shevchenko tristate "Intel Intelligent Power Sharing" 12417934d76cSSinan Kaya depends on ACPI && PCI 1242a7f7f624SMasahiro Yamada help 124345a3d578SAndy Shevchenko Intel Calpella platforms support dynamic power sharing between the 124445a3d578SAndy Shevchenko CPU and GPU, maximizing performance in a given TDP. This driver, 124545a3d578SAndy Shevchenko along with the CPU frequency and i915 drivers, provides that 124645a3d578SAndy Shevchenko functionality. If in doubt, say Y here; it will only load on 124745a3d578SAndy Shevchenko supported platforms. 1248917ee75aSSeth Forshee 124934a956dbSMatthew Garrettconfig INTEL_RST 125034a956dbSMatthew Garrett tristate "Intel Rapid Start Technology Driver" 125134a956dbSMatthew Garrett depends on ACPI 1252a7f7f624SMasahiro Yamada help 12538d92e160SChristophe JAILLET This driver provides support for modifying parameters on systems 125434a956dbSMatthew Garrett equipped with Intel's Rapid Start Technology. When put in an ACPI 125534a956dbSMatthew Garrett sleep state, these devices will wake after either a configured 125634a956dbSMatthew Garrett timeout or when the system battery reaches a critical state, 125734a956dbSMatthew Garrett automatically copying memory contents to disk. On resume, the 125834a956dbSMatthew Garrett firmware will copy the memory contents back to RAM and resume the OS 125934a956dbSMatthew Garrett as usual. 126034a956dbSMatthew Garrett 12615c7f80f7SMatthew Garrettconfig INTEL_SMARTCONNECT 12625c7f80f7SMatthew Garrett tristate "Intel Smart Connect disabling driver" 12635c7f80f7SMatthew Garrett depends on ACPI 1264a7f7f624SMasahiro Yamada help 12655c7f80f7SMatthew Garrett Intel Smart Connect is a technology intended to permit devices to 12665c7f80f7SMatthew Garrett update state by resuming for a short period of time at regular 12675c7f80f7SMatthew Garrett intervals. If a user enables this functionality under Windows and 12685c7f80f7SMatthew Garrett then reboots into Linux, the system may remain configured to resume 12695c7f80f7SMatthew Garrett on suspend. In the absence of any userspace to support it, the system 12705c7f80f7SMatthew Garrett will then remain awake until something triggers another suspend. 12715c7f80f7SMatthew Garrett 12725c7f80f7SMatthew Garrett This driver checks to determine whether the device has Intel Smart 12735c7f80f7SMatthew Garrett Connect enabled, and if so disables it. 12745c7f80f7SMatthew Garrett 127545a3d578SAndy Shevchenkosource "drivers/platform/x86/intel_speed_select_if/Kconfig" 12766613d18eSVadim Pasternak 12774ec567b8SSrinivas Pandruvadaconfig INTEL_TURBO_MAX_3 12784ec567b8SSrinivas Pandruvada bool "Intel Turbo Boost Max Technology 3.0 enumeration driver" 12794ec567b8SSrinivas Pandruvada depends on X86_64 && SCHED_MC_PRIO 1280a7f7f624SMasahiro Yamada help 12814ec567b8SSrinivas Pandruvada This driver reads maximum performance ratio of each CPU and set up 12824ec567b8SSrinivas Pandruvada the scheduler priority metrics. In this way scheduler can prefer 12834ec567b8SSrinivas Pandruvada CPU with higher performance to schedule tasks. 12844ec567b8SSrinivas Pandruvada This driver is only required when the system is not using Hardware 12854ec567b8SSrinivas Pandruvada P-States (HWP). In HWP mode, priority can be read from ACPI tables. 12864ec567b8SSrinivas Pandruvada 128749a474c7SSrinivas Pandruvadaconfig INTEL_UNCORE_FREQ_CONTROL 128849a474c7SSrinivas Pandruvada tristate "Intel Uncore frequency control driver" 128949a474c7SSrinivas Pandruvada depends on X86_64 129049a474c7SSrinivas Pandruvada help 129149a474c7SSrinivas Pandruvada This driver allows control of uncore frequency limits on 129249a474c7SSrinivas Pandruvada supported server platforms. 129349a474c7SSrinivas Pandruvada Uncore frequency controls RING/LLC (last-level cache) clocks. 129449a474c7SSrinivas Pandruvada 129549a474c7SSrinivas Pandruvada To compile this driver as a module, choose M here: the module 129649a474c7SSrinivas Pandruvada will be called intel-uncore-frequency. 129749a474c7SSrinivas Pandruvada 129845a3d578SAndy Shevchenkoconfig INTEL_BXTWC_PMIC_TMU 129945a3d578SAndy Shevchenko tristate "Intel BXT Whiskey Cove TMU Driver" 130045a3d578SAndy Shevchenko depends on REGMAP 130125f1ca31SMika Westerberg depends on MFD_INTEL_PMC_BXT 130225f1ca31SMika Westerberg depends on INTEL_SOC_PMIC_BXTWC 1303a7f7f624SMasahiro Yamada help 130445a3d578SAndy Shevchenko Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature. 130545a3d578SAndy Shevchenko This driver enables the alarm wakeup functionality in the TMU unit 130645a3d578SAndy Shevchenko of Whiskey Cove PMIC. 130735f2c14dSSrinivas Pandruvada 130845a3d578SAndy Shevchenkoconfig INTEL_CHTDC_TI_PWRBTN 130945a3d578SAndy Shevchenko tristate "Intel Cherry Trail Dollar Cove TI power button driver" 131045a3d578SAndy Shevchenko depends on INTEL_SOC_PMIC_CHTDC_TI 131145a3d578SAndy Shevchenko depends on INPUT 1312a7f7f624SMasahiro Yamada help 131345a3d578SAndy Shevchenko This option adds a power button driver driver for Dollar Cove TI 131445a3d578SAndy Shevchenko PMIC on Intel Cherry Trail devices. 131545a3d578SAndy Shevchenko 131645a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 131745a3d578SAndy Shevchenko will be called intel_chtdc_ti_pwrbtn. 131845a3d578SAndy Shevchenko 131945a3d578SAndy Shevchenkoconfig INTEL_MFLD_THERMAL 132045a3d578SAndy Shevchenko tristate "Thermal driver for Intel Medfield platform" 132145a3d578SAndy Shevchenko depends on MFD_INTEL_MSIC && THERMAL 1322fd13c862SJeremy Soller help 132345a3d578SAndy Shevchenko Say Y here to enable thermal driver support for the Intel Medfield 132445a3d578SAndy Shevchenko platform. 1325fd13c862SJeremy Soller 132645a3d578SAndy Shevchenkoconfig INTEL_MID_POWER_BUTTON 132745a3d578SAndy Shevchenko tristate "power button driver for Intel MID platforms" 132854b34aa0SMika Westerberg depends on INTEL_SCU && INPUT 132945a3d578SAndy Shevchenko help 133045a3d578SAndy Shevchenko This driver handles the power button on the Intel MID platforms. 133145a3d578SAndy Shevchenko 133245a3d578SAndy Shevchenko If unsure, say N. 133345a3d578SAndy Shevchenko 133445a3d578SAndy Shevchenkoconfig INTEL_MRFLD_PWRBTN 133545a3d578SAndy Shevchenko tristate "Intel Merrifield Basin Cove power button driver" 133645a3d578SAndy Shevchenko depends on INTEL_SOC_PMIC_MRFLD 133745a3d578SAndy Shevchenko depends on INPUT 1338a7f7f624SMasahiro Yamada help 133945a3d578SAndy Shevchenko This option adds a power button driver for Basin Cove PMIC 134045a3d578SAndy Shevchenko on Intel Merrifield devices. 134145a3d578SAndy Shevchenko 134245a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 134345a3d578SAndy Shevchenko will be called intel_mrfld_pwrbtn. 134445a3d578SAndy Shevchenko 134545a3d578SAndy Shevchenkoconfig INTEL_PMC_CORE 134645a3d578SAndy Shevchenko tristate "Intel PMC Core driver" 134745a3d578SAndy Shevchenko depends on PCI 1348a7f7f624SMasahiro Yamada help 134945a3d578SAndy Shevchenko The Intel Platform Controller Hub for Intel Core SoCs provides access 135045a3d578SAndy Shevchenko to Power Management Controller registers via a PCI interface. This 135145a3d578SAndy Shevchenko driver can utilize debugging capabilities and supported features as 135245a3d578SAndy Shevchenko exposed by the Power Management Controller. 135345a3d578SAndy Shevchenko 135445a3d578SAndy Shevchenko Supported features: 135545a3d578SAndy Shevchenko - SLP_S0_RESIDENCY counter 135645a3d578SAndy Shevchenko - PCH IP Power Gating status 135745a3d578SAndy Shevchenko - LTR Ignore 135845a3d578SAndy Shevchenko - MPHY/PLL gating status (Sunrisepoint PCH only) 135945a3d578SAndy Shevchenko 1360e2729113SAlexander Duyckconfig INTEL_PMT_CLASS 1361e2729113SAlexander Duyck tristate "Intel Platform Monitoring Technology (PMT) Class driver" 1362e2729113SAlexander Duyck help 1363e2729113SAlexander Duyck The Intel Platform Monitoring Technology (PMT) class driver provides 1364e2729113SAlexander Duyck the basic sysfs interface and file hierarchy uses by PMT devices. 1365e2729113SAlexander Duyck 1366e2729113SAlexander Duyck For more information, see: 1367e2729113SAlexander Duyck <file:Documentation/ABI/testing/sysfs-class-intel_pmt> 1368e2729113SAlexander Duyck 1369e2729113SAlexander Duyck To compile this driver as a module, choose M here: the module 1370e2729113SAlexander Duyck will be called intel_pmt_class. 1371e2729113SAlexander Duyck 137268fe8e6eSAlexander Duyckconfig INTEL_PMT_TELEMETRY 137368fe8e6eSAlexander Duyck tristate "Intel Platform Monitoring Technology (PMT) Telemetry driver" 137468fe8e6eSAlexander Duyck select INTEL_PMT_CLASS 137568fe8e6eSAlexander Duyck help 137668fe8e6eSAlexander Duyck The Intel Platform Monitory Technology (PMT) Telemetry driver provides 137768fe8e6eSAlexander Duyck access to hardware telemetry metrics on devices that support the 137868fe8e6eSAlexander Duyck feature. 137968fe8e6eSAlexander Duyck 138068fe8e6eSAlexander Duyck To compile this driver as a module, choose M here: the module 138168fe8e6eSAlexander Duyck will be called intel_pmt_telemetry. 138268fe8e6eSAlexander Duyck 13835ef9998cSAlexander Duyckconfig INTEL_PMT_CRASHLOG 13845ef9998cSAlexander Duyck tristate "Intel Platform Monitoring Technology (PMT) Crashlog driver" 13855ef9998cSAlexander Duyck select INTEL_PMT_CLASS 13865ef9998cSAlexander Duyck help 13875ef9998cSAlexander Duyck The Intel Platform Monitoring Technology (PMT) crashlog driver provides 13885ef9998cSAlexander Duyck access to hardware crashlog capabilities on devices that support the 13895ef9998cSAlexander Duyck feature. 13905ef9998cSAlexander Duyck 13915ef9998cSAlexander Duyck To compile this driver as a module, choose M here: the module 13925ef9998cSAlexander Duyck will be called intel_pmt_crashlog. 13935ef9998cSAlexander Duyck 139445a3d578SAndy Shevchenkoconfig INTEL_PUNIT_IPC 139545a3d578SAndy Shevchenko tristate "Intel P-Unit IPC Driver" 1396a7f7f624SMasahiro Yamada help 139745a3d578SAndy Shevchenko This driver provides support for Intel P-Unit Mailbox IPC mechanism, 139845a3d578SAndy Shevchenko which is used to bridge the communications between kernel and P-Unit. 139945a3d578SAndy Shevchenko 140045a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC 140154b34aa0SMika Westerberg bool 140254b34aa0SMika Westerberg 140354b34aa0SMika Westerbergconfig INTEL_SCU 140454b34aa0SMika Westerberg bool 140554b34aa0SMika Westerberg select INTEL_SCU_IPC 140654b34aa0SMika Westerberg 140754b34aa0SMika Westerbergconfig INTEL_SCU_PCI 140854b34aa0SMika Westerberg bool "Intel SCU PCI driver" 1409b8da68f4SMika Westerberg depends on PCI 141054b34aa0SMika Westerberg select INTEL_SCU 141154b34aa0SMika Westerberg help 141254b34aa0SMika Westerberg This driver is used to bridge the communications between kernel 141354b34aa0SMika Westerberg and SCU on some embedded Intel x86 platforms. It also creates 1414b8da68f4SMika Westerberg devices that are connected to the SoC through the SCU. 1415b8da68f4SMika Westerberg Platforms supported: 1416b8da68f4SMika Westerberg Medfield 1417b8da68f4SMika Westerberg Clovertrail 1418b8da68f4SMika Westerberg Merrifield 1419b8da68f4SMika Westerberg Broxton 1420b8da68f4SMika Westerberg Apollo Lake 142145a3d578SAndy Shevchenko 14227a61f05eSMika Westerbergconfig INTEL_SCU_PLATFORM 14237a61f05eSMika Westerberg tristate "Intel SCU platform driver" 14247a61f05eSMika Westerberg depends on ACPI 14257a61f05eSMika Westerberg select INTEL_SCU 14267a61f05eSMika Westerberg help 14277a61f05eSMika Westerberg This driver is used to bridge the communications between kernel 14287a61f05eSMika Westerberg and SCU (sometimes called PMC as well). The driver currently 14297a61f05eSMika Westerberg supports Intel Elkhart Lake and compatible platforms. 14307a61f05eSMika Westerberg 143145a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL 143245a3d578SAndy Shevchenko tristate "Intel SCU IPC utility driver" 143354b34aa0SMika Westerberg depends on INTEL_SCU 1434a7f7f624SMasahiro Yamada help 143545a3d578SAndy Shevchenko The IPC Util driver provides an interface with the SCU enabling 143645a3d578SAndy Shevchenko low level access for debug work and updating the firmware. Say 143745a3d578SAndy Shevchenko N unless you will be doing this on an Intel MID platform. 143845a3d578SAndy Shevchenko 143945a3d578SAndy Shevchenkoconfig INTEL_TELEMETRY 144045a3d578SAndy Shevchenko tristate "Intel SoC Telemetry Driver" 144125f1ca31SMika Westerberg depends on X86_64 144225f1ca31SMika Westerberg depends on MFD_INTEL_PMC_BXT 144325f1ca31SMika Westerberg depends on INTEL_PUNIT_IPC 1444a7f7f624SMasahiro Yamada help 144545a3d578SAndy Shevchenko This driver provides interfaces to configure and use 144645a3d578SAndy Shevchenko telemetry for INTEL SoC from APL onwards. It is also 144745a3d578SAndy Shevchenko used to get various SoC events and parameters 144845a3d578SAndy Shevchenko directly via debugfs files. Various tools may use 144945a3d578SAndy Shevchenko this interface for SoC state monitoring. 1450fd13c862SJeremy Soller 145141b16dceSLen Brownendif # X86_PLATFORM_DEVICES 145280a7581fSIrina Tirdea 145380a7581fSIrina Tirdeaconfig PMC_ATOM 145480a7581fSIrina Tirdea def_bool y 145580a7581fSIrina Tirdea depends on PCI 1456282a4e4cSIrina Tirdea select COMMON_CLK 1457