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 40*73f0f2b5SArmin Wolfconfig ACPI_WMI_LEGACY_DEVICE_NAMES 41*73f0f2b5SArmin Wolf bool "Use legacy WMI device naming scheme" 42*73f0f2b5SArmin Wolf depends on ACPI_WMI 43*73f0f2b5SArmin Wolf help 44*73f0f2b5SArmin Wolf Say Y here to force the WMI driver core to use the old WMI device naming 45*73f0f2b5SArmin Wolf scheme when creating WMI devices. Doing so might be necessary for some 46*73f0f2b5SArmin Wolf userspace applications but will cause the registration of WMI devices with 47*73f0f2b5SArmin Wolf the same GUID to fail in some corner cases. 48*73f0f2b5SArmin Wolf 4945a3d578SAndy Shevchenkoconfig WMI_BMOF 5045a3d578SAndy Shevchenko tristate "WMI embedded Binary MOF driver" 51e98062edSSedat Dilek depends on ACPI_WMI 5245a3d578SAndy Shevchenko default ACPI_WMI 53a7f7f624SMasahiro Yamada help 5445a3d578SAndy Shevchenko Say Y here if you want to be able to read a firmware-embedded 55bf4f93c4SArmin Wolf WMI Binary MOF (Managed Object Format) data. Using this requires 56bf4f93c4SArmin Wolf userspace tools and may be rather tedious. 5741b16dceSLen Brown 5845a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 5945a3d578SAndy Shevchenko be called wmi-bmof. 6041b16dceSLen Brown 6145a3d578SAndy Shevchenkoconfig HUAWEI_WMI 6245a3d578SAndy Shevchenko tristate "Huawei WMI laptop extras driver" 6345a3d578SAndy Shevchenko depends on ACPI_BATTERY 64a6021aa2SArnd Bergmann depends on ACPI_EC 6545a3d578SAndy Shevchenko depends on ACPI_WMI 6645a3d578SAndy Shevchenko depends on INPUT 6745a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 6845a3d578SAndy Shevchenko select LEDS_CLASS 6945a3d578SAndy Shevchenko select NEW_LEDS 7045a3d578SAndy Shevchenko help 7145a3d578SAndy Shevchenko This driver provides support for Huawei WMI hotkeys, battery charge 7245a3d578SAndy Shevchenko control, fn-lock, mic-mute LED, and other extra features. 7375971febSChris Chiu 7445a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 7545a3d578SAndy Shevchenko will be called huawei-wmi. 7645a3d578SAndy Shevchenko 774fc2cf1fSJustin Ernstconfig UV_SYSFS 784fc2cf1fSJustin Ernst tristate "Sysfs structure for UV systems" 794fc2cf1fSJustin Ernst depends on X86_UV 804fc2cf1fSJustin Ernst depends on SYSFS 814fc2cf1fSJustin Ernst help 824fc2cf1fSJustin Ernst This driver supports a sysfs tree describing information about 834fc2cf1fSJustin Ernst UV systems at /sys/firmware/sgi_uv/. 844fc2cf1fSJustin Ernst 854fc2cf1fSJustin Ernst To compile this driver as a module, choose M here: the module will 864fc2cf1fSJustin Ernst be called uv_sysfs. 874fc2cf1fSJustin Ernst 8845a3d578SAndy Shevchenkoconfig MXM_WMI 8945a3d578SAndy Shevchenko tristate "WMI support for MXM Laptop Graphics" 9045a3d578SAndy Shevchenko depends on ACPI_WMI 91a7f7f624SMasahiro Yamada help 9245a3d578SAndy Shevchenko MXM is a standard for laptop graphics cards, the WMI interface 9345a3d578SAndy Shevchenko is required for switchable nvidia graphics machines 9445a3d578SAndy Shevchenko 95ca16d33bSDaniel Dadapconfig NVIDIA_WMI_EC_BACKLIGHT 96ca16d33bSDaniel Dadap tristate "EC Backlight Driver for Hybrid Graphics Notebook Systems" 978d0ca287SHans de Goede depends on ACPI_VIDEO 98ad62cd93SDaniel Dadap depends on ACPI_WMI 99ad62cd93SDaniel Dadap depends on BACKLIGHT_CLASS_DEVICE 100ad62cd93SDaniel Dadap help 101ca16d33bSDaniel Dadap This driver provides a sysfs backlight interface for notebook systems 102ca16d33bSDaniel Dadap which are equipped with NVIDIA hybrid graphics and drive LCD backlight 103ca16d33bSDaniel Dadap levels through the Embedded Controller (EC). 104ad62cd93SDaniel Dadap 105ad62cd93SDaniel Dadap Say Y or M here if you want to control the backlight on a notebook 106ca16d33bSDaniel Dadap system with an EC-driven backlight. 107ad62cd93SDaniel Dadap 108ad62cd93SDaniel Dadap If you choose to compile this driver as a module the module will be 109ca16d33bSDaniel Dadap called nvidia-wmi-ec-backlight. 110ad62cd93SDaniel Dadap 11145a3d578SAndy Shevchenkoconfig XIAOMI_WMI 11245a3d578SAndy Shevchenko tristate "Xiaomi WMI key driver" 11345a3d578SAndy Shevchenko depends on ACPI_WMI 11445a3d578SAndy Shevchenko depends on INPUT 11545a3d578SAndy Shevchenko help 11645a3d578SAndy Shevchenko Say Y here if you want to support WMI-based keys on Xiaomi notebooks. 11745a3d578SAndy Shevchenko 11845a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 11945a3d578SAndy Shevchenko be called xiaomi-wmi. 12075971febSChris Chiu 12157293197SThomas Weißschuhconfig GIGABYTE_WMI 12257293197SThomas Weißschuh tristate "Gigabyte WMI temperature driver" 12357293197SThomas Weißschuh depends on ACPI_WMI 12457293197SThomas Weißschuh depends on HWMON 12557293197SThomas Weißschuh help 12657293197SThomas Weißschuh Say Y here if you want to support WMI-based temperature reporting on 12757293197SThomas Weißschuh Gigabyte mainboards. 12857293197SThomas Weißschuh 12957293197SThomas Weißschuh To compile this driver as a module, choose M here: the module will 13057293197SThomas Weißschuh be called gigabyte-wmi. 13157293197SThomas Weißschuh 132e86435ebSPeter Feuererconfig ACERHDF 133e86435ebSPeter Feuerer tristate "Acer Aspire One temperature and fan driver" 134a6021aa2SArnd Bergmann depends on ACPI_EC && THERMAL 13548c8dd64SPeter Feuerer select THERMAL_GOV_BANG_BANG 136a7f7f624SMasahiro Yamada help 137e86435ebSPeter Feuerer This is a driver for Acer Aspire One netbooks. It allows to access 138e86435ebSPeter Feuerer the temperature sensor and to control the fan. 139e86435ebSPeter Feuerer 140e86435ebSPeter Feuerer After loading this driver the BIOS is still in control of the fan. 141e86435ebSPeter Feuerer To let the kernel handle the fan, do: 14214c20688SPaul Gortmaker echo -n enabled > /sys/class/thermal/thermal_zoneN/mode 14314c20688SPaul Gortmaker where N=0,1,2... depending on the number of thermal nodes and the 14414c20688SPaul Gortmaker detection order of your particular system. The "type" parameter 14514c20688SPaul Gortmaker in the same node directory will tell you if it is "acerhdf". 146e86435ebSPeter Feuerer 147e86435ebSPeter Feuerer For more information about this driver see 14878d15eeaSAlexander A. Klimov <https://piie.net/files/acerhdf_README.txt> 149e86435ebSPeter Feuerer 150e86435ebSPeter Feuerer If you have an Acer Aspire One netbook, say Y or M 151e86435ebSPeter Feuerer here. 152e86435ebSPeter Feuerer 15345a3d578SAndy Shevchenkoconfig ACER_WIRELESS 15445a3d578SAndy Shevchenko tristate "Acer Wireless Radio Control Driver" 155a46ad0f1SMario Limonciello depends on ACPI 15645a3d578SAndy Shevchenko depends on INPUT 157a7f7f624SMasahiro Yamada help 15845a3d578SAndy Shevchenko The Acer Wireless Radio Control handles the airplane mode hotkey 15945a3d578SAndy Shevchenko present on new Acer laptops. 16045a3d578SAndy Shevchenko 16145a3d578SAndy Shevchenko Say Y or M here if you have an Acer notebook with an airplane mode 16245a3d578SAndy Shevchenko hotkey. 16345a3d578SAndy Shevchenko 16445a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 16545a3d578SAndy Shevchenko called acer-wireless. 16645a3d578SAndy Shevchenko 16745a3d578SAndy Shevchenkoconfig ACER_WMI 16845a3d578SAndy Shevchenko tristate "Acer WMI Laptop Extras" 16945a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 17045a3d578SAndy Shevchenko depends on SERIO_I8042 17145a3d578SAndy Shevchenko depends on INPUT 17245a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 173a6021aa2SArnd Bergmann depends on ACPI_EC 17445a3d578SAndy Shevchenko depends on ACPI_WMI 175c0ff2c39SSungHwan Jung depends on ACPI_VIDEO || ACPI_VIDEO = n 176446dd8efSSungHwan Jung depends on HWMON 17745a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 178349da8eeSHans de Goede select LEDS_CLASS 179349da8eeSHans de Goede select NEW_LEDS 1806bb5153dSSungHwan Jung select ACPI_PLATFORM_PROFILE 181a7f7f624SMasahiro Yamada help 18245a3d578SAndy Shevchenko This is a driver for newer Acer (and Wistron) laptops. It adds 18345a3d578SAndy Shevchenko wireless radio and bluetooth control, and on some laptops, 18445a3d578SAndy Shevchenko exposes the mail LED and LCD backlight. 18545a3d578SAndy Shevchenko 18645a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 18745a3d578SAndy Shevchenko here. 18845a3d578SAndy Shevchenko 189ef233eafSShyam Sundar S Ksource "drivers/platform/x86/amd/Kconfig" 19091f410aaSSuma Hegde 1913d904005SAndrea.Hoconfig ADV_SWBUTTON 1923d904005SAndrea.Ho tristate "Advantech ACPI Software Button Driver" 1933d904005SAndrea.Ho depends on ACPI && INPUT 1943d904005SAndrea.Ho help 1953d904005SAndrea.Ho Say Y here to enable support for Advantech software defined 1963d904005SAndrea.Ho button feature. More information can be found at 1973d904005SAndrea.Ho <http://www.advantech.com.tw/products/> 1983d904005SAndrea.Ho 1993d904005SAndrea.Ho To compile this driver as a module, choose M here. The module will 2003d904005SAndrea.Ho be called adv_swbutton. 2013d904005SAndrea.Ho 20245a3d578SAndy Shevchenkoconfig APPLE_GMUX 20345a3d578SAndy Shevchenko tristate "Apple Gmux Driver" 20445a3d578SAndy Shevchenko depends on ACPI && PCI 20545a3d578SAndy Shevchenko depends on PNP 20645a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 207a7f7f624SMasahiro Yamada help 20845a3d578SAndy Shevchenko This driver provides support for the gmux device found on many 20945a3d578SAndy Shevchenko Apple laptops, which controls the display mux for the hybrid 21045a3d578SAndy Shevchenko graphics as well as the backlight. Currently only backlight 21145a3d578SAndy Shevchenko control is supported by the driver. 212a46ad0f1SMario Limonciello 21341b16dceSLen Brownconfig ASUS_LAPTOP 2146122af37SCorentin Chary tristate "Asus Laptop Extras" 21541b16dceSLen Brown depends on ACPI 216e73e2c62SCorentin Chary select LEDS_CLASS 217e73e2c62SCorentin Chary select NEW_LEDS 21814ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 21912d6f35bSCorentin Chary depends on INPUT 22018e1311eSCorentin Chary depends on RFKILL || RFKILL = n 22114ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 22266a71dd1SCorentin Chary select INPUT_SPARSEKMAP 223a7f7f624SMasahiro Yamada help 2248819de7fSAndy Ross This is a driver for Asus laptops, Lenovo SL and the Pegatron 2258819de7fSAndy Ross Lucid tablet. It may also support some MEDION, JVC or VICTOR 2268819de7fSAndy Ross laptops. It makes all the extra buttons generate standard 227b23910c2SAndy Ross ACPI events and input events, and on the Lucid the built-in 228b23910c2SAndy Ross accelerometer appears as an input device. It also adds 229b23910c2SAndy Ross support for video output switching, LCD backlight control, 230b23910c2SAndy Ross Bluetooth and Wlan control, and most importantly, allows you 231b23910c2SAndy Ross to blink those fancy LEDs. 23241b16dceSLen Brown 2338819de7fSAndy Ross For more information see <http://acpi4asus.sf.net>. 23441b16dceSLen Brown 23541b16dceSLen Brown If you have an ACPI-compatible ASUS laptop, say Y or M here. 23641b16dceSLen Brown 23745a3d578SAndy Shevchenkoconfig ASUS_WIRELESS 23845a3d578SAndy Shevchenko tristate "Asus Wireless Radio Control Driver" 23945a3d578SAndy Shevchenko depends on ACPI 24045a3d578SAndy Shevchenko depends on INPUT 24145a3d578SAndy Shevchenko select NEW_LEDS 24245a3d578SAndy Shevchenko select LEDS_CLASS 243a7f7f624SMasahiro Yamada help 24445a3d578SAndy Shevchenko The Asus Wireless Radio Control handles the airplane mode hotkey 24545a3d578SAndy Shevchenko present on some Asus laptops. 24645a3d578SAndy Shevchenko 24745a3d578SAndy Shevchenko Say Y or M here if you have an ASUS notebook with an airplane mode 24845a3d578SAndy Shevchenko hotkey. 24945a3d578SAndy Shevchenko 25045a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 25145a3d578SAndy Shevchenko called asus-wireless. 25245a3d578SAndy Shevchenko 25345a3d578SAndy Shevchenkoconfig ASUS_WMI 25445a3d578SAndy Shevchenko tristate "ASUS WMI Driver" 25545a3d578SAndy Shevchenko depends on ACPI_WMI 25645a3d578SAndy Shevchenko depends on ACPI_BATTERY 25745a3d578SAndy Shevchenko depends on INPUT 25845a3d578SAndy Shevchenko depends on HWMON 25945a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 26045a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 26145a3d578SAndy Shevchenko depends on HOTPLUG_PCI 26245a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 263b52cbca2SHans de Goede depends on SERIO_I8042 || SERIO_I8042 = n 26445a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 26545a3d578SAndy Shevchenko select LEDS_CLASS 26645a3d578SAndy Shevchenko select NEW_LEDS 267c63d44aeSLuke D. Jones select ACPI_PLATFORM_PROFILE 268a7f7f624SMasahiro Yamada help 26945a3d578SAndy Shevchenko Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new 27045a3d578SAndy Shevchenko Asus Notebooks). 27145a3d578SAndy Shevchenko 27245a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 27345a3d578SAndy Shevchenko be called asus-wmi. 27445a3d578SAndy Shevchenko 27545a3d578SAndy Shevchenkoconfig ASUS_NB_WMI 27645a3d578SAndy Shevchenko tristate "Asus Notebook WMI Driver" 27745a3d578SAndy Shevchenko depends on ASUS_WMI 278a7f7f624SMasahiro Yamada help 27945a3d578SAndy Shevchenko This is a driver for newer Asus notebooks. It adds extra features 28045a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 28145a3d578SAndy Shevchenko 28245a3d578SAndy Shevchenko For more information, see 28345a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 28445a3d578SAndy Shevchenko 28545a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Asus Notebook, say Y or M 28645a3d578SAndy Shevchenko here. 28745a3d578SAndy Shevchenko 2880a6509b0SHans de Goedeconfig ASUS_TF103C_DOCK 2890a6509b0SHans de Goede tristate "Asus TF103C 2-in-1 keyboard dock" 2900a6509b0SHans de Goede depends on ACPI 2910a6509b0SHans de Goede depends on I2C 2920a6509b0SHans de Goede depends on INPUT 2930a6509b0SHans de Goede depends on HID 2940a6509b0SHans de Goede depends on GPIOLIB 2950a6509b0SHans de Goede help 2960a6509b0SHans de Goede This is a driver for the keyboard, touchpad and USB port of the 2970a6509b0SHans de Goede keyboard dock for the Asus TF103C 2-in-1 tablet. 2980a6509b0SHans de Goede 2990a6509b0SHans de Goede This keyboard dock has its own I2C attached embedded controller 3000a6509b0SHans de Goede and the keyboard and touchpad are also connected over I2C, 3010a6509b0SHans de Goede instead of using the usual USB connection. This means that the 3020a6509b0SHans de Goede keyboard dock requires this special driver to function. 3030a6509b0SHans de Goede 3040a6509b0SHans de Goede If you have an Asus TF103C tablet say Y or M here, for a generic x86 3050a6509b0SHans de Goede distro config say M here. 3060a6509b0SHans de Goede 307636a1e69SChris Blakeconfig MERAKI_MX100 308636a1e69SChris Blake tristate "Cisco Meraki MX100 Platform Driver" 309636a1e69SChris Blake depends on GPIOLIB 310636a1e69SChris Blake depends on GPIO_ICH 311636a1e69SChris Blake depends on LEDS_CLASS 312636a1e69SChris Blake select LEDS_GPIO 313636a1e69SChris Blake help 314636a1e69SChris Blake This driver provides support for the front button and LEDs on 315636a1e69SChris Blake the Cisco Meraki MX100 (Tinkerbell) 1U appliance. 316636a1e69SChris Blake 317636a1e69SChris Blake To compile this driver as a module, choose M here: the module 318636a1e69SChris Blake will be called meraki-mx100. 319636a1e69SChris Blake 32045a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP 32145a3d578SAndy Shevchenko tristate "Eee PC Hotkey Driver" 322a6021aa2SArnd Bergmann depends on ACPI_EC 32345a3d578SAndy Shevchenko depends on INPUT 32445a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 32545a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 32645a3d578SAndy Shevchenko depends on HOTPLUG_PCI 32745a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 32845a3d578SAndy Shevchenko select HWMON 32945a3d578SAndy Shevchenko select LEDS_CLASS 33045a3d578SAndy Shevchenko select NEW_LEDS 33145a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 332a7f7f624SMasahiro Yamada help 33345a3d578SAndy Shevchenko This driver supports the Fn-Fx keys on Eee PC laptops. 33445a3d578SAndy Shevchenko 33545a3d578SAndy Shevchenko It also gives access to some extra laptop functionalities like 33645a3d578SAndy Shevchenko Bluetooth, backlight and allows powering on/off some other 33745a3d578SAndy Shevchenko devices. 33845a3d578SAndy Shevchenko 33945a3d578SAndy Shevchenko If you have an Eee PC laptop, say Y or M here. If this driver 34045a3d578SAndy Shevchenko doesn't work on your Eee PC, try eeepc-wmi instead. 34145a3d578SAndy Shevchenko 34245a3d578SAndy Shevchenkoconfig EEEPC_WMI 34345a3d578SAndy Shevchenko tristate "Eee PC WMI Driver" 34445a3d578SAndy Shevchenko depends on ASUS_WMI 345a7f7f624SMasahiro Yamada help 34645a3d578SAndy Shevchenko This is a driver for newer Eee PC laptops. It adds extra features 34745a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 34845a3d578SAndy Shevchenko 34945a3d578SAndy Shevchenko For more information, see 35045a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 35145a3d578SAndy Shevchenko 35245a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M 35345a3d578SAndy Shevchenko here. 35445a3d578SAndy Shevchenko 355f1e1ea51SMario Limonciellosource "drivers/platform/x86/dell/Kconfig" 3567a3319c1SMichał Kępień 35745a3d578SAndy Shevchenkoconfig AMILO_RFKILL 35845a3d578SAndy Shevchenko tristate "Fujitsu-Siemens Amilo rfkill support" 359817a5cdbSPali Rohár depends on RFKILL 36045a3d578SAndy Shevchenko depends on SERIO_I8042 361a7f7f624SMasahiro Yamada help 36245a3d578SAndy Shevchenko This is a driver for enabling wifi on some Fujitsu-Siemens Amilo 36345a3d578SAndy Shevchenko laptops. 364820787fcSColin Ian King 36541b16dceSLen Brownconfig FUJITSU_LAPTOP 36641b16dceSLen Brown tristate "Fujitsu Laptop Extras" 36741b16dceSLen Brown depends on ACPI 36841b16dceSLen Brown depends on INPUT 36941b16dceSLen Brown depends on BACKLIGHT_CLASS_DEVICE 37014c8a145SSzilard Fabian depends on ACPI_BATTERY 37114ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 372f2252672SMichał Kępień select INPUT_SPARSEKMAP 373afdd1ebbSNecip Fazil Yildiran select NEW_LEDS 374d89bcc83SMichał Kępień select LEDS_CLASS 375a7f7f624SMasahiro Yamada help 37641b16dceSLen Brown This is a driver for laptops built by Fujitsu: 37741b16dceSLen Brown 37841b16dceSLen Brown * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 37941b16dceSLen Brown * Possibly other Fujitsu laptop models 38041b16dceSLen Brown * Tested with S6410 and S7020 38141b16dceSLen Brown 38241b16dceSLen Brown It adds support for LCD brightness control and some hotkeys. 38341b16dceSLen Brown 38441b16dceSLen Brown If you have a Fujitsu laptop, say Y or M here. 38541b16dceSLen Brown 3862d24c490SRobert Gerlachconfig FUJITSU_TABLET 3872d24c490SRobert Gerlach tristate "Fujitsu Tablet Extras" 3882d24c490SRobert Gerlach depends on ACPI 3892d24c490SRobert Gerlach depends on INPUT 390a7f7f624SMasahiro Yamada help 3912d24c490SRobert Gerlach This is a driver for tablets built by Fujitsu: 3922d24c490SRobert Gerlach 3932d24c490SRobert Gerlach * Lifebook P1510/P1610/P1620/Txxxx 3942d24c490SRobert Gerlach * Stylistic ST5xxx 3952d24c490SRobert Gerlach * Possibly other Fujitsu tablet models 3962d24c490SRobert Gerlach 3972d24c490SRobert Gerlach It adds support for the panel buttons, docking station detection, 3982d24c490SRobert Gerlach tablet/notebook mode detection for convertible and 3992d24c490SRobert Gerlach orientation detection for docked slates. 4002d24c490SRobert Gerlach 4012d24c490SRobert Gerlach If you have a Fujitsu convertible or slate, say Y or M here. 4022d24c490SRobert Gerlach 4031b46f17dSHans de Goedeconfig GPD_POCKET_FAN 4041b46f17dSHans de Goede tristate "GPD Pocket Fan Controller support" 4051b46f17dSHans de Goede depends on ACPI 4061b46f17dSHans de Goede depends on THERMAL 407a7f7f624SMasahiro Yamada help 4081b46f17dSHans de Goede Driver for the GPD Pocket vendor specific FAN02501 ACPI device 4091b46f17dSHans de Goede which controls the fan speed on the GPD Pocket. 4101b46f17dSHans de Goede 4111b46f17dSHans de Goede Without this driver the fan on the Pocket will stay off independent 4121b46f17dSHans de Goede of the CPU temperature. Say Y or M if the kernel may be used on a 4131b46f17dSHans de Goede GPD pocket. 4141b46f17dSHans de Goede 4156e9b8992SJorge Lopezsource "drivers/platform/x86/hp/Kconfig" 416efcfed9bSJean Delvare 417a558ea42SMario Limoncielloconfig WIRELESS_HOTKEY 418a558ea42SMario Limonciello tristate "Wireless hotkey button" 41954290fa6SAlex Hung depends on ACPI 42054290fa6SAlex Hung depends on INPUT 42154290fa6SAlex Hung help 422a558ea42SMario Limonciello This driver provides supports for the wireless buttons found on some AMD, 423a558ea42SMario Limonciello HP, & Xioami laptops. 42454290fa6SAlex Hung On such systems the driver should load automatically (via ACPI alias). 42554290fa6SAlex Hung 42654290fa6SAlex Hung To compile this driver as a module, choose M here: the module will 427a558ea42SMario Limonciello be called wireless-hotkey. 42854290fa6SAlex Hung 42945a3d578SAndy Shevchenkoconfig IBM_RTL 43045a3d578SAndy Shevchenko tristate "Device driver to enable PRTL support" 43145a3d578SAndy Shevchenko depends on PCI 432a7f7f624SMasahiro Yamada help 43345a3d578SAndy Shevchenko Enable support for IBM Premium Real Time Mode (PRTM). 43445a3d578SAndy Shevchenko This module will allow you the enter and exit PRTM in the BIOS via 43545a3d578SAndy Shevchenko sysfs on platforms that support this feature. System in PRTM will 43645a3d578SAndy Shevchenko not receive CPU-generated SMIs for recoverable errors. Use of this 43745a3d578SAndy Shevchenko feature without proper support may void your hardware warranty. 43841b16dceSLen Brown 43945a3d578SAndy Shevchenko If the proper BIOS support is found the driver will load and create 44045a3d578SAndy Shevchenko /sys/devices/system/ibm_rtl/. The "state" variable will indicate 44145a3d578SAndy Shevchenko whether or not the BIOS is in PRTM. 44245a3d578SAndy Shevchenko state = 0 (BIOS SMIs on) 44345a3d578SAndy Shevchenko state = 1 (BIOS SMIs off) 44441b16dceSLen Brown 44545a3d578SAndy Shevchenkoconfig SENSORS_HDAPS 44645a3d578SAndy Shevchenko tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 4473dda3b37SBenjamin Tissoires depends on INPUT 44845a3d578SAndy Shevchenko help 44945a3d578SAndy Shevchenko This driver provides support for the IBM Hard Drive Active Protection 45045a3d578SAndy Shevchenko System (hdaps), which provides an accelerometer and other misc. data. 45145a3d578SAndy Shevchenko ThinkPads starting with the R50, T41, and X40 are supported. The 45245a3d578SAndy Shevchenko accelerometer data is readable via sysfs. 4533dda3b37SBenjamin Tissoires 45445a3d578SAndy Shevchenko This driver also provides an absolute input class device, allowing 45545a3d578SAndy Shevchenko the laptop to act as a pinball machine-esque joystick. 45645a3d578SAndy Shevchenko 45745a3d578SAndy Shevchenko If your ThinkPad is not recognized by the driver, please update to latest 45845a3d578SAndy Shevchenko BIOS. This is especially the case for some R52 ThinkPads. 45945a3d578SAndy Shevchenko 46045a3d578SAndy Shevchenko Say Y here if you have an applicable laptop and want to experience 46145a3d578SAndy Shevchenko the awesome power of hdaps. 4623dda3b37SBenjamin Tissoires 4638bd836feSAndy Shevchenkosource "drivers/platform/x86/intel/Kconfig" 464651b57ddSMark Pearsonsource "drivers/platform/x86/lenovo/Kconfig" 4658bd836feSAndy Shevchenko 466f1cacd21SArmin Wolfconfig ACPI_QUICKSTART 467f1cacd21SArmin Wolf tristate "ACPI Quickstart button driver" 468f1cacd21SArmin Wolf depends on ACPI 469f1cacd21SArmin Wolf depends on INPUT 47083cfe6d8SArnd Bergmann select INPUT_SPARSEKMAP 471f1cacd21SArmin Wolf help 472f1cacd21SArmin Wolf This driver adds support for ACPI quickstart button (PNP0C32) devices. 473f1cacd21SArmin Wolf The button emits a manufacturer-specific key value when pressed, so 474f1cacd21SArmin Wolf userspace has to map this value to a standard key code. 475f1cacd21SArmin Wolf 476f1cacd21SArmin Wolf To compile this driver as a module, choose M here: the module will be 477f1cacd21SArmin Wolf called quickstart. 478f1cacd21SArmin Wolf 4792513563eSHans de Goedeconfig MEEGOPAD_ANX7428 4802513563eSHans de Goede tristate "MeeGoPad ANX7428 Type-C Switch" 4812513563eSHans de Goede depends on ACPI && GPIOLIB && I2C 4822513563eSHans de Goede help 4832513563eSHans de Goede Some MeeGoPad top-set boxes have an ANX7428 Type-C Switch for 4842513563eSHans de Goede USB3.1 Gen 1 and DisplayPort over Type-C alternate mode support. 4852513563eSHans de Goede 4862513563eSHans de Goede This driver takes care of powering on the ANX7428 on supported 4872513563eSHans de Goede MeeGoPad top-set boxes. After this the ANX7428 takes care of Type-C 4882513563eSHans de Goede connector orientation and PD alternate mode switching autonomously. 4892513563eSHans de Goede 490392cacf2SNikita Kravetsconfig MSI_EC 491392cacf2SNikita Kravets tristate "MSI EC Extras" 492a6021aa2SArnd Bergmann depends on ACPI_EC 493392cacf2SNikita Kravets depends on ACPI_BATTERY 494392cacf2SNikita Kravets help 495392cacf2SNikita Kravets This driver allows various MSI laptops' functionalities to be 496392cacf2SNikita Kravets controlled from userspace, including battery charge threshold. 497392cacf2SNikita Kravets 49845a3d578SAndy Shevchenkoconfig MSI_LAPTOP 49945a3d578SAndy Shevchenko tristate "MSI Laptop Extras" 500a6021aa2SArnd Bergmann depends on ACPI_EC 50114ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 50245a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 50345a3d578SAndy Shevchenko depends on RFKILL 50445a3d578SAndy Shevchenko depends on INPUT && SERIO_I8042 505642e0447SDmitry Torokhov select INPUT_SPARSEKMAP 506a7f7f624SMasahiro Yamada help 50745a3d578SAndy Shevchenko This is a driver for laptops built by MSI (MICRO-STAR 50845a3d578SAndy Shevchenko INTERNATIONAL): 50976593d6fSCorentin Chary 51045a3d578SAndy Shevchenko MSI MegaBook S270 (MS-1013) 51145a3d578SAndy Shevchenko Cytron/TCM/Medion/Tchibo MD96100/SAM2000 51241b16dceSLen Brown 51345a3d578SAndy Shevchenko It adds support for Bluetooth, WLAN and LCD brightness control. 51441b16dceSLen Brown 51545a3d578SAndy Shevchenko More information about this driver is available at 51645a3d578SAndy Shevchenko <http://0pointer.de/lennart/tchibo.html>. 517ee027e4aSYong Wang 51845a3d578SAndy Shevchenko If you have an MSI S270 laptop, say Y or M here. 519edb73f4fSMattias Jacobsson 520d12d8bafSThomas Renningerconfig MSI_WMI 521d12d8bafSThomas Renninger tristate "MSI WMI extras" 522d12d8bafSThomas Renninger depends on ACPI_WMI 523d12d8bafSThomas Renninger depends on INPUT 524de078e57SAnisse Astier depends on BACKLIGHT_CLASS_DEVICE 52514ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 526c30116c6SAnisse Astier select INPUT_SPARSEKMAP 527d12d8bafSThomas Renninger help 528d12d8bafSThomas Renninger Say Y here if you want to support WMI-based hotkeys on MSI laptops. 529d12d8bafSThomas Renninger 530d12d8bafSThomas Renninger To compile this driver as a module, choose M here: the module will 531d12d8bafSThomas Renninger be called msi-wmi. 532d12d8bafSThomas Renninger 5339c0beb6bSArmin Wolfconfig MSI_WMI_PLATFORM 5349c0beb6bSArmin Wolf tristate "MSI WMI Platform features" 5359c0beb6bSArmin Wolf depends on ACPI_WMI 5369c0beb6bSArmin Wolf depends on HWMON 5379c0beb6bSArmin Wolf help 5389c0beb6bSArmin Wolf Say Y here if you want to have support for WMI-based platform features 5399c0beb6bSArmin Wolf like fan sensor access on MSI machines. 5409c0beb6bSArmin Wolf 5419c0beb6bSArmin Wolf To compile this driver as a module, choose M here: the module will 5429c0beb6bSArmin Wolf be called msi-wmi-platform. 5439c0beb6bSArmin Wolf 54445a3d578SAndy Shevchenkoconfig XO15_EBOOK 54545a3d578SAndy Shevchenko tristate "OLPC XO-1.5 ebook switch" 54645a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 54745a3d578SAndy Shevchenko depends on ACPI && INPUT 548a7f7f624SMasahiro Yamada help 54945a3d578SAndy Shevchenko Support for the ebook switch on the OLPC XO-1.5 laptop. 55013bb0fd5SHans de Goede 55145a3d578SAndy Shevchenko This switch is triggered as the screen is rotated and folded down to 55245a3d578SAndy Shevchenko convert the device into ebook form. 55345a3d578SAndy Shevchenko 55445a3d578SAndy Shevchenkoconfig XO1_RFKILL 55545a3d578SAndy Shevchenko tristate "OLPC XO-1 software RF kill switch" 55645a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 55745a3d578SAndy Shevchenko depends on RFKILL 558a7f7f624SMasahiro Yamada help 55945a3d578SAndy Shevchenko Support for enabling/disabling the WLAN interface on the OLPC XO-1 56045a3d578SAndy Shevchenko laptop. 56145a3d578SAndy Shevchenko 56245a3d578SAndy Shevchenkoconfig PCENGINES_APU2 56345a3d578SAndy Shevchenko tristate "PC Engines APUv2/3 front button and LEDs driver" 56445a3d578SAndy Shevchenko depends on INPUT && INPUT_KEYBOARD && GPIOLIB 56545a3d578SAndy Shevchenko depends on LEDS_CLASS 56645a3d578SAndy Shevchenko select GPIO_AMD_FCH 56745a3d578SAndy Shevchenko select KEYBOARD_GPIO_POLLED 56845a3d578SAndy Shevchenko select LEDS_GPIO 56945a3d578SAndy Shevchenko help 57045a3d578SAndy Shevchenko This driver provides support for the front button and LEDs on 57145a3d578SAndy Shevchenko PC Engines APUv2/APUv3 board. 57245a3d578SAndy Shevchenko 57345a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 57445a3d578SAndy Shevchenko will be called pcengines-apuv2. 57545a3d578SAndy Shevchenko 57683579675SYen-Chi Huangconfig PORTWELL_EC 57783579675SYen-Chi Huang tristate "Portwell Embedded Controller driver" 57883579675SYen-Chi Huang depends on X86 && HAS_IOPORT && WATCHDOG && GPIOLIB 57983579675SYen-Chi Huang select WATCHDOG_CORE 58083579675SYen-Chi Huang help 58183579675SYen-Chi Huang This driver provides support for the GPIO pins and watchdog timer 58283579675SYen-Chi Huang embedded in Portwell's EC. 58383579675SYen-Chi Huang 58483579675SYen-Chi Huang Theoretically, this driver should work on multiple Portwell platforms, 58583579675SYen-Chi Huang but it has only been tested on the Portwell NANO-6064 board. 58683579675SYen-Chi Huang If you encounter any issues on other boards, please report them. 58783579675SYen-Chi Huang 58883579675SYen-Chi Huang To compile this driver as a module, choose M here: the module 58983579675SYen-Chi Huang will be called portwell-ec. 59083579675SYen-Chi Huang 59186af1d02SSantosh Kumar Yadavconfig BARCO_P50_GPIO 59286af1d02SSantosh Kumar Yadav tristate "Barco P50 GPIO driver for identify LED/button" 59386af1d02SSantosh Kumar Yadav depends on GPIOLIB 59486af1d02SSantosh Kumar Yadav help 59586af1d02SSantosh Kumar Yadav This driver provides access to the GPIOs for the identify button 59686af1d02SSantosh Kumar Yadav and led present on Barco P50 board. 59786af1d02SSantosh Kumar Yadav 59886af1d02SSantosh Kumar Yadav To compile this driver as a module, choose M here: the module 59986af1d02SSantosh Kumar Yadav will be called barco-p50-gpio. 60086af1d02SSantosh Kumar Yadav 60156f529ceSJoshua Grishamconfig SAMSUNG_GALAXYBOOK 60256f529ceSJoshua Grisham tristate "Samsung Galaxy Book driver" 60356f529ceSJoshua Grisham depends on ACPI 60456f529ceSJoshua Grisham depends on ACPI_BATTERY 60556f529ceSJoshua Grisham depends on INPUT 60656f529ceSJoshua Grisham depends on LEDS_CLASS 60756f529ceSJoshua Grisham depends on SERIO_I8042 60856f529ceSJoshua Grisham select ACPI_PLATFORM_PROFILE 60956f529ceSJoshua Grisham select FW_ATTR_CLASS 61056f529ceSJoshua Grisham help 61156f529ceSJoshua Grisham This is a driver for Samsung Galaxy Book series notebooks. It adds 61256f529ceSJoshua Grisham support for the keyboard backlight control, performance mode control, 61356f529ceSJoshua Grisham function keys, and various firmware attributes. 61456f529ceSJoshua Grisham 61556f529ceSJoshua Grisham For more information about this driver, see 61656f529ceSJoshua Grisham <file:Documentation/admin-guide/laptops/samsung-galaxybook.rst>. 61756f529ceSJoshua Grisham 61845a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP 61945a3d578SAndy Shevchenko tristate "Samsung Laptop driver" 62045a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 62145a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 62245a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 623bf8f65daSGuillaume Douézan-Grard select LEDS_CLASS 624bf8f65daSGuillaume Douézan-Grard select NEW_LEDS 625a7f7f624SMasahiro Yamada help 62645a3d578SAndy Shevchenko This module implements a driver for a wide range of different 62745a3d578SAndy Shevchenko Samsung laptops. It offers control over the different 62845a3d578SAndy Shevchenko function keys, wireless LED, LCD backlight level. 6299caeb532SHerton Ronaldo Krzesinski 63045a3d578SAndy Shevchenko It may also provide some sysfs files described in 63145a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop> 63245a3d578SAndy Shevchenko 63345a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 63445a3d578SAndy Shevchenko will be called samsung-laptop. 63545a3d578SAndy Shevchenko 63645a3d578SAndy Shevchenkoconfig SAMSUNG_Q10 63745a3d578SAndy Shevchenko tristate "Samsung Q10 Extras" 638a6021aa2SArnd Bergmann depends on ACPI_EC 63945a3d578SAndy Shevchenko select BACKLIGHT_CLASS_DEVICE 640a7f7f624SMasahiro Yamada help 64145a3d578SAndy Shevchenko This driver provides support for backlight control on Samsung Q10 64245a3d578SAndy Shevchenko and related laptops, including Dell Latitude X200. 6439caeb532SHerton Ronaldo Krzesinski 644b4f9fe12SLen Brownconfig ACPI_TOSHIBA 645b4f9fe12SLen Brown tristate "Toshiba Laptop Extras" 646a6021aa2SArnd Bergmann depends on ACPI_EC 6478ef5db9eSArvid Norlander depends on ACPI_BATTERY 648f11f999eSSeth Forshee depends on ACPI_WMI 6490c51a4d8SMark Brown select LEDS_CLASS 6500c51a4d8SMark Brown select NEW_LEDS 651c76a3e1dSJonathan Corbet depends on BACKLIGHT_CLASS_DEVICE 652b4f9fe12SLen Brown depends on INPUT 653283672e4SSeth Forshee depends on SERIO_I8042 || SERIO_I8042 = n 654358d6a2cSHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 655c727ba4cSArvid Norlander depends on HWMON || HWMON = n 656dc4522beSAzael Avalos depends on RFKILL || RFKILL = n 65798010f1eSAzael Avalos depends on IIO 658384a7cd9SDmitry Torokhov select INPUT_SPARSEKMAP 659a7f7f624SMasahiro Yamada help 660b4f9fe12SLen Brown This driver adds support for access to certain system settings 661b4f9fe12SLen Brown on "legacy free" Toshiba laptops. These laptops can be recognized by 662b4f9fe12SLen Brown their lack of a BIOS setup menu and APM support. 663b4f9fe12SLen Brown 664b4f9fe12SLen Brown On these machines, all system configuration is handled through the 665b4f9fe12SLen Brown ACPI. This driver is required for access to controls not covered 666b4f9fe12SLen Brown by the general ACPI drivers, such as LCD brightness, video output, 667b4f9fe12SLen Brown etc. 668b4f9fe12SLen Brown 669b4f9fe12SLen Brown This driver differs from the non-ACPI Toshiba laptop driver (located 670b4f9fe12SLen Brown under "Processor type and features") in several aspects. 671b4f9fe12SLen Brown Configuration is accessed by reading and writing text files in the 672b4f9fe12SLen Brown /proc tree instead of by program interface to /dev. Furthermore, no 673b4f9fe12SLen Brown power management functions are exposed, as those are handled by the 674b4f9fe12SLen Brown general ACPI drivers. 675b4f9fe12SLen Brown 676b4f9fe12SLen Brown More information about this driver is available at 677b4f9fe12SLen Brown <http://memebeam.org/toys/ToshibaAcpiDriver>. 678b4f9fe12SLen Brown 679b4f9fe12SLen Brown If you have a legacy free Toshiba laptop (such as the Libretto L1 680b4f9fe12SLen Brown series), say Y. 68142b4e9eeSJes Sorensen 68242b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL 68342b4e9eeSJes Sorensen tristate "Toshiba Bluetooth RFKill switch support" 68442b4e9eeSJes Sorensen depends on ACPI 6857ee8cd33SAzael Avalos depends on RFKILL || RFKILL = n 686a7f7f624SMasahiro Yamada help 68742b4e9eeSJes Sorensen This driver adds support for Bluetooth events for the RFKill 68842b4e9eeSJes Sorensen switch on modern Toshiba laptops with full ACPI support and 68942b4e9eeSJes Sorensen an RFKill switch. 69042b4e9eeSJes Sorensen 69142b4e9eeSJes Sorensen This driver handles RFKill events for the TOS6205 Bluetooth, 69242b4e9eeSJes Sorensen and re-enables it when the switch is set back to the 'on' 69342b4e9eeSJes Sorensen position. 69442b4e9eeSJes Sorensen 69542b4e9eeSJes Sorensen If you have a modern Toshiba laptop with a Bluetooth and an 69642b4e9eeSJes Sorensen RFKill switch (such as the Portege R500), say Y. 697529aa8cbSThadeu Lima de Souza Cascardo 698186e4e89SAzael Avalosconfig TOSHIBA_HAPS 699186e4e89SAzael Avalos tristate "Toshiba HDD Active Protection Sensor" 700186e4e89SAzael Avalos depends on ACPI 701a7f7f624SMasahiro Yamada help 702186e4e89SAzael Avalos This driver adds support for the built-in accelerometer 703769a12a9SMasanari Iida found on recent Toshiba laptops equipped with HID TOS620A 704186e4e89SAzael Avalos device. 705186e4e89SAzael Avalos 706186e4e89SAzael Avalos This driver receives ACPI notify events 0x80 when the sensor 707186e4e89SAzael Avalos detects a sudden move or a harsh vibration, as well as an 708186e4e89SAzael Avalos ACPI notify event 0x81 whenever the movement or vibration has 709186e4e89SAzael Avalos been stabilized. 710186e4e89SAzael Avalos 711186e4e89SAzael Avalos Also provides sysfs entries to get/set the desired protection 712769a12a9SMasanari Iida level and resetting the HDD protection interface. 713186e4e89SAzael Avalos 714186e4e89SAzael Avalos If you have a recent Toshiba laptop with a built-in accelerometer 715186e4e89SAzael Avalos device, say Y. 716186e4e89SAzael Avalos 71714991fc7SAzael Avalosconfig TOSHIBA_WMI 71814991fc7SAzael Avalos tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)" 71914991fc7SAzael Avalos depends on ACPI_WMI 72014991fc7SAzael Avalos depends on INPUT 72114991fc7SAzael Avalos select INPUT_SPARSEKMAP 722a7f7f624SMasahiro Yamada help 72314991fc7SAzael Avalos This driver adds hotkey monitoring support to some Toshiba models 72414991fc7SAzael Avalos that manage the hotkeys via WMI events. 72514991fc7SAzael Avalos 72614991fc7SAzael Avalos WARNING: This driver is incomplete as it lacks a proper keymap and the 72714991fc7SAzael Avalos *notify function only prints the ACPI event type value. Be warned that 72814991fc7SAzael Avalos you will need to provide some information if you have a Toshiba model 72983fc61a5SMasanari Iida with WMI event hotkeys and want to help with the development of this 73014991fc7SAzael Avalos driver. 73114991fc7SAzael Avalos 73214991fc7SAzael Avalos If you have a WMI-based hotkeys Toshiba laptop, say Y or M here. 73314991fc7SAzael Avalos 734529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC 735529aa8cbSThadeu Lima de Souza Cascardo tristate "CMPC Laptop Extras" 7364f258cf4SRandy Dunlap depends on ACPI && INPUT 737f35843edSThadeu Lima de Souza Cascardo depends on RFKILL || RFKILL=n 738529aa8cbSThadeu Lima de Souza Cascardo select BACKLIGHT_CLASS_DEVICE 739529aa8cbSThadeu Lima de Souza Cascardo help 740529aa8cbSThadeu Lima de Souza Cascardo Support for Intel Classmate PC ACPI devices, including some 741529aa8cbSThadeu Lima de Souza Cascardo keys as input device, backlight device, tablet and accelerometer 742529aa8cbSThadeu Lima de Souza Cascardo devices. 743529aa8cbSThadeu Lima de Souza Cascardo 74445a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP 74545a3d578SAndy Shevchenko tristate "Compal (and others) Laptop Extras" 746a6021aa2SArnd Bergmann depends on ACPI_EC 74745a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 74845a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 74945a3d578SAndy Shevchenko depends on RFKILL 75045a3d578SAndy Shevchenko depends on HWMON 75145a3d578SAndy Shevchenko depends on POWER_SUPPLY 752a7f7f624SMasahiro Yamada help 75345a3d578SAndy Shevchenko This is a driver for laptops built by Compal, and some models by 75445a3d578SAndy Shevchenko other brands (e.g. Dell, Toshiba). 7551cd706dfSHans de Goede 75645a3d578SAndy Shevchenko It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon 75745a3d578SAndy Shevchenko and battery charging level control. 758d740795dSYauhen Kharuzhy 75945a3d578SAndy Shevchenkoconfig LG_LAPTOP 76045a3d578SAndy Shevchenko tristate "LG Laptop Extras" 76145a3d578SAndy Shevchenko depends on ACPI 76207f5ed0eSMatan Ziv-Av depends on ACPI_BATTERY 76345a3d578SAndy Shevchenko depends on ACPI_WMI 76445a3d578SAndy Shevchenko depends on INPUT 76545a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 7668f0c01e6SNecip Fazil Yildiran select NEW_LEDS 76745a3d578SAndy Shevchenko select LEDS_CLASS 76845a3d578SAndy Shevchenko help 76945a3d578SAndy Shevchenko This driver adds support for hotkeys as well as control of keyboard 77045a3d578SAndy Shevchenko backlight, battery maximum charge level and various other ACPI 77145a3d578SAndy Shevchenko features. 7721cd706dfSHans de Goede 77345a3d578SAndy Shevchenko If you have an LG Gram laptop, say Y or M here. 774d740795dSYauhen Kharuzhy 77545a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP 77645a3d578SAndy Shevchenko tristate "Panasonic Laptop Extras" 77745a3d578SAndy Shevchenko depends on INPUT && ACPI 77845a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 779027f8845SHans de Goede depends on ACPI_VIDEO=n || ACPI_VIDEO 7805e24e1ecSHans de Goede depends on SERIO_I8042 || SERIO_I8042 = n 78145a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 782a7f7f624SMasahiro Yamada help 78345a3d578SAndy Shevchenko This driver adds support for access to backlight control and hotkeys 78445a3d578SAndy Shevchenko on Panasonic Let's Note laptops. 78563dada87SHans de Goede 78645a3d578SAndy Shevchenko If you have a Panasonic Let's note laptop (such as the R1(N variant), 78745a3d578SAndy Shevchenko R2, R3, R5, T2, W2 and Y2 series), say Y. 78863dada87SHans de Goede 78945a3d578SAndy Shevchenkoconfig SONY_LAPTOP 79045a3d578SAndy Shevchenko tristate "Sony Laptop Extras" 791a6021aa2SArnd Bergmann depends on ACPI_EC 79245a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 79345a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 79445a3d578SAndy Shevchenko depends on INPUT 79545a3d578SAndy Shevchenko depends on RFKILL 796a7f7f624SMasahiro Yamada help 79745a3d578SAndy Shevchenko This mini-driver drives the SNC and SPIC devices present in the ACPI 79845a3d578SAndy Shevchenko BIOS of the Sony Vaio laptops. 79963dada87SHans de Goede 80045a3d578SAndy Shevchenko It gives access to some extra laptop functionalities like Bluetooth, 80145a3d578SAndy Shevchenko screen brightness control, Fn keys and allows powering on/off some 80245a3d578SAndy Shevchenko devices. 80345a3d578SAndy Shevchenko 80445a3d578SAndy Shevchenko Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information. 80545a3d578SAndy Shevchenko 80645a3d578SAndy Shevchenkoconfig SONYPI_COMPAT 80745a3d578SAndy Shevchenko bool "Sonypi compatibility" 80845a3d578SAndy Shevchenko depends on SONY_LAPTOP 809a7f7f624SMasahiro Yamada help 81045a3d578SAndy Shevchenko Build the sonypi driver compatibility code into the sony-laptop driver. 81145a3d578SAndy Shevchenko 81245a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI 81345a3d578SAndy Shevchenko tristate "System76 ACPI Driver" 814a6021aa2SArnd Bergmann depends on ACPI_EC 815fc3341b4SArnd Bergmann depends on ACPI_BATTERY 816fc3341b4SArnd Bergmann depends on HWMON 817fc3341b4SArnd Bergmann depends on INPUT 81845a3d578SAndy Shevchenko select NEW_LEDS 81945a3d578SAndy Shevchenko select LEDS_CLASS 82045a3d578SAndy Shevchenko select LEDS_TRIGGERS 82145a3d578SAndy Shevchenko help 82245a3d578SAndy Shevchenko This is a driver for System76 laptops running open firmware. It adds 82345a3d578SAndy Shevchenko support for Fn-Fx key combinations, keyboard backlight, and airplane mode 82445a3d578SAndy Shevchenko LEDs. 82545a3d578SAndy Shevchenko 82645a3d578SAndy Shevchenko If you have a System76 laptop running open firmware, say Y or M here. 82745a3d578SAndy Shevchenko 82845a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP 82945a3d578SAndy Shevchenko tristate "Topstar Laptop Extras" 830ecc83e52SAlex Hung depends on ACPI 831ecc83e52SAlex Hung depends on INPUT 832ecc83e52SAlex Hung select INPUT_SPARSEKMAP 83345a3d578SAndy Shevchenko select LEDS_CLASS 83445a3d578SAndy Shevchenko select NEW_LEDS 835a7f7f624SMasahiro Yamada help 83645a3d578SAndy Shevchenko This driver adds support for hotkeys found on Topstar laptops. 8379a58a333SSreedhara DS 83845a3d578SAndy Shevchenko If you have a Topstar laptop, say Y or M here. 8395369c02dSSreedhara DS 8405e63b2eaSLucas Tanureconfig SERIAL_MULTI_INSTANTIATE 8415e63b2eaSLucas Tanure tristate "Serial bus multi instantiate pseudo device driver" 8423900c6abSRichard Fitzgerald depends on ACPI 8433900c6abSRichard Fitzgerald depends on (I2C && !SPI) || (!I2C && SPI) || (I2C && SPI) 8448eec8a11SHong Liu help 8455e63b2eaSLucas Tanure Some ACPI-based systems list multiple devices in a single ACPI 8465e63b2eaSLucas Tanure firmware-node. This driver will instantiate separate clients 84745a3d578SAndy Shevchenko for each device in the firmware-node. 8488eec8a11SHong Liu 84945a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 8505e63b2eaSLucas Tanure will be called serial-multi-instantiate. 8518eec8a11SHong Liu 85245a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI 85345a3d578SAndy Shevchenko bool "DMI based touchscreen configuration info" 85445a3d578SAndy Shevchenko depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD 855dba43fc4SLinus Torvalds select EFI_EMBEDDED_FIRMWARE if EFI 856a7f7f624SMasahiro Yamada help 85745a3d578SAndy Shevchenko Certain ACPI based tablets with e.g. Silead or Chipone touchscreens 85845a3d578SAndy Shevchenko do not have enough data in ACPI tables for the touchscreen driver to 85945a3d578SAndy Shevchenko handle the touchscreen properly, as OEMs expect the data to be baked 86045a3d578SAndy Shevchenko into the tablet model specific version of the driver shipped with the 86145a3d578SAndy Shevchenko the OS-image for the device. This option supplies the missing info. 86245a3d578SAndy Shevchenko Enable this for x86 tablets with Silead or Chipone touchscreens. 863aa7ffc01SJesse Barnes 86494ace9edSAi Chaoconfig INSPUR_PLATFORM_PROFILE 86594ace9edSAi Chao tristate "Inspur WMI platform profile driver" 86694ace9edSAi Chao depends on ACPI_WMI 86794ace9edSAi Chao select ACPI_PLATFORM_PROFILE 86894ace9edSAi Chao help 86994ace9edSAi Chao This will allow users to determine and control the platform modes 87094ace9edSAi Chao between low-power, balanced and performance modes. 87194ace9edSAi Chao 87294ace9edSAi Chao To compile this driver as a module, choose M here: the module 87394ace9edSAi Chao will be called inspur-platform-profile. 87494ace9edSAi Chao 875841bceb5SMichał Kopećconfig DASHARO_ACPI 876841bceb5SMichał Kopeć tristate "Dasharo ACPI Platform Driver" 877841bceb5SMichał Kopeć depends on ACPI 878841bceb5SMichał Kopeć depends on HWMON 879841bceb5SMichał Kopeć help 880841bceb5SMichał Kopeć This driver provides HWMON support for devices running Dasharo 881841bceb5SMichał Kopeć firmware. 882841bceb5SMichał Kopeć 883841bceb5SMichał Kopeć If you have a device with Dasharo firmware, choose Y or M here. 884841bceb5SMichał Kopeć 885afdcb535SHans de Goedesource "drivers/platform/x86/x86-android-tablets/Kconfig" 88655fa3c96SHans de Goede 88717b707feSMark Pearsonconfig FW_ATTR_CLASS 88817b707feSMark Pearson tristate 88917b707feSMark Pearson 89028a375dfSBryan O'Donoghueconfig INTEL_IMR 89128a375dfSBryan O'Donoghue bool "Intel Isolated Memory Region support" 89228a375dfSBryan O'Donoghue depends on X86_INTEL_QUARK && IOSF_MBI 893a7f7f624SMasahiro Yamada help 89428a375dfSBryan O'Donoghue This option provides a means to manipulate Isolated Memory Regions. 89528a375dfSBryan O'Donoghue IMRs are a set of registers that define read and write access masks 89628a375dfSBryan O'Donoghue to prohibit certain system agents from accessing memory with 1 KiB 89728a375dfSBryan O'Donoghue granularity. 89828a375dfSBryan O'Donoghue 89928a375dfSBryan O'Donoghue IMRs make it possible to control read/write access to an address 90028a375dfSBryan O'Donoghue by hardware agents inside the SoC. Read and write masks can be 90128a375dfSBryan O'Donoghue defined for: 90228a375dfSBryan O'Donoghue - eSRAM flush 90328a375dfSBryan O'Donoghue - Dirty CPU snoop (write only) 90428a375dfSBryan O'Donoghue - RMU access 90528a375dfSBryan O'Donoghue - PCI Virtual Channel 0/Virtual Channel 1 90628a375dfSBryan O'Donoghue - SMM mode 90728a375dfSBryan O'Donoghue - Non SMM mode 90828a375dfSBryan O'Donoghue 90928a375dfSBryan O'Donoghue Quark contains a set of eight IMR registers and makes use of those 91028a375dfSBryan O'Donoghue registers during its bootup process. 91128a375dfSBryan O'Donoghue 91228a375dfSBryan O'Donoghue If you are running on a Galileo/Quark say Y here. 91328a375dfSBryan O'Donoghue 91445a3d578SAndy Shevchenkoconfig INTEL_IPS 91545a3d578SAndy Shevchenko tristate "Intel Intelligent Power Sharing" 9167934d76cSSinan Kaya depends on ACPI && PCI 917a7f7f624SMasahiro Yamada help 91845a3d578SAndy Shevchenko Intel Calpella platforms support dynamic power sharing between the 91945a3d578SAndy Shevchenko CPU and GPU, maximizing performance in a given TDP. This driver, 92045a3d578SAndy Shevchenko along with the CPU frequency and i915 drivers, provides that 92145a3d578SAndy Shevchenko functionality. If in doubt, say Y here; it will only load on 92245a3d578SAndy Shevchenko supported platforms. 923917ee75aSSeth Forshee 92445a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC 92554b34aa0SMika Westerberg bool 92654b34aa0SMika Westerberg 92754b34aa0SMika Westerbergconfig INTEL_SCU 92854b34aa0SMika Westerberg bool 92954b34aa0SMika Westerberg select INTEL_SCU_IPC 93054b34aa0SMika Westerberg 93154b34aa0SMika Westerbergconfig INTEL_SCU_PCI 93254b34aa0SMika Westerberg bool "Intel SCU PCI driver" 933b8da68f4SMika Westerberg depends on PCI 93454b34aa0SMika Westerberg select INTEL_SCU 93554b34aa0SMika Westerberg help 93654b34aa0SMika Westerberg This driver is used to bridge the communications between kernel 93754b34aa0SMika Westerberg and SCU on some embedded Intel x86 platforms. It also creates 938b8da68f4SMika Westerberg devices that are connected to the SoC through the SCU. 939b8da68f4SMika Westerberg Platforms supported: 940b8da68f4SMika Westerberg Medfield 941b8da68f4SMika Westerberg Clovertrail 942b8da68f4SMika Westerberg Merrifield 943b8da68f4SMika Westerberg Broxton 944b8da68f4SMika Westerberg Apollo Lake 94545a3d578SAndy Shevchenko 9467a61f05eSMika Westerbergconfig INTEL_SCU_PLATFORM 9477a61f05eSMika Westerberg tristate "Intel SCU platform driver" 9487a61f05eSMika Westerberg depends on ACPI 9497a61f05eSMika Westerberg select INTEL_SCU 9507a61f05eSMika Westerberg help 9517a61f05eSMika Westerberg This driver is used to bridge the communications between kernel 9527a61f05eSMika Westerberg and SCU (sometimes called PMC as well). The driver currently 9537a61f05eSMika Westerberg supports Intel Elkhart Lake and compatible platforms. 9547a61f05eSMika Westerberg 95518365d68SAndy Shevchenkoconfig INTEL_SCU_WDT 95618365d68SAndy Shevchenko bool 95718365d68SAndy Shevchenko default INTEL_SCU_PCI 95818365d68SAndy Shevchenko depends on INTEL_MID_WATCHDOG 95918365d68SAndy Shevchenko help 96018365d68SAndy Shevchenko This is a specific platform code to instantiate watchdog device 96118365d68SAndy Shevchenko on ACPI-based Intel MID platforms. 96218365d68SAndy Shevchenko 96345a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL 96445a3d578SAndy Shevchenko tristate "Intel SCU IPC utility driver" 96554b34aa0SMika Westerberg depends on INTEL_SCU 966a7f7f624SMasahiro Yamada help 96745a3d578SAndy Shevchenko The IPC Util driver provides an interface with the SCU enabling 96845a3d578SAndy Shevchenko low level access for debug work and updating the firmware. Say 96945a3d578SAndy Shevchenko N unless you will be doing this on an Intel MID platform. 97045a3d578SAndy Shevchenko 9719bc289b8SHenning Schildsource "drivers/platform/x86/siemens/Kconfig" 972917f5434SHenning Schild 973d9cd21d4SHenry Shiconfig SILICOM_PLATFORM 974d9cd21d4SHenry Shi tristate "Silicom Edge Networking device support" 975d9cd21d4SHenry Shi depends on HWMON 976d9cd21d4SHenry Shi depends on GPIOLIB 977d9cd21d4SHenry Shi depends on LEDS_CLASS_MULTICOLOR 978d9cd21d4SHenry Shi help 979d9cd21d4SHenry Shi This option enables support for the LEDs/GPIO/etc downstream of the 980d9cd21d4SHenry Shi embedded controller on Silicom "Cordoba" hardware and derivatives. 981d9cd21d4SHenry Shi 982d9cd21d4SHenry Shi This platform driver provides support for various functions via 983d9cd21d4SHenry Shi the Linux LED framework, GPIO framework, Hardware Monitoring (HWMON) 984d9cd21d4SHenry Shi and device attributes. 985d9cd21d4SHenry Shi 986d9cd21d4SHenry Shi If you have a Silicom network appliance, say Y or M here. 987d9cd21d4SHenry Shi 98834354476SDaniel Beerconfig WINMATE_FM07_KEYS 98934354476SDaniel Beer tristate "Winmate FM07/FM07P front-panel keys driver" 99034354476SDaniel Beer depends on INPUT 99134354476SDaniel Beer help 99234354476SDaniel Beer Winmate FM07 and FM07P in-vehicle computers have a row of five 99334354476SDaniel Beer buttons below the display. This module adds an input device 99434354476SDaniel Beer that delivers key events when these buttons are pressed. 99534354476SDaniel Beer 99681ad5695SRobert Joslynconfig SEL3350_PLATFORM 99781ad5695SRobert Joslyn tristate "SEL-3350 LEDs and power supplies" 99881ad5695SRobert Joslyn depends on ACPI 99981ad5695SRobert Joslyn depends on GPIOLIB 100081ad5695SRobert Joslyn depends on PINCTRL_BROXTON 100181ad5695SRobert Joslyn select POWER_SUPPLY 100281ad5695SRobert Joslyn select NEW_LEDS 100381ad5695SRobert Joslyn select LEDS_CLASS 100481ad5695SRobert Joslyn select LEDS_GPIO 100581ad5695SRobert Joslyn help 100681ad5695SRobert Joslyn Support for LEDs and power supplies on SEL-3350 computers. 100781ad5695SRobert Joslyn 100881ad5695SRobert Joslyn To compile this driver as a module, choose M here: the module 100981ad5695SRobert Joslyn will be called sel3350-platform. 101081ad5695SRobert Joslyn 10113012bb39SAntheas Kapenekakisconfig OXP_EC 10123012bb39SAntheas Kapenekakis tristate "OneXPlayer EC platform control" 10133012bb39SAntheas Kapenekakis depends on ACPI_EC 10149230b3b8SAntheas Kapenekakis depends on ACPI_BATTERY 10153012bb39SAntheas Kapenekakis depends on HWMON 10163012bb39SAntheas Kapenekakis depends on X86 10173012bb39SAntheas Kapenekakis help 10183012bb39SAntheas Kapenekakis Enables support for the platform EC of OneXPlayer and AOKZOE 10193012bb39SAntheas Kapenekakis handheld devices. This includes fan speed, fan controls, and 10203012bb39SAntheas Kapenekakis disabling the default TDP behavior of the device. Due to legacy 10213012bb39SAntheas Kapenekakis reasons, this driver also provides hwmon functionality to Ayaneo 10223012bb39SAntheas Kapenekakis devices and the OrangePi Neo. 10233012bb39SAntheas Kapenekakis 1024cfd84b3fSWerner Sembachsource "drivers/platform/x86/tuxedo/Kconfig" 1025cfd84b3fSWerner Sembach 102641b16dceSLen Brownendif # X86_PLATFORM_DEVICES 102742d0d423SAndy Shevchenko 102842d0d423SAndy Shevchenkoconfig P2SB 1029b9e6cbf9SAndy Shevchenko bool 103042d0d423SAndy Shevchenko depends on PCI && X86 103142d0d423SAndy Shevchenko help 103242d0d423SAndy Shevchenko The Primary to Sideband (P2SB) bridge is an interface to some 103342d0d423SAndy Shevchenko PCI devices connected through it. In particular, SPI NOR controller 103442d0d423SAndy Shevchenko in Intel Apollo Lake SoC is one of such devices. 103542d0d423SAndy Shevchenko 103642d0d423SAndy Shevchenko The main purpose of this library is to unhide P2SB device in case 103742d0d423SAndy Shevchenko firmware kept it hidden on some platforms in order to access devices 103842d0d423SAndy Shevchenko behind it. 1039