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 HUAWEI_WMI 5345a3d578SAndy Shevchenko tristate "Huawei WMI laptop extras driver" 5445a3d578SAndy Shevchenko depends on ACPI_BATTERY 5545a3d578SAndy Shevchenko depends on ACPI_WMI 5645a3d578SAndy Shevchenko depends on INPUT 5745a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 5845a3d578SAndy Shevchenko select LEDS_CLASS 5945a3d578SAndy Shevchenko select LEDS_TRIGGERS 6045a3d578SAndy Shevchenko select LEDS_TRIGGER_AUDIO 6145a3d578SAndy Shevchenko select NEW_LEDS 6245a3d578SAndy Shevchenko help 6345a3d578SAndy Shevchenko This driver provides support for Huawei WMI hotkeys, battery charge 6445a3d578SAndy Shevchenko control, fn-lock, mic-mute LED, and other extra features. 6575971febSChris Chiu 6645a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 6745a3d578SAndy Shevchenko will be called huawei-wmi. 6845a3d578SAndy Shevchenko 694fc2cf1fSJustin Ernstconfig UV_SYSFS 704fc2cf1fSJustin Ernst tristate "Sysfs structure for UV systems" 714fc2cf1fSJustin Ernst depends on X86_UV 724fc2cf1fSJustin Ernst depends on SYSFS 734fc2cf1fSJustin Ernst help 744fc2cf1fSJustin Ernst This driver supports a sysfs tree describing information about 754fc2cf1fSJustin Ernst UV systems at /sys/firmware/sgi_uv/. 764fc2cf1fSJustin Ernst 774fc2cf1fSJustin Ernst To compile this driver as a module, choose M here: the module will 784fc2cf1fSJustin Ernst be called uv_sysfs. 794fc2cf1fSJustin Ernst 8045a3d578SAndy Shevchenkoconfig MXM_WMI 8145a3d578SAndy Shevchenko tristate "WMI support for MXM Laptop Graphics" 8245a3d578SAndy Shevchenko depends on ACPI_WMI 83a7f7f624SMasahiro Yamada help 8445a3d578SAndy Shevchenko MXM is a standard for laptop graphics cards, the WMI interface 8545a3d578SAndy Shevchenko is required for switchable nvidia graphics machines 8645a3d578SAndy Shevchenko 8745a3d578SAndy Shevchenkoconfig PEAQ_WMI 8845a3d578SAndy Shevchenko tristate "PEAQ 2-in-1 WMI hotkey driver" 8945a3d578SAndy Shevchenko depends on ACPI_WMI 9045a3d578SAndy Shevchenko depends on INPUT 9145a3d578SAndy Shevchenko help 9245a3d578SAndy Shevchenko Say Y here if you want to support WMI-based hotkeys on PEAQ 2-in-1s. 9345a3d578SAndy Shevchenko 94ca16d33bSDaniel Dadapconfig NVIDIA_WMI_EC_BACKLIGHT 95ca16d33bSDaniel Dadap tristate "EC Backlight Driver for Hybrid Graphics Notebook Systems" 96ad62cd93SDaniel Dadap depends on ACPI_WMI 97ad62cd93SDaniel Dadap depends on BACKLIGHT_CLASS_DEVICE 98ad62cd93SDaniel Dadap help 99ca16d33bSDaniel Dadap This driver provides a sysfs backlight interface for notebook systems 100ca16d33bSDaniel Dadap which are equipped with NVIDIA hybrid graphics and drive LCD backlight 101ca16d33bSDaniel Dadap levels through the Embedded Controller (EC). 102ad62cd93SDaniel Dadap 103ad62cd93SDaniel Dadap Say Y or M here if you want to control the backlight on a notebook 104ca16d33bSDaniel Dadap system with an EC-driven backlight. 105ad62cd93SDaniel Dadap 106ad62cd93SDaniel Dadap If you choose to compile this driver as a module the module will be 107ca16d33bSDaniel Dadap called nvidia-wmi-ec-backlight. 108ad62cd93SDaniel Dadap 10945a3d578SAndy Shevchenkoconfig XIAOMI_WMI 11045a3d578SAndy Shevchenko tristate "Xiaomi WMI key driver" 11145a3d578SAndy Shevchenko depends on ACPI_WMI 11245a3d578SAndy Shevchenko depends on INPUT 11345a3d578SAndy Shevchenko help 11445a3d578SAndy Shevchenko Say Y here if you want to support WMI-based keys on Xiaomi notebooks. 11545a3d578SAndy Shevchenko 11645a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 11745a3d578SAndy Shevchenko be called xiaomi-wmi. 11875971febSChris Chiu 11957293197SThomas Weißschuhconfig GIGABYTE_WMI 12057293197SThomas Weißschuh tristate "Gigabyte WMI temperature driver" 12157293197SThomas Weißschuh depends on ACPI_WMI 12257293197SThomas Weißschuh depends on HWMON 12357293197SThomas Weißschuh help 12457293197SThomas Weißschuh Say Y here if you want to support WMI-based temperature reporting on 12557293197SThomas Weißschuh Gigabyte mainboards. 12657293197SThomas Weißschuh 12757293197SThomas Weißschuh To compile this driver as a module, choose M here: the module will 12857293197SThomas Weißschuh be called gigabyte-wmi. 12957293197SThomas Weißschuh 130c0549b72SYauhen Kharuzhyconfig YOGABOOK_WMI 131c0549b72SYauhen Kharuzhy tristate "Lenovo Yoga Book tablet WMI key driver" 132c0549b72SYauhen Kharuzhy depends on ACPI_WMI 133c0549b72SYauhen Kharuzhy depends on INPUT 134c0549b72SYauhen Kharuzhy select LEDS_CLASS 135c0549b72SYauhen Kharuzhy select NEW_LEDS 136c0549b72SYauhen Kharuzhy help 137c0549b72SYauhen Kharuzhy Say Y here if you want to support the 'Pen' key and keyboard backlight 138c0549b72SYauhen Kharuzhy control on the Lenovo Yoga Book tablets. 139c0549b72SYauhen Kharuzhy 140c0549b72SYauhen Kharuzhy To compile this driver as a module, choose M here: the module will 141c0549b72SYauhen Kharuzhy be called lenovo-yogabook-wmi. 142c0549b72SYauhen Kharuzhy 143e86435ebSPeter Feuererconfig ACERHDF 144e86435ebSPeter Feuerer tristate "Acer Aspire One temperature and fan driver" 145200db647SRandy Dunlap depends on ACPI && THERMAL 14648c8dd64SPeter Feuerer select THERMAL_GOV_BANG_BANG 147a7f7f624SMasahiro Yamada help 148e86435ebSPeter Feuerer This is a driver for Acer Aspire One netbooks. It allows to access 149e86435ebSPeter Feuerer the temperature sensor and to control the fan. 150e86435ebSPeter Feuerer 151e86435ebSPeter Feuerer After loading this driver the BIOS is still in control of the fan. 152e86435ebSPeter Feuerer To let the kernel handle the fan, do: 15314c20688SPaul Gortmaker echo -n enabled > /sys/class/thermal/thermal_zoneN/mode 15414c20688SPaul Gortmaker where N=0,1,2... depending on the number of thermal nodes and the 15514c20688SPaul Gortmaker detection order of your particular system. The "type" parameter 15614c20688SPaul Gortmaker in the same node directory will tell you if it is "acerhdf". 157e86435ebSPeter Feuerer 158e86435ebSPeter Feuerer For more information about this driver see 15978d15eeaSAlexander A. Klimov <https://piie.net/files/acerhdf_README.txt> 160e86435ebSPeter Feuerer 161e86435ebSPeter Feuerer If you have an Acer Aspire One netbook, say Y or M 162e86435ebSPeter Feuerer here. 163e86435ebSPeter Feuerer 16445a3d578SAndy Shevchenkoconfig ACER_WIRELESS 16545a3d578SAndy Shevchenko tristate "Acer Wireless Radio Control Driver" 166a46ad0f1SMario Limonciello depends on ACPI 16745a3d578SAndy Shevchenko depends on INPUT 168a7f7f624SMasahiro Yamada help 16945a3d578SAndy Shevchenko The Acer Wireless Radio Control handles the airplane mode hotkey 17045a3d578SAndy Shevchenko present on new Acer laptops. 17145a3d578SAndy Shevchenko 17245a3d578SAndy Shevchenko Say Y or M here if you have an Acer notebook with an airplane mode 17345a3d578SAndy Shevchenko hotkey. 17445a3d578SAndy Shevchenko 17545a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 17645a3d578SAndy Shevchenko called acer-wireless. 17745a3d578SAndy Shevchenko 17845a3d578SAndy Shevchenkoconfig ACER_WMI 17945a3d578SAndy Shevchenko tristate "Acer WMI Laptop Extras" 18045a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 18145a3d578SAndy Shevchenko depends on SERIO_I8042 18245a3d578SAndy Shevchenko depends on INPUT 18345a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 18445a3d578SAndy Shevchenko depends on ACPI_WMI 185349da8eeSHans de Goede select ACPI_VIDEO 18645a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 187349da8eeSHans de Goede select LEDS_CLASS 188349da8eeSHans de Goede select NEW_LEDS 189a7f7f624SMasahiro Yamada help 19045a3d578SAndy Shevchenko This is a driver for newer Acer (and Wistron) laptops. It adds 19145a3d578SAndy Shevchenko wireless radio and bluetooth control, and on some laptops, 19245a3d578SAndy Shevchenko exposes the mail LED and LCD backlight. 19345a3d578SAndy Shevchenko 19445a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 19545a3d578SAndy Shevchenko here. 19645a3d578SAndy Shevchenko 197ef233eafSShyam Sundar S Ksource "drivers/platform/x86/amd/Kconfig" 19891f410aaSSuma Hegde 1993d904005SAndrea.Hoconfig ADV_SWBUTTON 2003d904005SAndrea.Ho tristate "Advantech ACPI Software Button Driver" 2013d904005SAndrea.Ho depends on ACPI && INPUT 2023d904005SAndrea.Ho help 2033d904005SAndrea.Ho Say Y here to enable support for Advantech software defined 2043d904005SAndrea.Ho button feature. More information can be found at 2053d904005SAndrea.Ho <http://www.advantech.com.tw/products/> 2063d904005SAndrea.Ho 2073d904005SAndrea.Ho To compile this driver as a module, choose M here. The module will 2083d904005SAndrea.Ho be called adv_swbutton. 2093d904005SAndrea.Ho 21045a3d578SAndy Shevchenkoconfig APPLE_GMUX 21145a3d578SAndy Shevchenko tristate "Apple Gmux Driver" 21245a3d578SAndy Shevchenko depends on ACPI && PCI 21345a3d578SAndy Shevchenko depends on PNP 21445a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 21545a3d578SAndy Shevchenko depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE 21645a3d578SAndy Shevchenko depends on ACPI_VIDEO=n || ACPI_VIDEO 217a7f7f624SMasahiro Yamada help 21845a3d578SAndy Shevchenko This driver provides support for the gmux device found on many 21945a3d578SAndy Shevchenko Apple laptops, which controls the display mux for the hybrid 22045a3d578SAndy Shevchenko graphics as well as the backlight. Currently only backlight 22145a3d578SAndy Shevchenko control is supported by the driver. 222a46ad0f1SMario Limonciello 22341b16dceSLen Brownconfig ASUS_LAPTOP 2246122af37SCorentin Chary tristate "Asus Laptop Extras" 22541b16dceSLen Brown depends on ACPI 226e73e2c62SCorentin Chary select LEDS_CLASS 227e73e2c62SCorentin Chary select NEW_LEDS 22814ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 22912d6f35bSCorentin Chary depends on INPUT 23018e1311eSCorentin Chary depends on RFKILL || RFKILL = n 23114ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 23266a71dd1SCorentin Chary select INPUT_SPARSEKMAP 233a7f7f624SMasahiro Yamada help 2348819de7fSAndy Ross This is a driver for Asus laptops, Lenovo SL and the Pegatron 2358819de7fSAndy Ross Lucid tablet. It may also support some MEDION, JVC or VICTOR 2368819de7fSAndy Ross laptops. It makes all the extra buttons generate standard 237b23910c2SAndy Ross ACPI events and input events, and on the Lucid the built-in 238b23910c2SAndy Ross accelerometer appears as an input device. It also adds 239b23910c2SAndy Ross support for video output switching, LCD backlight control, 240b23910c2SAndy Ross Bluetooth and Wlan control, and most importantly, allows you 241b23910c2SAndy Ross to blink those fancy LEDs. 24241b16dceSLen Brown 2438819de7fSAndy Ross For more information see <http://acpi4asus.sf.net>. 24441b16dceSLen Brown 24541b16dceSLen Brown If you have an ACPI-compatible ASUS laptop, say Y or M here. 24641b16dceSLen Brown 24745a3d578SAndy Shevchenkoconfig ASUS_WIRELESS 24845a3d578SAndy Shevchenko tristate "Asus Wireless Radio Control Driver" 24945a3d578SAndy Shevchenko depends on ACPI 25045a3d578SAndy Shevchenko depends on INPUT 25145a3d578SAndy Shevchenko select NEW_LEDS 25245a3d578SAndy Shevchenko select LEDS_CLASS 253a7f7f624SMasahiro Yamada help 25445a3d578SAndy Shevchenko The Asus Wireless Radio Control handles the airplane mode hotkey 25545a3d578SAndy Shevchenko present on some Asus laptops. 25645a3d578SAndy Shevchenko 25745a3d578SAndy Shevchenko Say Y or M here if you have an ASUS notebook with an airplane mode 25845a3d578SAndy Shevchenko hotkey. 25945a3d578SAndy Shevchenko 26045a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 26145a3d578SAndy Shevchenko called asus-wireless. 26245a3d578SAndy Shevchenko 26345a3d578SAndy Shevchenkoconfig ASUS_WMI 26445a3d578SAndy Shevchenko tristate "ASUS WMI Driver" 26545a3d578SAndy Shevchenko depends on ACPI_WMI 26645a3d578SAndy Shevchenko depends on ACPI_BATTERY 26745a3d578SAndy Shevchenko depends on INPUT 26845a3d578SAndy Shevchenko depends on HWMON 26945a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 27045a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 27145a3d578SAndy Shevchenko depends on HOTPLUG_PCI 27245a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 27345a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 27445a3d578SAndy Shevchenko select LEDS_CLASS 27545a3d578SAndy Shevchenko select NEW_LEDS 276c63d44aeSLuke D. Jones select ACPI_PLATFORM_PROFILE 277a7f7f624SMasahiro Yamada help 27845a3d578SAndy Shevchenko Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new 27945a3d578SAndy Shevchenko Asus Notebooks). 28045a3d578SAndy Shevchenko 28145a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 28245a3d578SAndy Shevchenko be called asus-wmi. 28345a3d578SAndy Shevchenko 28445a3d578SAndy Shevchenkoconfig ASUS_NB_WMI 28545a3d578SAndy Shevchenko tristate "Asus Notebook WMI Driver" 28645a3d578SAndy Shevchenko depends on ASUS_WMI 28745a3d578SAndy Shevchenko depends on SERIO_I8042 || SERIO_I8042 = n 288a7f7f624SMasahiro Yamada help 28945a3d578SAndy Shevchenko This is a driver for newer Asus notebooks. It adds extra features 29045a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 29145a3d578SAndy Shevchenko 29245a3d578SAndy Shevchenko For more information, see 29345a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 29445a3d578SAndy Shevchenko 29545a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Asus Notebook, say Y or M 29645a3d578SAndy Shevchenko here. 29745a3d578SAndy Shevchenko 2980a6509b0SHans de Goedeconfig ASUS_TF103C_DOCK 2990a6509b0SHans de Goede tristate "Asus TF103C 2-in-1 keyboard dock" 3000a6509b0SHans de Goede depends on ACPI 3010a6509b0SHans de Goede depends on I2C 3020a6509b0SHans de Goede depends on INPUT 3030a6509b0SHans de Goede depends on HID 3040a6509b0SHans de Goede depends on GPIOLIB 3050a6509b0SHans de Goede help 3060a6509b0SHans de Goede This is a driver for the keyboard, touchpad and USB port of the 3070a6509b0SHans de Goede keyboard dock for the Asus TF103C 2-in-1 tablet. 3080a6509b0SHans de Goede 3090a6509b0SHans de Goede This keyboard dock has its own I2C attached embedded controller 3100a6509b0SHans de Goede and the keyboard and touchpad are also connected over I2C, 3110a6509b0SHans de Goede instead of using the usual USB connection. This means that the 3120a6509b0SHans de Goede keyboard dock requires this special driver to function. 3130a6509b0SHans de Goede 3140a6509b0SHans de Goede If you have an Asus TF103C tablet say Y or M here, for a generic x86 3150a6509b0SHans de Goede distro config say M here. 3160a6509b0SHans de Goede 317636a1e69SChris Blakeconfig MERAKI_MX100 318636a1e69SChris Blake tristate "Cisco Meraki MX100 Platform Driver" 319636a1e69SChris Blake depends on GPIOLIB 320636a1e69SChris Blake depends on GPIO_ICH 321636a1e69SChris Blake depends on LEDS_CLASS 322636a1e69SChris Blake select LEDS_GPIO 323636a1e69SChris Blake help 324636a1e69SChris Blake This driver provides support for the front button and LEDs on 325636a1e69SChris Blake the Cisco Meraki MX100 (Tinkerbell) 1U appliance. 326636a1e69SChris Blake 327636a1e69SChris Blake To compile this driver as a module, choose M here: the module 328636a1e69SChris Blake will be called meraki-mx100. 329636a1e69SChris Blake 33045a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP 33145a3d578SAndy Shevchenko tristate "Eee PC Hotkey Driver" 33245a3d578SAndy Shevchenko depends on ACPI 33345a3d578SAndy Shevchenko depends on INPUT 33445a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 33545a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 33645a3d578SAndy Shevchenko depends on HOTPLUG_PCI 33745a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 33845a3d578SAndy Shevchenko select HWMON 33945a3d578SAndy Shevchenko select LEDS_CLASS 34045a3d578SAndy Shevchenko select NEW_LEDS 34145a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 342a7f7f624SMasahiro Yamada help 34345a3d578SAndy Shevchenko This driver supports the Fn-Fx keys on Eee PC laptops. 34445a3d578SAndy Shevchenko 34545a3d578SAndy Shevchenko It also gives access to some extra laptop functionalities like 34645a3d578SAndy Shevchenko Bluetooth, backlight and allows powering on/off some other 34745a3d578SAndy Shevchenko devices. 34845a3d578SAndy Shevchenko 34945a3d578SAndy Shevchenko If you have an Eee PC laptop, say Y or M here. If this driver 35045a3d578SAndy Shevchenko doesn't work on your Eee PC, try eeepc-wmi instead. 35145a3d578SAndy Shevchenko 35245a3d578SAndy Shevchenkoconfig EEEPC_WMI 35345a3d578SAndy Shevchenko tristate "Eee PC WMI Driver" 35445a3d578SAndy Shevchenko depends on ASUS_WMI 355a7f7f624SMasahiro Yamada help 35645a3d578SAndy Shevchenko This is a driver for newer Eee PC laptops. It adds extra features 35745a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 35845a3d578SAndy Shevchenko 35945a3d578SAndy Shevchenko For more information, see 36045a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 36145a3d578SAndy Shevchenko 36245a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M 36345a3d578SAndy Shevchenko here. 36445a3d578SAndy Shevchenko 365f1e1ea51SMario Limonciellosource "drivers/platform/x86/dell/Kconfig" 3667a3319c1SMichał Kępień 36745a3d578SAndy Shevchenkoconfig AMILO_RFKILL 36845a3d578SAndy Shevchenko tristate "Fujitsu-Siemens Amilo rfkill support" 369817a5cdbSPali Rohár depends on RFKILL 37045a3d578SAndy Shevchenko depends on SERIO_I8042 371a7f7f624SMasahiro Yamada help 37245a3d578SAndy Shevchenko This is a driver for enabling wifi on some Fujitsu-Siemens Amilo 37345a3d578SAndy Shevchenko laptops. 374820787fcSColin Ian King 37541b16dceSLen Brownconfig FUJITSU_LAPTOP 37641b16dceSLen Brown tristate "Fujitsu Laptop Extras" 37741b16dceSLen Brown depends on ACPI 37841b16dceSLen Brown depends on INPUT 37941b16dceSLen Brown depends on BACKLIGHT_CLASS_DEVICE 38014ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 381f2252672SMichał Kępień select INPUT_SPARSEKMAP 382afdd1ebbSNecip Fazil Yildiran select NEW_LEDS 383d89bcc83SMichał Kępień select LEDS_CLASS 384a7f7f624SMasahiro Yamada help 38541b16dceSLen Brown This is a driver for laptops built by Fujitsu: 38641b16dceSLen Brown 38741b16dceSLen Brown * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 38841b16dceSLen Brown * Possibly other Fujitsu laptop models 38941b16dceSLen Brown * Tested with S6410 and S7020 39041b16dceSLen Brown 39141b16dceSLen Brown It adds support for LCD brightness control and some hotkeys. 39241b16dceSLen Brown 39341b16dceSLen Brown If you have a Fujitsu laptop, say Y or M here. 39441b16dceSLen Brown 3952d24c490SRobert Gerlachconfig FUJITSU_TABLET 3962d24c490SRobert Gerlach tristate "Fujitsu Tablet Extras" 3972d24c490SRobert Gerlach depends on ACPI 3982d24c490SRobert Gerlach depends on INPUT 399a7f7f624SMasahiro Yamada help 4002d24c490SRobert Gerlach This is a driver for tablets built by Fujitsu: 4012d24c490SRobert Gerlach 4022d24c490SRobert Gerlach * Lifebook P1510/P1610/P1620/Txxxx 4032d24c490SRobert Gerlach * Stylistic ST5xxx 4042d24c490SRobert Gerlach * Possibly other Fujitsu tablet models 4052d24c490SRobert Gerlach 4062d24c490SRobert Gerlach It adds support for the panel buttons, docking station detection, 4072d24c490SRobert Gerlach tablet/notebook mode detection for convertible and 4082d24c490SRobert Gerlach orientation detection for docked slates. 4092d24c490SRobert Gerlach 4102d24c490SRobert Gerlach If you have a Fujitsu convertible or slate, say Y or M here. 4112d24c490SRobert Gerlach 4121b46f17dSHans de Goedeconfig GPD_POCKET_FAN 4131b46f17dSHans de Goede tristate "GPD Pocket Fan Controller support" 4141b46f17dSHans de Goede depends on ACPI 4151b46f17dSHans de Goede depends on THERMAL 416a7f7f624SMasahiro Yamada help 4171b46f17dSHans de Goede Driver for the GPD Pocket vendor specific FAN02501 ACPI device 4181b46f17dSHans de Goede which controls the fan speed on the GPD Pocket. 4191b46f17dSHans de Goede 4201b46f17dSHans de Goede Without this driver the fan on the Pocket will stay off independent 4211b46f17dSHans de Goede of the CPU temperature. Say Y or M if the kernel may be used on a 4221b46f17dSHans de Goede GPD pocket. 4231b46f17dSHans de Goede 424efcfed9bSJean Delvareconfig HP_ACCEL 425efcfed9bSJean Delvare tristate "HP laptop accelerometer" 426efcfed9bSJean Delvare depends on INPUT && ACPI 4270cdbcd6dSGiedrius Statkevicius depends on SERIO_I8042 428efcfed9bSJean Delvare select SENSORS_LIS3LV02D 429efcfed9bSJean Delvare select NEW_LEDS 430efcfed9bSJean Delvare select LEDS_CLASS 431efcfed9bSJean Delvare help 432efcfed9bSJean Delvare This driver provides support for the "Mobile Data Protection System 3D" 433efcfed9bSJean Delvare or "3D DriveGuard" feature of HP laptops. On such systems the driver 434efcfed9bSJean Delvare should load automatically (via ACPI alias). 435efcfed9bSJean Delvare 436efcfed9bSJean Delvare Support for a led indicating disk protection will be provided as 437efcfed9bSJean Delvare hp::hddprotect. For more information on the feature, refer to 4389b5db89eSMauro Carvalho Chehab Documentation/misc-devices/lis3lv02d.rst. 439efcfed9bSJean Delvare 440efcfed9bSJean Delvare To compile this driver as a module, choose M here: the module will 441efcfed9bSJean Delvare be called hp_accel. 442efcfed9bSJean Delvare 443a558ea42SMario Limoncielloconfig WIRELESS_HOTKEY 444a558ea42SMario Limonciello tristate "Wireless hotkey button" 44554290fa6SAlex Hung depends on ACPI 44654290fa6SAlex Hung depends on INPUT 44754290fa6SAlex Hung help 448a558ea42SMario Limonciello This driver provides supports for the wireless buttons found on some AMD, 449a558ea42SMario Limonciello HP, & Xioami laptops. 45054290fa6SAlex Hung On such systems the driver should load automatically (via ACPI alias). 45154290fa6SAlex Hung 45254290fa6SAlex Hung To compile this driver as a module, choose M here: the module will 453a558ea42SMario Limonciello be called wireless-hotkey. 45454290fa6SAlex Hung 45541b16dceSLen Brownconfig HP_WMI 45641b16dceSLen Brown tristate "HP WMI extras" 45741b16dceSLen Brown depends on ACPI_WMI 45841b16dceSLen Brown depends on INPUT 45919d337dfSJohannes Berg depends on RFKILL || RFKILL = n 4604d291ed7SDmitry Torokhov select INPUT_SPARSEKMAP 4614296f679SElia Devito select ACPI_PLATFORM_PROFILE 4624c51ba9aSEnver Balalic select HWMON 46341b16dceSLen Brown help 46441b16dceSLen Brown Say Y here if you want to support WMI-based hotkeys on HP laptops and 46541b16dceSLen Brown to read data from WMI such as docking or ambient light sensor state. 46641b16dceSLen Brown 46741b16dceSLen Brown To compile this driver as a module, choose M here: the module will 46841b16dceSLen Brown be called hp-wmi. 46941b16dceSLen Brown 47045a3d578SAndy Shevchenkoconfig TC1100_WMI 47145a3d578SAndy Shevchenko tristate "HP Compaq TC1100 Tablet WMI Extras" 47245a3d578SAndy Shevchenko depends on !X86_64 473dbf0c5a6SMatan Ziv-Av depends on ACPI 474dbf0c5a6SMatan Ziv-Av depends on ACPI_WMI 475a7f7f624SMasahiro Yamada help 47645a3d578SAndy Shevchenko This is a driver for the WMI extensions (wireless and bluetooth power 47745a3d578SAndy Shevchenko control) of the HP Compaq TC1100 tablet. 47841b16dceSLen Brown 47945a3d578SAndy Shevchenkoconfig IBM_RTL 48045a3d578SAndy Shevchenko tristate "Device driver to enable PRTL support" 48145a3d578SAndy Shevchenko depends on PCI 482a7f7f624SMasahiro Yamada help 48345a3d578SAndy Shevchenko Enable support for IBM Premium Real Time Mode (PRTM). 48445a3d578SAndy Shevchenko This module will allow you the enter and exit PRTM in the BIOS via 48545a3d578SAndy Shevchenko sysfs on platforms that support this feature. System in PRTM will 48645a3d578SAndy Shevchenko not receive CPU-generated SMIs for recoverable errors. Use of this 48745a3d578SAndy Shevchenko feature without proper support may void your hardware warranty. 48841b16dceSLen Brown 48945a3d578SAndy Shevchenko If the proper BIOS support is found the driver will load and create 49045a3d578SAndy Shevchenko /sys/devices/system/ibm_rtl/. The "state" variable will indicate 49145a3d578SAndy Shevchenko whether or not the BIOS is in PRTM. 49245a3d578SAndy Shevchenko state = 0 (BIOS SMIs on) 49345a3d578SAndy Shevchenko state = 1 (BIOS SMIs off) 49441b16dceSLen Brown 49557ac3b05SIke Panhcconfig IDEAPAD_LAPTOP 49657ac3b05SIke Panhc tristate "Lenovo IdeaPad Laptop Extras" 49758ac7aa0SDavid Woodhouse depends on ACPI 498ad0f4306SRandy Dunlap depends on RFKILL && INPUT 49907a4a4fcSMaxim Mikityanskiy depends on SERIO_I8042 500445e8d00SMatthew Garrett depends on BACKLIGHT_CLASS_DEVICE 50114ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 50274caab99SArnd Bergmann depends on ACPI_WMI || ACPI_WMI = n 50321f05a43SMaximilian Luz select ACPI_PLATFORM_PROFILE 504f63409aeSIke Panhc select INPUT_SPARSEKMAP 505d8f5c5eaSBarnabás Pőcze select NEW_LEDS 506d8f5c5eaSBarnabás Pőcze select LEDS_CLASS 50758ac7aa0SDavid Woodhouse help 50816fd91e0SIke Panhc This is a driver for Lenovo IdeaPad netbooks contains drivers for 50916fd91e0SIke Panhc rfkill switch, hotkey, fan control and backlight control. 51058ac7aa0SDavid Woodhouse 51145a3d578SAndy Shevchenkoconfig SENSORS_HDAPS 51245a3d578SAndy Shevchenko tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 5133dda3b37SBenjamin Tissoires depends on INPUT 51445a3d578SAndy Shevchenko help 51545a3d578SAndy Shevchenko This driver provides support for the IBM Hard Drive Active Protection 51645a3d578SAndy Shevchenko System (hdaps), which provides an accelerometer and other misc. data. 51745a3d578SAndy Shevchenko ThinkPads starting with the R50, T41, and X40 are supported. The 51845a3d578SAndy Shevchenko accelerometer data is readable via sysfs. 5193dda3b37SBenjamin Tissoires 52045a3d578SAndy Shevchenko This driver also provides an absolute input class device, allowing 52145a3d578SAndy Shevchenko the laptop to act as a pinball machine-esque joystick. 52245a3d578SAndy Shevchenko 52345a3d578SAndy Shevchenko If your ThinkPad is not recognized by the driver, please update to latest 52445a3d578SAndy Shevchenko BIOS. This is especially the case for some R52 ThinkPads. 52545a3d578SAndy Shevchenko 52645a3d578SAndy Shevchenko Say Y here if you have an applicable laptop and want to experience 52745a3d578SAndy Shevchenko the awesome power of hdaps. 5283dda3b37SBenjamin Tissoires 52941b16dceSLen Brownconfig THINKPAD_ACPI 53041b16dceSLen Brown tristate "ThinkPad ACPI Laptop Extras" 53141b16dceSLen Brown depends on ACPI 5322801b968SOgnjen Galic depends on ACPI_BATTERY 533d263da31SCorentin Chary depends on INPUT 53419d337dfSJohannes Berg depends on RFKILL || RFKILL = n 53514ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 53614ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 537153cca9cSHans de Goede depends on I2C 538f809891eSHans de Goede depends on DRM 53921f05a43SMaximilian Luz select ACPI_PLATFORM_PROFILE 540f809891eSHans de Goede select DRM_PRIVACY_SCREEN 54141b16dceSLen Brown select HWMON 54241b16dceSLen Brown select NVRAM 54341b16dceSLen Brown select NEW_LEDS 54441b16dceSLen Brown select LEDS_CLASS 5454e1d0924STakashi Iwai select LEDS_TRIGGERS 5464e1d0924STakashi Iwai select LEDS_TRIGGER_AUDIO 547a7f7f624SMasahiro Yamada help 54841b16dceSLen Brown This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 54941b16dceSLen Brown support for Fn-Fx key combinations, Bluetooth control, video 55041b16dceSLen Brown output switching, ThinkLight control, UltraBay eject and more. 55141b16dceSLen Brown For more information about this driver see 5529e1cbedeSMauro Carvalho Chehab <file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and 55341b16dceSLen Brown <http://ibm-acpi.sf.net/> . 55441b16dceSLen Brown 55541b16dceSLen Brown This driver was formerly known as ibm-acpi. 55641b16dceSLen Brown 5576e5b08eeSHenrique de Moraes Holschuh Extra functionality will be available if the rfkill (CONFIG_RFKILL) 5586e5b08eeSHenrique de Moraes Holschuh and/or ALSA (CONFIG_SND) subsystems are available in the kernel. 5596e5b08eeSHenrique de Moraes Holschuh Note that if you want ThinkPad-ACPI to be built-in instead of 5606e5b08eeSHenrique de Moraes Holschuh modular, ALSA and rfkill will also have to be built-in. 5616e5b08eeSHenrique de Moraes Holschuh 56241b16dceSLen Brown If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. 56341b16dceSLen Brown 564ff850c33SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_ALSA_SUPPORT 565ff850c33SHenrique de Moraes Holschuh bool "Console audio control ALSA interface" 566ff850c33SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 567ff850c33SHenrique de Moraes Holschuh depends on SND 568ff850c33SHenrique de Moraes Holschuh depends on SND = y || THINKPAD_ACPI = SND 569ff850c33SHenrique de Moraes Holschuh default y 570a7f7f624SMasahiro Yamada help 571ff850c33SHenrique de Moraes Holschuh Enables monitoring of the built-in console audio output control 572ff850c33SHenrique de Moraes Holschuh (headphone and speakers), which is operated by the mute and (in 573ff850c33SHenrique de Moraes Holschuh some ThinkPad models) volume hotkeys. 574ff850c33SHenrique de Moraes Holschuh 575ff850c33SHenrique de Moraes Holschuh If this option is enabled, ThinkPad-ACPI will export an ALSA card 576ff850c33SHenrique de Moraes Holschuh with a single read-only mixer control, which should be used for 577ff850c33SHenrique de Moraes Holschuh on-screen-display feedback purposes by the Desktop Environment. 578ff850c33SHenrique de Moraes Holschuh 579ff850c33SHenrique de Moraes Holschuh Optionally, the driver will also allow software control (the 580ff850c33SHenrique de Moraes Holschuh ALSA mixer will be made read-write). Please refer to the driver 581ff850c33SHenrique de Moraes Holschuh documentation for details. 582ff850c33SHenrique de Moraes Holschuh 583ff850c33SHenrique de Moraes Holschuh All IBM models have both volume and mute control. Newer Lenovo 584ff850c33SHenrique de Moraes Holschuh models only have mute control (the volume hotkeys are just normal 585ff850c33SHenrique de Moraes Holschuh keys and volume control is done through the main HDA mixer). 586ff850c33SHenrique de Moraes Holschuh 587a73f3091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUGFACILITIES 588a73f3091SHenrique de Moraes Holschuh bool "Maintainer debug facilities" 589a73f3091SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 590a7f7f624SMasahiro Yamada help 591a73f3091SHenrique de Moraes Holschuh Enables extra stuff in the thinkpad-acpi which is completely useless 592a73f3091SHenrique de Moraes Holschuh for normal use. Read the driver source to find out what it does. 593a73f3091SHenrique de Moraes Holschuh 594a73f3091SHenrique de Moraes Holschuh Say N here, unless you were told by a kernel maintainer to do 595a73f3091SHenrique de Moraes Holschuh otherwise. 596a73f3091SHenrique de Moraes Holschuh 59741b16dceSLen Brownconfig THINKPAD_ACPI_DEBUG 59841b16dceSLen Brown bool "Verbose debug mode" 59941b16dceSLen Brown depends on THINKPAD_ACPI 600a7f7f624SMasahiro Yamada help 60141b16dceSLen Brown Enables extra debugging information, at the expense of a slightly 60241b16dceSLen Brown increase in driver size. 60341b16dceSLen Brown 60441b16dceSLen Brown If you are not sure, say N here. 60541b16dceSLen Brown 606a4d5effcSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_UNSAFE_LEDS 607a4d5effcSHenrique de Moraes Holschuh bool "Allow control of important LEDs (unsafe)" 608a4d5effcSHenrique de Moraes Holschuh depends on THINKPAD_ACPI 609a7f7f624SMasahiro Yamada help 610a4d5effcSHenrique de Moraes Holschuh Overriding LED state on ThinkPads can mask important 611a4d5effcSHenrique de Moraes Holschuh firmware alerts (like critical battery condition), or misled 612a4d5effcSHenrique de Moraes Holschuh the user into damaging the hardware (undocking or ejecting 613a4d5effcSHenrique de Moraes Holschuh the bay while buses are still active), etc. 614a4d5effcSHenrique de Moraes Holschuh 615a4d5effcSHenrique de Moraes Holschuh LED control on the ThinkPad is write-only (with very few 616a4d5effcSHenrique de Moraes Holschuh exceptions on very ancient models), which makes it 617a4d5effcSHenrique de Moraes Holschuh impossible to know beforehand if important information will 618a4d5effcSHenrique de Moraes Holschuh be lost when one changes LED state. 619a4d5effcSHenrique de Moraes Holschuh 620a4d5effcSHenrique de Moraes Holschuh Users that know what they are doing can enable this option 621a4d5effcSHenrique de Moraes Holschuh and the driver will allow control of every LED, including 622a4d5effcSHenrique de Moraes Holschuh the ones on the dock stations. 623a4d5effcSHenrique de Moraes Holschuh 624a4d5effcSHenrique de Moraes Holschuh Never enable this option on a distribution kernel. 625a4d5effcSHenrique de Moraes Holschuh 626a4d5effcSHenrique de Moraes Holschuh Say N here, unless you are building a kernel for your own 627a4d5effcSHenrique de Moraes Holschuh use, and need to control the important firmware LEDs. 628a4d5effcSHenrique de Moraes Holschuh 62941b16dceSLen Brownconfig THINKPAD_ACPI_VIDEO 63041b16dceSLen Brown bool "Video output control support" 63141b16dceSLen Brown depends on THINKPAD_ACPI 63241b16dceSLen Brown default y 633a7f7f624SMasahiro Yamada help 63441b16dceSLen Brown Allows the thinkpad_acpi driver to provide an interface to control 63541b16dceSLen Brown the various video output ports. 63641b16dceSLen Brown 63741b16dceSLen Brown This feature often won't work well, depending on ThinkPad model, 63841b16dceSLen Brown display state, video output devices in use, whether there is a X 63941b16dceSLen Brown server running, phase of the moon, and the current mood of 64041b16dceSLen Brown Schroedinger's cat. If you can use X.org's RandR to control 64141b16dceSLen Brown your ThinkPad's video output ports instead of this feature, 642b525c06cSHenrique de Moraes Holschuh don't think twice: do it and say N here to save memory and avoid 643b525c06cSHenrique de Moraes Holschuh bad interactions with X.org. 64441b16dceSLen Brown 645b525c06cSHenrique de Moraes Holschuh NOTE: access to this feature is limited to processes with the 646b525c06cSHenrique de Moraes Holschuh CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms 647b525c06cSHenrique de Moraes Holschuh where it interacts badly with X.org. 648b525c06cSHenrique de Moraes Holschuh 649b525c06cSHenrique de Moraes Holschuh If you are not sure, say Y here but do try to check if you could 650b525c06cSHenrique de Moraes Holschuh be using X.org RandR instead. 65141b16dceSLen Brown 65241b16dceSLen Brownconfig THINKPAD_ACPI_HOTKEY_POLL 65341b16dceSLen Brown bool "Support NVRAM polling for hot keys" 65441b16dceSLen Brown depends on THINKPAD_ACPI 65541b16dceSLen Brown default y 656a7f7f624SMasahiro Yamada help 65741b16dceSLen Brown Some thinkpad models benefit from NVRAM polling to detect a few of 65841b16dceSLen Brown the hot key press events. If you know your ThinkPad model does not 65941b16dceSLen Brown need to do NVRAM polling to support any of the hot keys you use, 66041b16dceSLen Brown unselecting this option will save about 1kB of memory. 66141b16dceSLen Brown 66241b16dceSLen Brown ThinkPads T40 and newer, R52 and newer, and X31 and newer are 66341b16dceSLen Brown unlikely to need NVRAM polling in their latest BIOS versions. 66441b16dceSLen Brown 66541b16dceSLen Brown NVRAM polling can detect at most the following keys: ThinkPad/Access 66641b16dceSLen Brown IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute, 66741b16dceSLen Brown Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12). 66841b16dceSLen Brown 66941b16dceSLen Brown If you are not sure, say Y here. The driver enables polling only if 67041b16dceSLen Brown it is strictly necessary to do so. 67141b16dceSLen Brown 672a40cd7efSMark Pearsonconfig THINKPAD_LMI 673a40cd7efSMark Pearson tristate "Lenovo WMI-based systems management driver" 674a40cd7efSMark Pearson depends on ACPI_WMI 675a40cd7efSMark Pearson select FW_ATTR_CLASS 676a40cd7efSMark Pearson help 677a40cd7efSMark Pearson This driver allows changing BIOS settings on Lenovo machines whose 678a40cd7efSMark Pearson BIOS support the WMI interface. 679a40cd7efSMark Pearson 680a40cd7efSMark Pearson To compile this driver as a module, choose M here: the module will 681a40cd7efSMark Pearson be called think-lmi. 682a40cd7efSMark Pearson 6838bd836feSAndy Shevchenkosource "drivers/platform/x86/intel/Kconfig" 6848bd836feSAndy Shevchenko 68545a3d578SAndy Shevchenkoconfig MSI_LAPTOP 68645a3d578SAndy Shevchenko tristate "MSI Laptop Extras" 68745a3d578SAndy Shevchenko depends on ACPI 68814ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 68945a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 69045a3d578SAndy Shevchenko depends on RFKILL 69145a3d578SAndy Shevchenko depends on INPUT && SERIO_I8042 692642e0447SDmitry Torokhov select INPUT_SPARSEKMAP 693a7f7f624SMasahiro Yamada help 69445a3d578SAndy Shevchenko This is a driver for laptops built by MSI (MICRO-STAR 69545a3d578SAndy Shevchenko INTERNATIONAL): 69676593d6fSCorentin Chary 69745a3d578SAndy Shevchenko MSI MegaBook S270 (MS-1013) 69845a3d578SAndy Shevchenko Cytron/TCM/Medion/Tchibo MD96100/SAM2000 69941b16dceSLen Brown 70045a3d578SAndy Shevchenko It adds support for Bluetooth, WLAN and LCD brightness control. 70141b16dceSLen Brown 70245a3d578SAndy Shevchenko More information about this driver is available at 70345a3d578SAndy Shevchenko <http://0pointer.de/lennart/tchibo.html>. 704ee027e4aSYong Wang 70545a3d578SAndy Shevchenko If you have an MSI S270 laptop, say Y or M here. 706edb73f4fSMattias Jacobsson 707d12d8bafSThomas Renningerconfig MSI_WMI 708d12d8bafSThomas Renninger tristate "MSI WMI extras" 709d12d8bafSThomas Renninger depends on ACPI_WMI 710d12d8bafSThomas Renninger depends on INPUT 711de078e57SAnisse Astier depends on BACKLIGHT_CLASS_DEVICE 71214ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 713c30116c6SAnisse Astier select INPUT_SPARSEKMAP 714d12d8bafSThomas Renninger help 715d12d8bafSThomas Renninger Say Y here if you want to support WMI-based hotkeys on MSI laptops. 716d12d8bafSThomas Renninger 717d12d8bafSThomas Renninger To compile this driver as a module, choose M here: the module will 718d12d8bafSThomas Renninger be called msi-wmi. 719d12d8bafSThomas Renninger 72045a3d578SAndy Shevchenkoconfig XO15_EBOOK 72145a3d578SAndy Shevchenko tristate "OLPC XO-1.5 ebook switch" 72245a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 72345a3d578SAndy Shevchenko depends on ACPI && INPUT 724a7f7f624SMasahiro Yamada help 72545a3d578SAndy Shevchenko Support for the ebook switch on the OLPC XO-1.5 laptop. 72613bb0fd5SHans de Goede 72745a3d578SAndy Shevchenko This switch is triggered as the screen is rotated and folded down to 72845a3d578SAndy Shevchenko convert the device into ebook form. 72945a3d578SAndy Shevchenko 73045a3d578SAndy Shevchenkoconfig XO1_RFKILL 73145a3d578SAndy Shevchenko tristate "OLPC XO-1 software RF kill switch" 73245a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 73345a3d578SAndy Shevchenko depends on RFKILL 734a7f7f624SMasahiro Yamada help 73545a3d578SAndy Shevchenko Support for enabling/disabling the WLAN interface on the OLPC XO-1 73645a3d578SAndy Shevchenko laptop. 73745a3d578SAndy Shevchenko 73845a3d578SAndy Shevchenkoconfig PCENGINES_APU2 73945a3d578SAndy Shevchenko tristate "PC Engines APUv2/3 front button and LEDs driver" 74045a3d578SAndy Shevchenko depends on INPUT && INPUT_KEYBOARD && GPIOLIB 74145a3d578SAndy Shevchenko depends on LEDS_CLASS 74245a3d578SAndy Shevchenko select GPIO_AMD_FCH 74345a3d578SAndy Shevchenko select KEYBOARD_GPIO_POLLED 74445a3d578SAndy Shevchenko select LEDS_GPIO 74545a3d578SAndy Shevchenko help 74645a3d578SAndy Shevchenko This driver provides support for the front button and LEDs on 74745a3d578SAndy Shevchenko PC Engines APUv2/APUv3 board. 74845a3d578SAndy Shevchenko 74945a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 75045a3d578SAndy Shevchenko will be called pcengines-apuv2. 75145a3d578SAndy Shevchenko 75286af1d02SSantosh Kumar Yadavconfig BARCO_P50_GPIO 75386af1d02SSantosh Kumar Yadav tristate "Barco P50 GPIO driver for identify LED/button" 75486af1d02SSantosh Kumar Yadav depends on GPIOLIB 75586af1d02SSantosh Kumar Yadav help 75686af1d02SSantosh Kumar Yadav This driver provides access to the GPIOs for the identify button 75786af1d02SSantosh Kumar Yadav and led present on Barco P50 board. 75886af1d02SSantosh Kumar Yadav 75986af1d02SSantosh Kumar Yadav To compile this driver as a module, choose M here: the module 76086af1d02SSantosh Kumar Yadav will be called barco-p50-gpio. 76186af1d02SSantosh Kumar Yadav 76245a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP 76345a3d578SAndy Shevchenko tristate "Samsung Laptop driver" 76445a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 76545a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 76645a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 767bf8f65daSGuillaume Douézan-Grard select LEDS_CLASS 768bf8f65daSGuillaume Douézan-Grard select NEW_LEDS 769a7f7f624SMasahiro Yamada help 77045a3d578SAndy Shevchenko This module implements a driver for a wide range of different 77145a3d578SAndy Shevchenko Samsung laptops. It offers control over the different 77245a3d578SAndy Shevchenko function keys, wireless LED, LCD backlight level. 7739caeb532SHerton Ronaldo Krzesinski 77445a3d578SAndy Shevchenko It may also provide some sysfs files described in 77545a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop> 77645a3d578SAndy Shevchenko 77745a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 77845a3d578SAndy Shevchenko will be called samsung-laptop. 77945a3d578SAndy Shevchenko 78045a3d578SAndy Shevchenkoconfig SAMSUNG_Q10 78145a3d578SAndy Shevchenko tristate "Samsung Q10 Extras" 78245a3d578SAndy Shevchenko depends on ACPI 78345a3d578SAndy Shevchenko select BACKLIGHT_CLASS_DEVICE 784a7f7f624SMasahiro Yamada help 78545a3d578SAndy Shevchenko This driver provides support for backlight control on Samsung Q10 78645a3d578SAndy Shevchenko and related laptops, including Dell Latitude X200. 7879caeb532SHerton Ronaldo Krzesinski 788b4f9fe12SLen Brownconfig ACPI_TOSHIBA 789b4f9fe12SLen Brown tristate "Toshiba Laptop Extras" 790b4f9fe12SLen Brown depends on ACPI 791f11f999eSSeth Forshee depends on ACPI_WMI 7920c51a4d8SMark Brown select LEDS_CLASS 7930c51a4d8SMark Brown select NEW_LEDS 794c76a3e1dSJonathan Corbet depends on BACKLIGHT_CLASS_DEVICE 795b4f9fe12SLen Brown depends on INPUT 796283672e4SSeth Forshee depends on SERIO_I8042 || SERIO_I8042 = n 797358d6a2cSHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 798dc4522beSAzael Avalos depends on RFKILL || RFKILL = n 79998010f1eSAzael Avalos depends on IIO 800384a7cd9SDmitry Torokhov select INPUT_SPARSEKMAP 801a7f7f624SMasahiro Yamada help 802b4f9fe12SLen Brown This driver adds support for access to certain system settings 803b4f9fe12SLen Brown on "legacy free" Toshiba laptops. These laptops can be recognized by 804b4f9fe12SLen Brown their lack of a BIOS setup menu and APM support. 805b4f9fe12SLen Brown 806b4f9fe12SLen Brown On these machines, all system configuration is handled through the 807b4f9fe12SLen Brown ACPI. This driver is required for access to controls not covered 808b4f9fe12SLen Brown by the general ACPI drivers, such as LCD brightness, video output, 809b4f9fe12SLen Brown etc. 810b4f9fe12SLen Brown 811b4f9fe12SLen Brown This driver differs from the non-ACPI Toshiba laptop driver (located 812b4f9fe12SLen Brown under "Processor type and features") in several aspects. 813b4f9fe12SLen Brown Configuration is accessed by reading and writing text files in the 814b4f9fe12SLen Brown /proc tree instead of by program interface to /dev. Furthermore, no 815b4f9fe12SLen Brown power management functions are exposed, as those are handled by the 816b4f9fe12SLen Brown general ACPI drivers. 817b4f9fe12SLen Brown 818b4f9fe12SLen Brown More information about this driver is available at 819b4f9fe12SLen Brown <http://memebeam.org/toys/ToshibaAcpiDriver>. 820b4f9fe12SLen Brown 821b4f9fe12SLen Brown If you have a legacy free Toshiba laptop (such as the Libretto L1 822b4f9fe12SLen Brown series), say Y. 82342b4e9eeSJes Sorensen 82442b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL 82542b4e9eeSJes Sorensen tristate "Toshiba Bluetooth RFKill switch support" 82642b4e9eeSJes Sorensen depends on ACPI 8277ee8cd33SAzael Avalos depends on RFKILL || RFKILL = n 828a7f7f624SMasahiro Yamada help 82942b4e9eeSJes Sorensen This driver adds support for Bluetooth events for the RFKill 83042b4e9eeSJes Sorensen switch on modern Toshiba laptops with full ACPI support and 83142b4e9eeSJes Sorensen an RFKill switch. 83242b4e9eeSJes Sorensen 83342b4e9eeSJes Sorensen This driver handles RFKill events for the TOS6205 Bluetooth, 83442b4e9eeSJes Sorensen and re-enables it when the switch is set back to the 'on' 83542b4e9eeSJes Sorensen position. 83642b4e9eeSJes Sorensen 83742b4e9eeSJes Sorensen If you have a modern Toshiba laptop with a Bluetooth and an 83842b4e9eeSJes Sorensen RFKill switch (such as the Portege R500), say Y. 839529aa8cbSThadeu Lima de Souza Cascardo 840186e4e89SAzael Avalosconfig TOSHIBA_HAPS 841186e4e89SAzael Avalos tristate "Toshiba HDD Active Protection Sensor" 842186e4e89SAzael Avalos depends on ACPI 843a7f7f624SMasahiro Yamada help 844186e4e89SAzael Avalos This driver adds support for the built-in accelerometer 845769a12a9SMasanari Iida found on recent Toshiba laptops equipped with HID TOS620A 846186e4e89SAzael Avalos device. 847186e4e89SAzael Avalos 848186e4e89SAzael Avalos This driver receives ACPI notify events 0x80 when the sensor 849186e4e89SAzael Avalos detects a sudden move or a harsh vibration, as well as an 850186e4e89SAzael Avalos ACPI notify event 0x81 whenever the movement or vibration has 851186e4e89SAzael Avalos been stabilized. 852186e4e89SAzael Avalos 853186e4e89SAzael Avalos Also provides sysfs entries to get/set the desired protection 854769a12a9SMasanari Iida level and resetting the HDD protection interface. 855186e4e89SAzael Avalos 856186e4e89SAzael Avalos If you have a recent Toshiba laptop with a built-in accelerometer 857186e4e89SAzael Avalos device, say Y. 858186e4e89SAzael Avalos 85914991fc7SAzael Avalosconfig TOSHIBA_WMI 86014991fc7SAzael Avalos tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)" 86114991fc7SAzael Avalos depends on ACPI_WMI 86214991fc7SAzael Avalos depends on INPUT 86314991fc7SAzael Avalos select INPUT_SPARSEKMAP 864a7f7f624SMasahiro Yamada help 86514991fc7SAzael Avalos This driver adds hotkey monitoring support to some Toshiba models 86614991fc7SAzael Avalos that manage the hotkeys via WMI events. 86714991fc7SAzael Avalos 86814991fc7SAzael Avalos WARNING: This driver is incomplete as it lacks a proper keymap and the 86914991fc7SAzael Avalos *notify function only prints the ACPI event type value. Be warned that 87014991fc7SAzael Avalos you will need to provide some information if you have a Toshiba model 87183fc61a5SMasanari Iida with WMI event hotkeys and want to help with the development of this 87214991fc7SAzael Avalos driver. 87314991fc7SAzael Avalos 87414991fc7SAzael Avalos If you have a WMI-based hotkeys Toshiba laptop, say Y or M here. 87514991fc7SAzael Avalos 876529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC 877529aa8cbSThadeu Lima de Souza Cascardo tristate "CMPC Laptop Extras" 8784f258cf4SRandy Dunlap depends on ACPI && INPUT 879f35843edSThadeu Lima de Souza Cascardo depends on RFKILL || RFKILL=n 880529aa8cbSThadeu Lima de Souza Cascardo select BACKLIGHT_CLASS_DEVICE 881529aa8cbSThadeu Lima de Souza Cascardo help 882529aa8cbSThadeu Lima de Souza Cascardo Support for Intel Classmate PC ACPI devices, including some 883529aa8cbSThadeu Lima de Souza Cascardo keys as input device, backlight device, tablet and accelerometer 884529aa8cbSThadeu Lima de Souza Cascardo devices. 885529aa8cbSThadeu Lima de Souza Cascardo 88645a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP 88745a3d578SAndy Shevchenko tristate "Compal (and others) Laptop Extras" 88845a3d578SAndy Shevchenko depends on ACPI 88945a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 89045a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 89145a3d578SAndy Shevchenko depends on RFKILL 89245a3d578SAndy Shevchenko depends on HWMON 89345a3d578SAndy Shevchenko depends on POWER_SUPPLY 894a7f7f624SMasahiro Yamada help 89545a3d578SAndy Shevchenko This is a driver for laptops built by Compal, and some models by 89645a3d578SAndy Shevchenko other brands (e.g. Dell, Toshiba). 8971cd706dfSHans de Goede 89845a3d578SAndy Shevchenko It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon 89945a3d578SAndy Shevchenko and battery charging level control. 900d740795dSYauhen Kharuzhy 90145a3d578SAndy Shevchenkoconfig LG_LAPTOP 90245a3d578SAndy Shevchenko tristate "LG Laptop Extras" 90345a3d578SAndy Shevchenko depends on ACPI 90407f5ed0eSMatan Ziv-Av depends on ACPI_BATTERY 90545a3d578SAndy Shevchenko depends on ACPI_WMI 90645a3d578SAndy Shevchenko depends on INPUT 90745a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 9088f0c01e6SNecip Fazil Yildiran select NEW_LEDS 90945a3d578SAndy Shevchenko select LEDS_CLASS 91045a3d578SAndy Shevchenko help 91145a3d578SAndy Shevchenko This driver adds support for hotkeys as well as control of keyboard 91245a3d578SAndy Shevchenko backlight, battery maximum charge level and various other ACPI 91345a3d578SAndy Shevchenko features. 9141cd706dfSHans de Goede 91545a3d578SAndy Shevchenko If you have an LG Gram laptop, say Y or M here. 916d740795dSYauhen Kharuzhy 91745a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP 91845a3d578SAndy Shevchenko tristate "Panasonic Laptop Extras" 91945a3d578SAndy Shevchenko depends on INPUT && ACPI 92045a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 921027f8845SHans de Goede depends on ACPI_VIDEO=n || ACPI_VIDEO 922*5e24e1ecSHans de Goede depends on SERIO_I8042 || SERIO_I8042 = n 92345a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 924a7f7f624SMasahiro Yamada help 92545a3d578SAndy Shevchenko This driver adds support for access to backlight control and hotkeys 92645a3d578SAndy Shevchenko on Panasonic Let's Note laptops. 92763dada87SHans de Goede 92845a3d578SAndy Shevchenko If you have a Panasonic Let's note laptop (such as the R1(N variant), 92945a3d578SAndy Shevchenko R2, R3, R5, T2, W2 and Y2 series), say Y. 93063dada87SHans de Goede 93145a3d578SAndy Shevchenkoconfig SONY_LAPTOP 93245a3d578SAndy Shevchenko tristate "Sony Laptop Extras" 93345a3d578SAndy Shevchenko depends on ACPI 93445a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 93545a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 93645a3d578SAndy Shevchenko depends on INPUT 93745a3d578SAndy Shevchenko depends on RFKILL 938a7f7f624SMasahiro Yamada help 93945a3d578SAndy Shevchenko This mini-driver drives the SNC and SPIC devices present in the ACPI 94045a3d578SAndy Shevchenko BIOS of the Sony Vaio laptops. 94163dada87SHans de Goede 94245a3d578SAndy Shevchenko It gives access to some extra laptop functionalities like Bluetooth, 94345a3d578SAndy Shevchenko screen brightness control, Fn keys and allows powering on/off some 94445a3d578SAndy Shevchenko devices. 94545a3d578SAndy Shevchenko 94645a3d578SAndy Shevchenko Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information. 94745a3d578SAndy Shevchenko 94845a3d578SAndy Shevchenkoconfig SONYPI_COMPAT 94945a3d578SAndy Shevchenko bool "Sonypi compatibility" 95045a3d578SAndy Shevchenko depends on SONY_LAPTOP 951a7f7f624SMasahiro Yamada help 95245a3d578SAndy Shevchenko Build the sonypi driver compatibility code into the sony-laptop driver. 95345a3d578SAndy Shevchenko 95445a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI 95545a3d578SAndy Shevchenko tristate "System76 ACPI Driver" 95645a3d578SAndy Shevchenko depends on ACPI 957fc3341b4SArnd Bergmann depends on ACPI_BATTERY 958fc3341b4SArnd Bergmann depends on HWMON 959fc3341b4SArnd Bergmann depends on INPUT 96045a3d578SAndy Shevchenko select NEW_LEDS 96145a3d578SAndy Shevchenko select LEDS_CLASS 96245a3d578SAndy Shevchenko select LEDS_TRIGGERS 96345a3d578SAndy Shevchenko help 96445a3d578SAndy Shevchenko This is a driver for System76 laptops running open firmware. It adds 96545a3d578SAndy Shevchenko support for Fn-Fx key combinations, keyboard backlight, and airplane mode 96645a3d578SAndy Shevchenko LEDs. 96745a3d578SAndy Shevchenko 96845a3d578SAndy Shevchenko If you have a System76 laptop running open firmware, say Y or M here. 96945a3d578SAndy Shevchenko 97045a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP 97145a3d578SAndy Shevchenko tristate "Topstar Laptop Extras" 972ecc83e52SAlex Hung depends on ACPI 973ecc83e52SAlex Hung depends on INPUT 974ecc83e52SAlex Hung select INPUT_SPARSEKMAP 97545a3d578SAndy Shevchenko select LEDS_CLASS 97645a3d578SAndy Shevchenko select NEW_LEDS 977a7f7f624SMasahiro Yamada help 97845a3d578SAndy Shevchenko This driver adds support for hotkeys found on Topstar laptops. 9799a58a333SSreedhara DS 98045a3d578SAndy Shevchenko If you have a Topstar laptop, say Y or M here. 9815369c02dSSreedhara DS 9825e63b2eaSLucas Tanureconfig SERIAL_MULTI_INSTANTIATE 9835e63b2eaSLucas Tanure tristate "Serial bus multi instantiate pseudo device driver" 98468f201f9SStefan Binding depends on I2C && SPI && ACPI 9858eec8a11SHong Liu help 9865e63b2eaSLucas Tanure Some ACPI-based systems list multiple devices in a single ACPI 9875e63b2eaSLucas Tanure firmware-node. This driver will instantiate separate clients 98845a3d578SAndy Shevchenko for each device in the firmware-node. 9898eec8a11SHong Liu 99045a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 9915e63b2eaSLucas Tanure will be called serial-multi-instantiate. 9928eec8a11SHong Liu 99345a3d578SAndy Shevchenkoconfig MLX_PLATFORM 99445a3d578SAndy Shevchenko tristate "Mellanox Technologies platform support" 99545a3d578SAndy Shevchenko depends on I2C && REGMAP 996a7f7f624SMasahiro Yamada help 99745a3d578SAndy Shevchenko This option enables system support for the Mellanox Technologies 99845a3d578SAndy Shevchenko platform. The Mellanox systems provide data center networking 99945a3d578SAndy Shevchenko solutions based on Virtual Protocol Interconnect (VPI) technology 100045a3d578SAndy Shevchenko enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE 100145a3d578SAndy Shevchenko connection. 100245a3d578SAndy Shevchenko 100345a3d578SAndy Shevchenko If you have a Mellanox system, say Y or M here. 100445a3d578SAndy Shevchenko 100545a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI 100645a3d578SAndy Shevchenko bool "DMI based touchscreen configuration info" 100745a3d578SAndy Shevchenko depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD 1008dba43fc4SLinus Torvalds select EFI_EMBEDDED_FIRMWARE if EFI 1009a7f7f624SMasahiro Yamada help 101045a3d578SAndy Shevchenko Certain ACPI based tablets with e.g. Silead or Chipone touchscreens 101145a3d578SAndy Shevchenko do not have enough data in ACPI tables for the touchscreen driver to 101245a3d578SAndy Shevchenko handle the touchscreen properly, as OEMs expect the data to be baked 101345a3d578SAndy Shevchenko into the tablet model specific version of the driver shipped with the 101445a3d578SAndy Shevchenko the OS-image for the device. This option supplies the missing info. 101545a3d578SAndy Shevchenko Enable this for x86 tablets with Silead or Chipone touchscreens. 1016aa7ffc01SJesse Barnes 101755fa3c96SHans de Goedeconfig X86_ANDROID_TABLETS 101855fa3c96SHans de Goede tristate "X86 Android tablet support" 10191e8aa2aaSHans de Goede depends on I2C && SPI && SERIAL_DEV_BUS && ACPI && EFI && GPIOLIB 102055fa3c96SHans de Goede help 102155fa3c96SHans de Goede X86 tablets which ship with Android as (part of) the factory image 102255fa3c96SHans de Goede typically have various problems with their DSDTs. The factory kernels 102355fa3c96SHans de Goede shipped on these devices typically have device addresses and GPIOs 102455fa3c96SHans de Goede hardcoded in the kernel, rather than specified in their DSDT. 102555fa3c96SHans de Goede 102655fa3c96SHans de Goede With the DSDT containing a random collection of devices which may or 102755fa3c96SHans de Goede may not actually be present. This driver contains various fixes for 102855fa3c96SHans de Goede such tablets, including instantiating kernel devices for devices which 102955fa3c96SHans de Goede are missing from the DSDT. 103055fa3c96SHans de Goede 103155fa3c96SHans de Goede If you have a x86 Android tablet say Y or M here, for a generic x86 103255fa3c96SHans de Goede distro config say M here. 103355fa3c96SHans de Goede 103417b707feSMark Pearsonconfig FW_ATTR_CLASS 103517b707feSMark Pearson tristate 103617b707feSMark Pearson 103728a375dfSBryan O'Donoghueconfig INTEL_IMR 103828a375dfSBryan O'Donoghue bool "Intel Isolated Memory Region support" 103928a375dfSBryan O'Donoghue depends on X86_INTEL_QUARK && IOSF_MBI 1040a7f7f624SMasahiro Yamada help 104128a375dfSBryan O'Donoghue This option provides a means to manipulate Isolated Memory Regions. 104228a375dfSBryan O'Donoghue IMRs are a set of registers that define read and write access masks 104328a375dfSBryan O'Donoghue to prohibit certain system agents from accessing memory with 1 KiB 104428a375dfSBryan O'Donoghue granularity. 104528a375dfSBryan O'Donoghue 104628a375dfSBryan O'Donoghue IMRs make it possible to control read/write access to an address 104728a375dfSBryan O'Donoghue by hardware agents inside the SoC. Read and write masks can be 104828a375dfSBryan O'Donoghue defined for: 104928a375dfSBryan O'Donoghue - eSRAM flush 105028a375dfSBryan O'Donoghue - Dirty CPU snoop (write only) 105128a375dfSBryan O'Donoghue - RMU access 105228a375dfSBryan O'Donoghue - PCI Virtual Channel 0/Virtual Channel 1 105328a375dfSBryan O'Donoghue - SMM mode 105428a375dfSBryan O'Donoghue - Non SMM mode 105528a375dfSBryan O'Donoghue 105628a375dfSBryan O'Donoghue Quark contains a set of eight IMR registers and makes use of those 105728a375dfSBryan O'Donoghue registers during its bootup process. 105828a375dfSBryan O'Donoghue 105928a375dfSBryan O'Donoghue If you are running on a Galileo/Quark say Y here. 106028a375dfSBryan O'Donoghue 106145a3d578SAndy Shevchenkoconfig INTEL_IPS 106245a3d578SAndy Shevchenko tristate "Intel Intelligent Power Sharing" 10637934d76cSSinan Kaya depends on ACPI && PCI 1064a7f7f624SMasahiro Yamada help 106545a3d578SAndy Shevchenko Intel Calpella platforms support dynamic power sharing between the 106645a3d578SAndy Shevchenko CPU and GPU, maximizing performance in a given TDP. This driver, 106745a3d578SAndy Shevchenko along with the CPU frequency and i915 drivers, provides that 106845a3d578SAndy Shevchenko functionality. If in doubt, say Y here; it will only load on 106945a3d578SAndy Shevchenko supported platforms. 1070917ee75aSSeth Forshee 107145a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC 107254b34aa0SMika Westerberg bool 107354b34aa0SMika Westerberg 107454b34aa0SMika Westerbergconfig INTEL_SCU 107554b34aa0SMika Westerberg bool 107654b34aa0SMika Westerberg select INTEL_SCU_IPC 107754b34aa0SMika Westerberg 107854b34aa0SMika Westerbergconfig INTEL_SCU_PCI 107954b34aa0SMika Westerberg bool "Intel SCU PCI driver" 1080b8da68f4SMika Westerberg depends on PCI 108154b34aa0SMika Westerberg select INTEL_SCU 108254b34aa0SMika Westerberg help 108354b34aa0SMika Westerberg This driver is used to bridge the communications between kernel 108454b34aa0SMika Westerberg and SCU on some embedded Intel x86 platforms. It also creates 1085b8da68f4SMika Westerberg devices that are connected to the SoC through the SCU. 1086b8da68f4SMika Westerberg Platforms supported: 1087b8da68f4SMika Westerberg Medfield 1088b8da68f4SMika Westerberg Clovertrail 1089b8da68f4SMika Westerberg Merrifield 1090b8da68f4SMika Westerberg Broxton 1091b8da68f4SMika Westerberg Apollo Lake 109245a3d578SAndy Shevchenko 10937a61f05eSMika Westerbergconfig INTEL_SCU_PLATFORM 10947a61f05eSMika Westerberg tristate "Intel SCU platform driver" 10957a61f05eSMika Westerberg depends on ACPI 10967a61f05eSMika Westerberg select INTEL_SCU 10977a61f05eSMika Westerberg help 10987a61f05eSMika Westerberg This driver is used to bridge the communications between kernel 10997a61f05eSMika Westerberg and SCU (sometimes called PMC as well). The driver currently 11007a61f05eSMika Westerberg supports Intel Elkhart Lake and compatible platforms. 11017a61f05eSMika Westerberg 110218365d68SAndy Shevchenkoconfig INTEL_SCU_WDT 110318365d68SAndy Shevchenko bool 110418365d68SAndy Shevchenko default INTEL_SCU_PCI 110518365d68SAndy Shevchenko depends on INTEL_MID_WATCHDOG 110618365d68SAndy Shevchenko help 110718365d68SAndy Shevchenko This is a specific platform code to instantiate watchdog device 110818365d68SAndy Shevchenko on ACPI-based Intel MID platforms. 110918365d68SAndy Shevchenko 111045a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL 111145a3d578SAndy Shevchenko tristate "Intel SCU IPC utility driver" 111254b34aa0SMika Westerberg depends on INTEL_SCU 1113a7f7f624SMasahiro Yamada help 111445a3d578SAndy Shevchenko The IPC Util driver provides an interface with the SCU enabling 111545a3d578SAndy Shevchenko low level access for debug work and updating the firmware. Say 111645a3d578SAndy Shevchenko N unless you will be doing this on an Intel MID platform. 111745a3d578SAndy Shevchenko 1118dd123e62SHenning Schildconfig SIEMENS_SIMATIC_IPC 1119dd123e62SHenning Schild tristate "Siemens Simatic IPC Class driver" 1120dd123e62SHenning Schild depends on PCI 1121dd123e62SHenning Schild help 1122dd123e62SHenning Schild This Simatic IPC class driver is the central of several drivers. It 1123dd123e62SHenning Schild is mainly used for system identification, after which drivers in other 1124dd123e62SHenning Schild classes will take care of driving specifics of those machines. 1125dd123e62SHenning Schild i.e. LEDs and watchdog. 1126dd123e62SHenning Schild 1127dd123e62SHenning Schild To compile this driver as a module, choose M here: the module 1128dd123e62SHenning Schild will be called simatic-ipc. 1129dd123e62SHenning Schild 113034354476SDaniel Beerconfig WINMATE_FM07_KEYS 113134354476SDaniel Beer tristate "Winmate FM07/FM07P front-panel keys driver" 113234354476SDaniel Beer depends on INPUT 113334354476SDaniel Beer help 113434354476SDaniel Beer Winmate FM07 and FM07P in-vehicle computers have a row of five 113534354476SDaniel Beer buttons below the display. This module adds an input device 113634354476SDaniel Beer that delivers key events when these buttons are pressed. 113734354476SDaniel Beer 113841b16dceSLen Brownendif # X86_PLATFORM_DEVICES 1139