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 94*ad62cd93SDaniel Dadapconfig WMAA_BACKLIGHT_WMI 95*ad62cd93SDaniel Dadap tristate "ACPI WMAA Backlight Driver" 96*ad62cd93SDaniel Dadap depends on ACPI_WMI 97*ad62cd93SDaniel Dadap depends on BACKLIGHT_CLASS_DEVICE 98*ad62cd93SDaniel Dadap help 99*ad62cd93SDaniel Dadap This driver provides a sysfs backlight interface for notebook 100*ad62cd93SDaniel Dadap systems which expose the WMAA ACPI method and an associated WMI 101*ad62cd93SDaniel Dadap wrapper to drive LCD backlight levels through the Embedded Controller 102*ad62cd93SDaniel Dadap (EC). 103*ad62cd93SDaniel Dadap 104*ad62cd93SDaniel Dadap Say Y or M here if you want to control the backlight on a notebook 105*ad62cd93SDaniel Dadap system with an EC-driven backlight using the ACPI WMAA method. 106*ad62cd93SDaniel Dadap 107*ad62cd93SDaniel Dadap If you choose to compile this driver as a module the module will be 108*ad62cd93SDaniel Dadap called wmaa-backlight-wmi. 109*ad62cd93SDaniel Dadap 11045a3d578SAndy Shevchenkoconfig XIAOMI_WMI 11145a3d578SAndy Shevchenko tristate "Xiaomi WMI key driver" 11245a3d578SAndy Shevchenko depends on ACPI_WMI 11345a3d578SAndy Shevchenko depends on INPUT 11445a3d578SAndy Shevchenko help 11545a3d578SAndy Shevchenko Say Y here if you want to support WMI-based keys on Xiaomi notebooks. 11645a3d578SAndy Shevchenko 11745a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 11845a3d578SAndy Shevchenko be called xiaomi-wmi. 11975971febSChris Chiu 12057293197SThomas Weißschuhconfig GIGABYTE_WMI 12157293197SThomas Weißschuh tristate "Gigabyte WMI temperature driver" 12257293197SThomas Weißschuh depends on ACPI_WMI 12357293197SThomas Weißschuh depends on HWMON 12457293197SThomas Weißschuh help 12557293197SThomas Weißschuh Say Y here if you want to support WMI-based temperature reporting on 12657293197SThomas Weißschuh Gigabyte mainboards. 12757293197SThomas Weißschuh 12857293197SThomas Weißschuh To compile this driver as a module, choose M here: the module will 12957293197SThomas Weißschuh be called gigabyte-wmi. 13057293197SThomas Weißschuh 131e86435ebSPeter Feuererconfig ACERHDF 132e86435ebSPeter Feuerer tristate "Acer Aspire One temperature and fan driver" 133200db647SRandy Dunlap depends on ACPI && THERMAL 13448c8dd64SPeter Feuerer select THERMAL_GOV_BANG_BANG 135a7f7f624SMasahiro Yamada help 136e86435ebSPeter Feuerer This is a driver for Acer Aspire One netbooks. It allows to access 137e86435ebSPeter Feuerer the temperature sensor and to control the fan. 138e86435ebSPeter Feuerer 139e86435ebSPeter Feuerer After loading this driver the BIOS is still in control of the fan. 140e86435ebSPeter Feuerer To let the kernel handle the fan, do: 14114c20688SPaul Gortmaker echo -n enabled > /sys/class/thermal/thermal_zoneN/mode 14214c20688SPaul Gortmaker where N=0,1,2... depending on the number of thermal nodes and the 14314c20688SPaul Gortmaker detection order of your particular system. The "type" parameter 14414c20688SPaul Gortmaker in the same node directory will tell you if it is "acerhdf". 145e86435ebSPeter Feuerer 146e86435ebSPeter Feuerer For more information about this driver see 14778d15eeaSAlexander A. Klimov <https://piie.net/files/acerhdf_README.txt> 148e86435ebSPeter Feuerer 149e86435ebSPeter Feuerer If you have an Acer Aspire One netbook, say Y or M 150e86435ebSPeter Feuerer here. 151e86435ebSPeter Feuerer 15245a3d578SAndy Shevchenkoconfig ACER_WIRELESS 15345a3d578SAndy Shevchenko tristate "Acer Wireless Radio Control Driver" 154a46ad0f1SMario Limonciello depends on ACPI 15545a3d578SAndy Shevchenko depends on INPUT 156a7f7f624SMasahiro Yamada help 15745a3d578SAndy Shevchenko The Acer Wireless Radio Control handles the airplane mode hotkey 15845a3d578SAndy Shevchenko present on new Acer laptops. 15945a3d578SAndy Shevchenko 16045a3d578SAndy Shevchenko Say Y or M here if you have an Acer notebook with an airplane mode 16145a3d578SAndy Shevchenko hotkey. 16245a3d578SAndy Shevchenko 16345a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 16445a3d578SAndy Shevchenko called acer-wireless. 16545a3d578SAndy Shevchenko 16645a3d578SAndy Shevchenkoconfig ACER_WMI 16745a3d578SAndy Shevchenko tristate "Acer WMI Laptop Extras" 16845a3d578SAndy Shevchenko depends on ACPI 16945a3d578SAndy Shevchenko select LEDS_CLASS 17045a3d578SAndy Shevchenko select NEW_LEDS 17145a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 17245a3d578SAndy Shevchenko depends on SERIO_I8042 17345a3d578SAndy Shevchenko depends on INPUT 17445a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 17545a3d578SAndy Shevchenko depends on ACPI_WMI 17645a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 17745a3d578SAndy Shevchenko # Acer WMI depends on ACPI_VIDEO when ACPI is enabled 17845a3d578SAndy Shevchenko select ACPI_VIDEO if ACPI 179a7f7f624SMasahiro Yamada help 18045a3d578SAndy Shevchenko This is a driver for newer Acer (and Wistron) laptops. It adds 18145a3d578SAndy Shevchenko wireless radio and bluetooth control, and on some laptops, 18245a3d578SAndy Shevchenko exposes the mail LED and LCD backlight. 18345a3d578SAndy Shevchenko 18445a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 18545a3d578SAndy Shevchenko here. 18645a3d578SAndy Shevchenko 187156ec473SShyam Sundar S Kconfig AMD_PMC 188156ec473SShyam Sundar S K tristate "AMD SoC PMC driver" 189156ec473SShyam Sundar S K depends on ACPI && PCI 190156ec473SShyam Sundar S K help 191156ec473SShyam Sundar S K The driver provides support for AMD Power Management Controller 192156ec473SShyam Sundar S K primarily responsible for S2Idle transactions that are driven from 193156ec473SShyam Sundar S K a platform firmware running on SMU. This driver also provides a debug 194156ec473SShyam Sundar S K mechanism to investigate the S2Idle transactions and failures. 195156ec473SShyam Sundar S K 196156ec473SShyam Sundar S K Say Y or M here if you have a notebook powered by AMD RYZEN CPU/APU. 197156ec473SShyam Sundar S K 198156ec473SShyam Sundar S K If you choose to compile this driver as a module the module will be 199156ec473SShyam Sundar S K called amd-pmc. 200156ec473SShyam Sundar S K 2013d904005SAndrea.Hoconfig ADV_SWBUTTON 2023d904005SAndrea.Ho tristate "Advantech ACPI Software Button Driver" 2033d904005SAndrea.Ho depends on ACPI && INPUT 2043d904005SAndrea.Ho help 2053d904005SAndrea.Ho Say Y here to enable support for Advantech software defined 2063d904005SAndrea.Ho button feature. More information can be found at 2073d904005SAndrea.Ho <http://www.advantech.com.tw/products/> 2083d904005SAndrea.Ho 2093d904005SAndrea.Ho To compile this driver as a module, choose M here. The module will 2103d904005SAndrea.Ho be called adv_swbutton. 2113d904005SAndrea.Ho 21245a3d578SAndy Shevchenkoconfig APPLE_GMUX 21345a3d578SAndy Shevchenko tristate "Apple Gmux Driver" 21445a3d578SAndy Shevchenko depends on ACPI && PCI 21545a3d578SAndy Shevchenko depends on PNP 21645a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 21745a3d578SAndy Shevchenko depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE 21845a3d578SAndy Shevchenko depends on ACPI_VIDEO=n || ACPI_VIDEO 219a7f7f624SMasahiro Yamada help 22045a3d578SAndy Shevchenko This driver provides support for the gmux device found on many 22145a3d578SAndy Shevchenko Apple laptops, which controls the display mux for the hybrid 22245a3d578SAndy Shevchenko graphics as well as the backlight. Currently only backlight 22345a3d578SAndy Shevchenko control is supported by the driver. 224a46ad0f1SMario Limonciello 22541b16dceSLen Brownconfig ASUS_LAPTOP 2266122af37SCorentin Chary tristate "Asus Laptop Extras" 22741b16dceSLen Brown depends on ACPI 228e73e2c62SCorentin Chary select LEDS_CLASS 229e73e2c62SCorentin Chary select NEW_LEDS 23014ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 23112d6f35bSCorentin Chary depends on INPUT 23218e1311eSCorentin Chary depends on RFKILL || RFKILL = n 23314ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 23466a71dd1SCorentin Chary select INPUT_SPARSEKMAP 235a7f7f624SMasahiro Yamada help 2368819de7fSAndy Ross This is a driver for Asus laptops, Lenovo SL and the Pegatron 2378819de7fSAndy Ross Lucid tablet. It may also support some MEDION, JVC or VICTOR 2388819de7fSAndy Ross laptops. It makes all the extra buttons generate standard 239b23910c2SAndy Ross ACPI events and input events, and on the Lucid the built-in 240b23910c2SAndy Ross accelerometer appears as an input device. It also adds 241b23910c2SAndy Ross support for video output switching, LCD backlight control, 242b23910c2SAndy Ross Bluetooth and Wlan control, and most importantly, allows you 243b23910c2SAndy Ross to blink those fancy LEDs. 24441b16dceSLen Brown 2458819de7fSAndy Ross For more information see <http://acpi4asus.sf.net>. 24641b16dceSLen Brown 24741b16dceSLen Brown If you have an ACPI-compatible ASUS laptop, say Y or M here. 24841b16dceSLen Brown 24945a3d578SAndy Shevchenkoconfig ASUS_WIRELESS 25045a3d578SAndy Shevchenko tristate "Asus Wireless Radio Control Driver" 25145a3d578SAndy Shevchenko depends on ACPI 25245a3d578SAndy Shevchenko depends on INPUT 25345a3d578SAndy Shevchenko select NEW_LEDS 25445a3d578SAndy Shevchenko select LEDS_CLASS 255a7f7f624SMasahiro Yamada help 25645a3d578SAndy Shevchenko The Asus Wireless Radio Control handles the airplane mode hotkey 25745a3d578SAndy Shevchenko present on some Asus laptops. 25845a3d578SAndy Shevchenko 25945a3d578SAndy Shevchenko Say Y or M here if you have an ASUS notebook with an airplane mode 26045a3d578SAndy Shevchenko hotkey. 26145a3d578SAndy Shevchenko 26245a3d578SAndy Shevchenko If you choose to compile this driver as a module the module will be 26345a3d578SAndy Shevchenko called asus-wireless. 26445a3d578SAndy Shevchenko 26545a3d578SAndy Shevchenkoconfig ASUS_WMI 26645a3d578SAndy Shevchenko tristate "ASUS WMI Driver" 26745a3d578SAndy Shevchenko depends on ACPI_WMI 26845a3d578SAndy Shevchenko depends on ACPI_BATTERY 26945a3d578SAndy Shevchenko depends on INPUT 27045a3d578SAndy Shevchenko depends on HWMON 27145a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 27245a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 27345a3d578SAndy Shevchenko depends on HOTPLUG_PCI 27445a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 27545a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 27645a3d578SAndy Shevchenko select LEDS_CLASS 27745a3d578SAndy Shevchenko select NEW_LEDS 278c63d44aeSLuke D. Jones select ACPI_PLATFORM_PROFILE 279a7f7f624SMasahiro Yamada help 28045a3d578SAndy Shevchenko Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new 28145a3d578SAndy Shevchenko Asus Notebooks). 28245a3d578SAndy Shevchenko 28345a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module will 28445a3d578SAndy Shevchenko be called asus-wmi. 28545a3d578SAndy Shevchenko 28645a3d578SAndy Shevchenkoconfig ASUS_NB_WMI 28745a3d578SAndy Shevchenko tristate "Asus Notebook WMI Driver" 28845a3d578SAndy Shevchenko depends on ASUS_WMI 28945a3d578SAndy Shevchenko depends on SERIO_I8042 || SERIO_I8042 = n 290a7f7f624SMasahiro Yamada help 29145a3d578SAndy Shevchenko This is a driver for newer Asus notebooks. It adds extra features 29245a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 29345a3d578SAndy Shevchenko 29445a3d578SAndy Shevchenko For more information, see 29545a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 29645a3d578SAndy Shevchenko 29745a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Asus Notebook, say Y or M 29845a3d578SAndy Shevchenko here. 29945a3d578SAndy Shevchenko 300636a1e69SChris Blakeconfig MERAKI_MX100 301636a1e69SChris Blake tristate "Cisco Meraki MX100 Platform Driver" 302636a1e69SChris Blake depends on GPIOLIB 303636a1e69SChris Blake depends on GPIO_ICH 304636a1e69SChris Blake depends on LEDS_CLASS 305636a1e69SChris Blake select LEDS_GPIO 306636a1e69SChris Blake help 307636a1e69SChris Blake This driver provides support for the front button and LEDs on 308636a1e69SChris Blake the Cisco Meraki MX100 (Tinkerbell) 1U appliance. 309636a1e69SChris Blake 310636a1e69SChris Blake To compile this driver as a module, choose M here: the module 311636a1e69SChris Blake will be called meraki-mx100. 312636a1e69SChris Blake 31345a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP 31445a3d578SAndy Shevchenko tristate "Eee PC Hotkey Driver" 31545a3d578SAndy Shevchenko depends on ACPI 31645a3d578SAndy Shevchenko depends on INPUT 31745a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 31845a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 31945a3d578SAndy Shevchenko depends on HOTPLUG_PCI 32045a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 32145a3d578SAndy Shevchenko select HWMON 32245a3d578SAndy Shevchenko select LEDS_CLASS 32345a3d578SAndy Shevchenko select NEW_LEDS 32445a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 325a7f7f624SMasahiro Yamada help 32645a3d578SAndy Shevchenko This driver supports the Fn-Fx keys on Eee PC laptops. 32745a3d578SAndy Shevchenko 32845a3d578SAndy Shevchenko It also gives access to some extra laptop functionalities like 32945a3d578SAndy Shevchenko Bluetooth, backlight and allows powering on/off some other 33045a3d578SAndy Shevchenko devices. 33145a3d578SAndy Shevchenko 33245a3d578SAndy Shevchenko If you have an Eee PC laptop, say Y or M here. If this driver 33345a3d578SAndy Shevchenko doesn't work on your Eee PC, try eeepc-wmi instead. 33445a3d578SAndy Shevchenko 33545a3d578SAndy Shevchenkoconfig EEEPC_WMI 33645a3d578SAndy Shevchenko tristate "Eee PC WMI Driver" 33745a3d578SAndy Shevchenko depends on ASUS_WMI 338a7f7f624SMasahiro Yamada help 33945a3d578SAndy Shevchenko This is a driver for newer Eee PC laptops. It adds extra features 34045a3d578SAndy Shevchenko like wireless radio and bluetooth control, leds, hotkeys, backlight... 34145a3d578SAndy Shevchenko 34245a3d578SAndy Shevchenko For more information, see 34345a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-platform-asus-wmi> 34445a3d578SAndy Shevchenko 34545a3d578SAndy Shevchenko If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M 34645a3d578SAndy Shevchenko here. 34745a3d578SAndy Shevchenko 348f1e1ea51SMario Limonciellosource "drivers/platform/x86/dell/Kconfig" 3497a3319c1SMichał Kępień 35045a3d578SAndy Shevchenkoconfig AMILO_RFKILL 35145a3d578SAndy Shevchenko tristate "Fujitsu-Siemens Amilo rfkill support" 352817a5cdbSPali Rohár depends on RFKILL 35345a3d578SAndy Shevchenko depends on SERIO_I8042 354a7f7f624SMasahiro Yamada help 35545a3d578SAndy Shevchenko This is a driver for enabling wifi on some Fujitsu-Siemens Amilo 35645a3d578SAndy Shevchenko laptops. 357820787fcSColin Ian King 35841b16dceSLen Brownconfig FUJITSU_LAPTOP 35941b16dceSLen Brown tristate "Fujitsu Laptop Extras" 36041b16dceSLen Brown depends on ACPI 36141b16dceSLen Brown depends on INPUT 36241b16dceSLen Brown depends on BACKLIGHT_CLASS_DEVICE 36314ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 364f2252672SMichał Kępień select INPUT_SPARSEKMAP 365afdd1ebbSNecip Fazil Yildiran select NEW_LEDS 366d89bcc83SMichał Kępień select LEDS_CLASS 367a7f7f624SMasahiro Yamada help 36841b16dceSLen Brown This is a driver for laptops built by Fujitsu: 36941b16dceSLen Brown 37041b16dceSLen Brown * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 37141b16dceSLen Brown * Possibly other Fujitsu laptop models 37241b16dceSLen Brown * Tested with S6410 and S7020 37341b16dceSLen Brown 37441b16dceSLen Brown It adds support for LCD brightness control and some hotkeys. 37541b16dceSLen Brown 37641b16dceSLen Brown If you have a Fujitsu laptop, say Y or M here. 37741b16dceSLen Brown 3782d24c490SRobert Gerlachconfig FUJITSU_TABLET 3792d24c490SRobert Gerlach tristate "Fujitsu Tablet Extras" 3802d24c490SRobert Gerlach depends on ACPI 3812d24c490SRobert Gerlach depends on INPUT 382a7f7f624SMasahiro Yamada help 3832d24c490SRobert Gerlach This is a driver for tablets built by Fujitsu: 3842d24c490SRobert Gerlach 3852d24c490SRobert Gerlach * Lifebook P1510/P1610/P1620/Txxxx 3862d24c490SRobert Gerlach * Stylistic ST5xxx 3872d24c490SRobert Gerlach * Possibly other Fujitsu tablet models 3882d24c490SRobert Gerlach 3892d24c490SRobert Gerlach It adds support for the panel buttons, docking station detection, 3902d24c490SRobert Gerlach tablet/notebook mode detection for convertible and 3912d24c490SRobert Gerlach orientation detection for docked slates. 3922d24c490SRobert Gerlach 3932d24c490SRobert Gerlach If you have a Fujitsu convertible or slate, say Y or M here. 3942d24c490SRobert Gerlach 3951b46f17dSHans de Goedeconfig GPD_POCKET_FAN 3961b46f17dSHans de Goede tristate "GPD Pocket Fan Controller support" 3971b46f17dSHans de Goede depends on ACPI 3981b46f17dSHans de Goede depends on THERMAL 399a7f7f624SMasahiro Yamada help 4001b46f17dSHans de Goede Driver for the GPD Pocket vendor specific FAN02501 ACPI device 4011b46f17dSHans de Goede which controls the fan speed on the GPD Pocket. 4021b46f17dSHans de Goede 4031b46f17dSHans de Goede Without this driver the fan on the Pocket will stay off independent 4041b46f17dSHans de Goede of the CPU temperature. Say Y or M if the kernel may be used on a 4051b46f17dSHans de Goede GPD pocket. 4061b46f17dSHans de Goede 407efcfed9bSJean Delvareconfig HP_ACCEL 408efcfed9bSJean Delvare tristate "HP laptop accelerometer" 409efcfed9bSJean Delvare depends on INPUT && ACPI 4100cdbcd6dSGiedrius Statkevicius depends on SERIO_I8042 411efcfed9bSJean Delvare select SENSORS_LIS3LV02D 412efcfed9bSJean Delvare select NEW_LEDS 413efcfed9bSJean Delvare select LEDS_CLASS 414efcfed9bSJean Delvare help 415efcfed9bSJean Delvare This driver provides support for the "Mobile Data Protection System 3D" 416efcfed9bSJean Delvare or "3D DriveGuard" feature of HP laptops. On such systems the driver 417efcfed9bSJean Delvare should load automatically (via ACPI alias). 418efcfed9bSJean Delvare 419efcfed9bSJean Delvare Support for a led indicating disk protection will be provided as 420efcfed9bSJean Delvare hp::hddprotect. For more information on the feature, refer to 4219b5db89eSMauro Carvalho Chehab Documentation/misc-devices/lis3lv02d.rst. 422efcfed9bSJean Delvare 423efcfed9bSJean Delvare To compile this driver as a module, choose M here: the module will 424efcfed9bSJean Delvare be called hp_accel. 425efcfed9bSJean Delvare 426a558ea42SMario Limoncielloconfig WIRELESS_HOTKEY 427a558ea42SMario Limonciello tristate "Wireless hotkey button" 42854290fa6SAlex Hung depends on ACPI 42954290fa6SAlex Hung depends on INPUT 43054290fa6SAlex Hung help 431a558ea42SMario Limonciello This driver provides supports for the wireless buttons found on some AMD, 432a558ea42SMario Limonciello HP, & Xioami laptops. 43354290fa6SAlex Hung On such systems the driver should load automatically (via ACPI alias). 43454290fa6SAlex Hung 43554290fa6SAlex Hung To compile this driver as a module, choose M here: the module will 436a558ea42SMario Limonciello be called wireless-hotkey. 43754290fa6SAlex Hung 43841b16dceSLen Brownconfig HP_WMI 43941b16dceSLen Brown tristate "HP WMI extras" 44041b16dceSLen Brown depends on ACPI_WMI 44141b16dceSLen Brown depends on INPUT 44219d337dfSJohannes Berg depends on RFKILL || RFKILL = n 4434d291ed7SDmitry Torokhov select INPUT_SPARSEKMAP 4444296f679SElia Devito select ACPI_PLATFORM_PROFILE 4454c51ba9aSEnver Balalic select HWMON 44641b16dceSLen Brown help 44741b16dceSLen Brown Say Y here if you want to support WMI-based hotkeys on HP laptops and 44841b16dceSLen Brown to read data from WMI such as docking or ambient light sensor state. 44941b16dceSLen Brown 45041b16dceSLen Brown To compile this driver as a module, choose M here: the module will 45141b16dceSLen Brown be called hp-wmi. 45241b16dceSLen Brown 45345a3d578SAndy Shevchenkoconfig TC1100_WMI 45445a3d578SAndy Shevchenko tristate "HP Compaq TC1100 Tablet WMI Extras" 45545a3d578SAndy Shevchenko depends on !X86_64 456dbf0c5a6SMatan Ziv-Av depends on ACPI 457dbf0c5a6SMatan Ziv-Av depends on ACPI_WMI 458a7f7f624SMasahiro Yamada help 45945a3d578SAndy Shevchenko This is a driver for the WMI extensions (wireless and bluetooth power 46045a3d578SAndy Shevchenko control) of the HP Compaq TC1100 tablet. 46141b16dceSLen Brown 46245a3d578SAndy Shevchenkoconfig IBM_RTL 46345a3d578SAndy Shevchenko tristate "Device driver to enable PRTL support" 46445a3d578SAndy Shevchenko depends on PCI 465a7f7f624SMasahiro Yamada help 46645a3d578SAndy Shevchenko Enable support for IBM Premium Real Time Mode (PRTM). 46745a3d578SAndy Shevchenko This module will allow you the enter and exit PRTM in the BIOS via 46845a3d578SAndy Shevchenko sysfs on platforms that support this feature. System in PRTM will 46945a3d578SAndy Shevchenko not receive CPU-generated SMIs for recoverable errors. Use of this 47045a3d578SAndy Shevchenko feature without proper support may void your hardware warranty. 47141b16dceSLen Brown 47245a3d578SAndy Shevchenko If the proper BIOS support is found the driver will load and create 47345a3d578SAndy Shevchenko /sys/devices/system/ibm_rtl/. The "state" variable will indicate 47445a3d578SAndy Shevchenko whether or not the BIOS is in PRTM. 47545a3d578SAndy Shevchenko state = 0 (BIOS SMIs on) 47645a3d578SAndy Shevchenko state = 1 (BIOS SMIs off) 47741b16dceSLen Brown 47857ac3b05SIke Panhcconfig IDEAPAD_LAPTOP 47957ac3b05SIke Panhc tristate "Lenovo IdeaPad Laptop Extras" 48058ac7aa0SDavid Woodhouse depends on ACPI 481ad0f4306SRandy Dunlap depends on RFKILL && INPUT 48207a4a4fcSMaxim Mikityanskiy depends on SERIO_I8042 483445e8d00SMatthew Garrett depends on BACKLIGHT_CLASS_DEVICE 48414ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 48574caab99SArnd Bergmann depends on ACPI_WMI || ACPI_WMI = n 48621f05a43SMaximilian Luz select ACPI_PLATFORM_PROFILE 487f63409aeSIke Panhc select INPUT_SPARSEKMAP 488d8f5c5eaSBarnabás Pőcze select NEW_LEDS 489d8f5c5eaSBarnabás Pőcze select LEDS_CLASS 49058ac7aa0SDavid Woodhouse help 49116fd91e0SIke Panhc This is a driver for Lenovo IdeaPad netbooks contains drivers for 49216fd91e0SIke Panhc rfkill switch, hotkey, fan control and backlight control. 49358ac7aa0SDavid Woodhouse 49445a3d578SAndy Shevchenkoconfig SENSORS_HDAPS 49545a3d578SAndy Shevchenko tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 4963dda3b37SBenjamin Tissoires depends on INPUT 49745a3d578SAndy Shevchenko help 49845a3d578SAndy Shevchenko This driver provides support for the IBM Hard Drive Active Protection 49945a3d578SAndy Shevchenko System (hdaps), which provides an accelerometer and other misc. data. 50045a3d578SAndy Shevchenko ThinkPads starting with the R50, T41, and X40 are supported. The 50145a3d578SAndy Shevchenko accelerometer data is readable via sysfs. 5023dda3b37SBenjamin Tissoires 50345a3d578SAndy Shevchenko This driver also provides an absolute input class device, allowing 50445a3d578SAndy Shevchenko the laptop to act as a pinball machine-esque joystick. 50545a3d578SAndy Shevchenko 50645a3d578SAndy Shevchenko If your ThinkPad is not recognized by the driver, please update to latest 50745a3d578SAndy Shevchenko BIOS. This is especially the case for some R52 ThinkPads. 50845a3d578SAndy Shevchenko 50945a3d578SAndy Shevchenko Say Y here if you have an applicable laptop and want to experience 51045a3d578SAndy Shevchenko the awesome power of hdaps. 5113dda3b37SBenjamin Tissoires 51241b16dceSLen Brownconfig THINKPAD_ACPI 51341b16dceSLen Brown tristate "ThinkPad ACPI Laptop Extras" 51441b16dceSLen Brown depends on ACPI 5152801b968SOgnjen Galic depends on ACPI_BATTERY 516d263da31SCorentin Chary depends on INPUT 51719d337dfSJohannes Berg depends on RFKILL || RFKILL = n 51814ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 51914ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 520153cca9cSHans de Goede depends on I2C 52121f05a43SMaximilian Luz select ACPI_PLATFORM_PROFILE 52241b16dceSLen Brown select HWMON 52341b16dceSLen Brown select NVRAM 52441b16dceSLen Brown select NEW_LEDS 52541b16dceSLen Brown select LEDS_CLASS 5264e1d0924STakashi Iwai select LEDS_TRIGGERS 5274e1d0924STakashi Iwai select LEDS_TRIGGER_AUDIO 528a7f7f624SMasahiro Yamada help 52941b16dceSLen Brown This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 53041b16dceSLen Brown support for Fn-Fx key combinations, Bluetooth control, video 53141b16dceSLen Brown output switching, ThinkLight control, UltraBay eject and more. 53241b16dceSLen Brown For more information about this driver see 5339e1cbedeSMauro Carvalho Chehab <file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and 53441b16dceSLen Brown <http://ibm-acpi.sf.net/> . 53541b16dceSLen Brown 53641b16dceSLen Brown This driver was formerly known as ibm-acpi. 53741b16dceSLen Brown 5386e5b08eeSHenrique de Moraes Holschuh Extra functionality will be available if the rfkill (CONFIG_RFKILL) 5396e5b08eeSHenrique de Moraes Holschuh and/or ALSA (CONFIG_SND) subsystems are available in the kernel. 5406e5b08eeSHenrique de Moraes Holschuh Note that if you want ThinkPad-ACPI to be built-in instead of 5416e5b08eeSHenrique de Moraes Holschuh modular, ALSA and rfkill will also have to be built-in. 5426e5b08eeSHenrique de Moraes Holschuh 54341b16dceSLen Brown If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. 54441b16dceSLen Brown 545ff850c33SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_ALSA_SUPPORT 546ff850c33SHenrique de Moraes Holschuh bool "Console audio control ALSA interface" 547ff850c33SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 548ff850c33SHenrique de Moraes Holschuh depends on SND 549ff850c33SHenrique de Moraes Holschuh depends on SND = y || THINKPAD_ACPI = SND 550ff850c33SHenrique de Moraes Holschuh default y 551a7f7f624SMasahiro Yamada help 552ff850c33SHenrique de Moraes Holschuh Enables monitoring of the built-in console audio output control 553ff850c33SHenrique de Moraes Holschuh (headphone and speakers), which is operated by the mute and (in 554ff850c33SHenrique de Moraes Holschuh some ThinkPad models) volume hotkeys. 555ff850c33SHenrique de Moraes Holschuh 556ff850c33SHenrique de Moraes Holschuh If this option is enabled, ThinkPad-ACPI will export an ALSA card 557ff850c33SHenrique de Moraes Holschuh with a single read-only mixer control, which should be used for 558ff850c33SHenrique de Moraes Holschuh on-screen-display feedback purposes by the Desktop Environment. 559ff850c33SHenrique de Moraes Holschuh 560ff850c33SHenrique de Moraes Holschuh Optionally, the driver will also allow software control (the 561ff850c33SHenrique de Moraes Holschuh ALSA mixer will be made read-write). Please refer to the driver 562ff850c33SHenrique de Moraes Holschuh documentation for details. 563ff850c33SHenrique de Moraes Holschuh 564ff850c33SHenrique de Moraes Holschuh All IBM models have both volume and mute control. Newer Lenovo 565ff850c33SHenrique de Moraes Holschuh models only have mute control (the volume hotkeys are just normal 566ff850c33SHenrique de Moraes Holschuh keys and volume control is done through the main HDA mixer). 567ff850c33SHenrique de Moraes Holschuh 568a73f3091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUGFACILITIES 569a73f3091SHenrique de Moraes Holschuh bool "Maintainer debug facilities" 570a73f3091SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 571a7f7f624SMasahiro Yamada help 572a73f3091SHenrique de Moraes Holschuh Enables extra stuff in the thinkpad-acpi which is completely useless 573a73f3091SHenrique de Moraes Holschuh for normal use. Read the driver source to find out what it does. 574a73f3091SHenrique de Moraes Holschuh 575a73f3091SHenrique de Moraes Holschuh Say N here, unless you were told by a kernel maintainer to do 576a73f3091SHenrique de Moraes Holschuh otherwise. 577a73f3091SHenrique de Moraes Holschuh 57841b16dceSLen Brownconfig THINKPAD_ACPI_DEBUG 57941b16dceSLen Brown bool "Verbose debug mode" 58041b16dceSLen Brown depends on THINKPAD_ACPI 581a7f7f624SMasahiro Yamada help 58241b16dceSLen Brown Enables extra debugging information, at the expense of a slightly 58341b16dceSLen Brown increase in driver size. 58441b16dceSLen Brown 58541b16dceSLen Brown If you are not sure, say N here. 58641b16dceSLen Brown 587a4d5effcSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_UNSAFE_LEDS 588a4d5effcSHenrique de Moraes Holschuh bool "Allow control of important LEDs (unsafe)" 589a4d5effcSHenrique de Moraes Holschuh depends on THINKPAD_ACPI 590a7f7f624SMasahiro Yamada help 591a4d5effcSHenrique de Moraes Holschuh Overriding LED state on ThinkPads can mask important 592a4d5effcSHenrique de Moraes Holschuh firmware alerts (like critical battery condition), or misled 593a4d5effcSHenrique de Moraes Holschuh the user into damaging the hardware (undocking or ejecting 594a4d5effcSHenrique de Moraes Holschuh the bay while buses are still active), etc. 595a4d5effcSHenrique de Moraes Holschuh 596a4d5effcSHenrique de Moraes Holschuh LED control on the ThinkPad is write-only (with very few 597a4d5effcSHenrique de Moraes Holschuh exceptions on very ancient models), which makes it 598a4d5effcSHenrique de Moraes Holschuh impossible to know beforehand if important information will 599a4d5effcSHenrique de Moraes Holschuh be lost when one changes LED state. 600a4d5effcSHenrique de Moraes Holschuh 601a4d5effcSHenrique de Moraes Holschuh Users that know what they are doing can enable this option 602a4d5effcSHenrique de Moraes Holschuh and the driver will allow control of every LED, including 603a4d5effcSHenrique de Moraes Holschuh the ones on the dock stations. 604a4d5effcSHenrique de Moraes Holschuh 605a4d5effcSHenrique de Moraes Holschuh Never enable this option on a distribution kernel. 606a4d5effcSHenrique de Moraes Holschuh 607a4d5effcSHenrique de Moraes Holschuh Say N here, unless you are building a kernel for your own 608a4d5effcSHenrique de Moraes Holschuh use, and need to control the important firmware LEDs. 609a4d5effcSHenrique de Moraes Holschuh 61041b16dceSLen Brownconfig THINKPAD_ACPI_VIDEO 61141b16dceSLen Brown bool "Video output control support" 61241b16dceSLen Brown depends on THINKPAD_ACPI 61341b16dceSLen Brown default y 614a7f7f624SMasahiro Yamada help 61541b16dceSLen Brown Allows the thinkpad_acpi driver to provide an interface to control 61641b16dceSLen Brown the various video output ports. 61741b16dceSLen Brown 61841b16dceSLen Brown This feature often won't work well, depending on ThinkPad model, 61941b16dceSLen Brown display state, video output devices in use, whether there is a X 62041b16dceSLen Brown server running, phase of the moon, and the current mood of 62141b16dceSLen Brown Schroedinger's cat. If you can use X.org's RandR to control 62241b16dceSLen Brown your ThinkPad's video output ports instead of this feature, 623b525c06cSHenrique de Moraes Holschuh don't think twice: do it and say N here to save memory and avoid 624b525c06cSHenrique de Moraes Holschuh bad interactions with X.org. 62541b16dceSLen Brown 626b525c06cSHenrique de Moraes Holschuh NOTE: access to this feature is limited to processes with the 627b525c06cSHenrique de Moraes Holschuh CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms 628b525c06cSHenrique de Moraes Holschuh where it interacts badly with X.org. 629b525c06cSHenrique de Moraes Holschuh 630b525c06cSHenrique de Moraes Holschuh If you are not sure, say Y here but do try to check if you could 631b525c06cSHenrique de Moraes Holschuh be using X.org RandR instead. 63241b16dceSLen Brown 63341b16dceSLen Brownconfig THINKPAD_ACPI_HOTKEY_POLL 63441b16dceSLen Brown bool "Support NVRAM polling for hot keys" 63541b16dceSLen Brown depends on THINKPAD_ACPI 63641b16dceSLen Brown default y 637a7f7f624SMasahiro Yamada help 63841b16dceSLen Brown Some thinkpad models benefit from NVRAM polling to detect a few of 63941b16dceSLen Brown the hot key press events. If you know your ThinkPad model does not 64041b16dceSLen Brown need to do NVRAM polling to support any of the hot keys you use, 64141b16dceSLen Brown unselecting this option will save about 1kB of memory. 64241b16dceSLen Brown 64341b16dceSLen Brown ThinkPads T40 and newer, R52 and newer, and X31 and newer are 64441b16dceSLen Brown unlikely to need NVRAM polling in their latest BIOS versions. 64541b16dceSLen Brown 64641b16dceSLen Brown NVRAM polling can detect at most the following keys: ThinkPad/Access 64741b16dceSLen Brown IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute, 64841b16dceSLen Brown Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12). 64941b16dceSLen Brown 65041b16dceSLen Brown If you are not sure, say Y here. The driver enables polling only if 65141b16dceSLen Brown it is strictly necessary to do so. 65241b16dceSLen Brown 653a40cd7efSMark Pearsonconfig THINKPAD_LMI 654a40cd7efSMark Pearson tristate "Lenovo WMI-based systems management driver" 655a40cd7efSMark Pearson depends on ACPI_WMI 656a40cd7efSMark Pearson select FW_ATTR_CLASS 657a40cd7efSMark Pearson help 658a40cd7efSMark Pearson This driver allows changing BIOS settings on Lenovo machines whose 659a40cd7efSMark Pearson BIOS support the WMI interface. 660a40cd7efSMark Pearson 661a40cd7efSMark Pearson To compile this driver as a module, choose M here: the module will 662a40cd7efSMark Pearson be called think-lmi. 663a40cd7efSMark Pearson 6648bd836feSAndy Shevchenkosource "drivers/platform/x86/intel/Kconfig" 6658bd836feSAndy Shevchenko 66645a3d578SAndy Shevchenkoconfig MSI_LAPTOP 66745a3d578SAndy Shevchenko tristate "MSI Laptop Extras" 66845a3d578SAndy Shevchenko depends on ACPI 66914ca7a47SHans de Goede depends on BACKLIGHT_CLASS_DEVICE 67045a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 67145a3d578SAndy Shevchenko depends on RFKILL 67245a3d578SAndy Shevchenko depends on INPUT && SERIO_I8042 673642e0447SDmitry Torokhov select INPUT_SPARSEKMAP 674a7f7f624SMasahiro Yamada help 67545a3d578SAndy Shevchenko This is a driver for laptops built by MSI (MICRO-STAR 67645a3d578SAndy Shevchenko INTERNATIONAL): 67776593d6fSCorentin Chary 67845a3d578SAndy Shevchenko MSI MegaBook S270 (MS-1013) 67945a3d578SAndy Shevchenko Cytron/TCM/Medion/Tchibo MD96100/SAM2000 68041b16dceSLen Brown 68145a3d578SAndy Shevchenko It adds support for Bluetooth, WLAN and LCD brightness control. 68241b16dceSLen Brown 68345a3d578SAndy Shevchenko More information about this driver is available at 68445a3d578SAndy Shevchenko <http://0pointer.de/lennart/tchibo.html>. 685ee027e4aSYong Wang 68645a3d578SAndy Shevchenko If you have an MSI S270 laptop, say Y or M here. 687edb73f4fSMattias Jacobsson 688d12d8bafSThomas Renningerconfig MSI_WMI 689d12d8bafSThomas Renninger tristate "MSI WMI extras" 690d12d8bafSThomas Renninger depends on ACPI_WMI 691d12d8bafSThomas Renninger depends on INPUT 692de078e57SAnisse Astier depends on BACKLIGHT_CLASS_DEVICE 69314ca7a47SHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 694c30116c6SAnisse Astier select INPUT_SPARSEKMAP 695d12d8bafSThomas Renninger help 696d12d8bafSThomas Renninger Say Y here if you want to support WMI-based hotkeys on MSI laptops. 697d12d8bafSThomas Renninger 698d12d8bafSThomas Renninger To compile this driver as a module, choose M here: the module will 699d12d8bafSThomas Renninger be called msi-wmi. 700d12d8bafSThomas Renninger 70145a3d578SAndy Shevchenkoconfig XO15_EBOOK 70245a3d578SAndy Shevchenko tristate "OLPC XO-1.5 ebook switch" 70345a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 70445a3d578SAndy Shevchenko depends on ACPI && INPUT 705a7f7f624SMasahiro Yamada help 70645a3d578SAndy Shevchenko Support for the ebook switch on the OLPC XO-1.5 laptop. 70713bb0fd5SHans de Goede 70845a3d578SAndy Shevchenko This switch is triggered as the screen is rotated and folded down to 70945a3d578SAndy Shevchenko convert the device into ebook form. 71045a3d578SAndy Shevchenko 71145a3d578SAndy Shevchenkoconfig XO1_RFKILL 71245a3d578SAndy Shevchenko tristate "OLPC XO-1 software RF kill switch" 71345a3d578SAndy Shevchenko depends on OLPC || COMPILE_TEST 71445a3d578SAndy Shevchenko depends on RFKILL 715a7f7f624SMasahiro Yamada help 71645a3d578SAndy Shevchenko Support for enabling/disabling the WLAN interface on the OLPC XO-1 71745a3d578SAndy Shevchenko laptop. 71845a3d578SAndy Shevchenko 71945a3d578SAndy Shevchenkoconfig PCENGINES_APU2 72045a3d578SAndy Shevchenko tristate "PC Engines APUv2/3 front button and LEDs driver" 72145a3d578SAndy Shevchenko depends on INPUT && INPUT_KEYBOARD && GPIOLIB 72245a3d578SAndy Shevchenko depends on LEDS_CLASS 72345a3d578SAndy Shevchenko select GPIO_AMD_FCH 72445a3d578SAndy Shevchenko select KEYBOARD_GPIO_POLLED 72545a3d578SAndy Shevchenko select LEDS_GPIO 72645a3d578SAndy Shevchenko help 72745a3d578SAndy Shevchenko This driver provides support for the front button and LEDs on 72845a3d578SAndy Shevchenko PC Engines APUv2/APUv3 board. 72945a3d578SAndy Shevchenko 73045a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 73145a3d578SAndy Shevchenko will be called pcengines-apuv2. 73245a3d578SAndy Shevchenko 73345a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP 73445a3d578SAndy Shevchenko tristate "Samsung Laptop driver" 73545a3d578SAndy Shevchenko depends on RFKILL || RFKILL = n 73645a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 73745a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 738bf8f65daSGuillaume Douézan-Grard select LEDS_CLASS 739bf8f65daSGuillaume Douézan-Grard select NEW_LEDS 740a7f7f624SMasahiro Yamada help 74145a3d578SAndy Shevchenko This module implements a driver for a wide range of different 74245a3d578SAndy Shevchenko Samsung laptops. It offers control over the different 74345a3d578SAndy Shevchenko function keys, wireless LED, LCD backlight level. 7449caeb532SHerton Ronaldo Krzesinski 74545a3d578SAndy Shevchenko It may also provide some sysfs files described in 74645a3d578SAndy Shevchenko <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop> 74745a3d578SAndy Shevchenko 74845a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 74945a3d578SAndy Shevchenko will be called samsung-laptop. 75045a3d578SAndy Shevchenko 75145a3d578SAndy Shevchenkoconfig SAMSUNG_Q10 75245a3d578SAndy Shevchenko tristate "Samsung Q10 Extras" 75345a3d578SAndy Shevchenko depends on ACPI 75445a3d578SAndy Shevchenko select BACKLIGHT_CLASS_DEVICE 755a7f7f624SMasahiro Yamada help 75645a3d578SAndy Shevchenko This driver provides support for backlight control on Samsung Q10 75745a3d578SAndy Shevchenko and related laptops, including Dell Latitude X200. 7589caeb532SHerton Ronaldo Krzesinski 759b4f9fe12SLen Brownconfig ACPI_TOSHIBA 760b4f9fe12SLen Brown tristate "Toshiba Laptop Extras" 761b4f9fe12SLen Brown depends on ACPI 762f11f999eSSeth Forshee depends on ACPI_WMI 7630c51a4d8SMark Brown select LEDS_CLASS 7640c51a4d8SMark Brown select NEW_LEDS 765c76a3e1dSJonathan Corbet depends on BACKLIGHT_CLASS_DEVICE 766b4f9fe12SLen Brown depends on INPUT 767283672e4SSeth Forshee depends on SERIO_I8042 || SERIO_I8042 = n 768358d6a2cSHans de Goede depends on ACPI_VIDEO || ACPI_VIDEO = n 769dc4522beSAzael Avalos depends on RFKILL || RFKILL = n 77098010f1eSAzael Avalos depends on IIO 771384a7cd9SDmitry Torokhov select INPUT_SPARSEKMAP 772a7f7f624SMasahiro Yamada help 773b4f9fe12SLen Brown This driver adds support for access to certain system settings 774b4f9fe12SLen Brown on "legacy free" Toshiba laptops. These laptops can be recognized by 775b4f9fe12SLen Brown their lack of a BIOS setup menu and APM support. 776b4f9fe12SLen Brown 777b4f9fe12SLen Brown On these machines, all system configuration is handled through the 778b4f9fe12SLen Brown ACPI. This driver is required for access to controls not covered 779b4f9fe12SLen Brown by the general ACPI drivers, such as LCD brightness, video output, 780b4f9fe12SLen Brown etc. 781b4f9fe12SLen Brown 782b4f9fe12SLen Brown This driver differs from the non-ACPI Toshiba laptop driver (located 783b4f9fe12SLen Brown under "Processor type and features") in several aspects. 784b4f9fe12SLen Brown Configuration is accessed by reading and writing text files in the 785b4f9fe12SLen Brown /proc tree instead of by program interface to /dev. Furthermore, no 786b4f9fe12SLen Brown power management functions are exposed, as those are handled by the 787b4f9fe12SLen Brown general ACPI drivers. 788b4f9fe12SLen Brown 789b4f9fe12SLen Brown More information about this driver is available at 790b4f9fe12SLen Brown <http://memebeam.org/toys/ToshibaAcpiDriver>. 791b4f9fe12SLen Brown 792b4f9fe12SLen Brown If you have a legacy free Toshiba laptop (such as the Libretto L1 793b4f9fe12SLen Brown series), say Y. 79442b4e9eeSJes Sorensen 79542b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL 79642b4e9eeSJes Sorensen tristate "Toshiba Bluetooth RFKill switch support" 79742b4e9eeSJes Sorensen depends on ACPI 7987ee8cd33SAzael Avalos depends on RFKILL || RFKILL = n 799a7f7f624SMasahiro Yamada help 80042b4e9eeSJes Sorensen This driver adds support for Bluetooth events for the RFKill 80142b4e9eeSJes Sorensen switch on modern Toshiba laptops with full ACPI support and 80242b4e9eeSJes Sorensen an RFKill switch. 80342b4e9eeSJes Sorensen 80442b4e9eeSJes Sorensen This driver handles RFKill events for the TOS6205 Bluetooth, 80542b4e9eeSJes Sorensen and re-enables it when the switch is set back to the 'on' 80642b4e9eeSJes Sorensen position. 80742b4e9eeSJes Sorensen 80842b4e9eeSJes Sorensen If you have a modern Toshiba laptop with a Bluetooth and an 80942b4e9eeSJes Sorensen RFKill switch (such as the Portege R500), say Y. 810529aa8cbSThadeu Lima de Souza Cascardo 811186e4e89SAzael Avalosconfig TOSHIBA_HAPS 812186e4e89SAzael Avalos tristate "Toshiba HDD Active Protection Sensor" 813186e4e89SAzael Avalos depends on ACPI 814a7f7f624SMasahiro Yamada help 815186e4e89SAzael Avalos This driver adds support for the built-in accelerometer 816769a12a9SMasanari Iida found on recent Toshiba laptops equipped with HID TOS620A 817186e4e89SAzael Avalos device. 818186e4e89SAzael Avalos 819186e4e89SAzael Avalos This driver receives ACPI notify events 0x80 when the sensor 820186e4e89SAzael Avalos detects a sudden move or a harsh vibration, as well as an 821186e4e89SAzael Avalos ACPI notify event 0x81 whenever the movement or vibration has 822186e4e89SAzael Avalos been stabilized. 823186e4e89SAzael Avalos 824186e4e89SAzael Avalos Also provides sysfs entries to get/set the desired protection 825769a12a9SMasanari Iida level and resetting the HDD protection interface. 826186e4e89SAzael Avalos 827186e4e89SAzael Avalos If you have a recent Toshiba laptop with a built-in accelerometer 828186e4e89SAzael Avalos device, say Y. 829186e4e89SAzael Avalos 83014991fc7SAzael Avalosconfig TOSHIBA_WMI 83114991fc7SAzael Avalos tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)" 83214991fc7SAzael Avalos depends on ACPI_WMI 83314991fc7SAzael Avalos depends on INPUT 83414991fc7SAzael Avalos select INPUT_SPARSEKMAP 835a7f7f624SMasahiro Yamada help 83614991fc7SAzael Avalos This driver adds hotkey monitoring support to some Toshiba models 83714991fc7SAzael Avalos that manage the hotkeys via WMI events. 83814991fc7SAzael Avalos 83914991fc7SAzael Avalos WARNING: This driver is incomplete as it lacks a proper keymap and the 84014991fc7SAzael Avalos *notify function only prints the ACPI event type value. Be warned that 84114991fc7SAzael Avalos you will need to provide some information if you have a Toshiba model 84283fc61a5SMasanari Iida with WMI event hotkeys and want to help with the development of this 84314991fc7SAzael Avalos driver. 84414991fc7SAzael Avalos 84514991fc7SAzael Avalos If you have a WMI-based hotkeys Toshiba laptop, say Y or M here. 84614991fc7SAzael Avalos 847529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC 848529aa8cbSThadeu Lima de Souza Cascardo tristate "CMPC Laptop Extras" 8494f258cf4SRandy Dunlap depends on ACPI && INPUT 850f35843edSThadeu Lima de Souza Cascardo depends on RFKILL || RFKILL=n 851529aa8cbSThadeu Lima de Souza Cascardo select BACKLIGHT_CLASS_DEVICE 852529aa8cbSThadeu Lima de Souza Cascardo help 853529aa8cbSThadeu Lima de Souza Cascardo Support for Intel Classmate PC ACPI devices, including some 854529aa8cbSThadeu Lima de Souza Cascardo keys as input device, backlight device, tablet and accelerometer 855529aa8cbSThadeu Lima de Souza Cascardo devices. 856529aa8cbSThadeu Lima de Souza Cascardo 85745a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP 85845a3d578SAndy Shevchenko tristate "Compal (and others) Laptop Extras" 85945a3d578SAndy Shevchenko depends on ACPI 86045a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 86145a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 86245a3d578SAndy Shevchenko depends on RFKILL 86345a3d578SAndy Shevchenko depends on HWMON 86445a3d578SAndy Shevchenko depends on POWER_SUPPLY 865a7f7f624SMasahiro Yamada help 86645a3d578SAndy Shevchenko This is a driver for laptops built by Compal, and some models by 86745a3d578SAndy Shevchenko other brands (e.g. Dell, Toshiba). 8681cd706dfSHans de Goede 86945a3d578SAndy Shevchenko It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon 87045a3d578SAndy Shevchenko and battery charging level control. 871d740795dSYauhen Kharuzhy 87245a3d578SAndy Shevchenkoconfig LG_LAPTOP 87345a3d578SAndy Shevchenko tristate "LG Laptop Extras" 87445a3d578SAndy Shevchenko depends on ACPI 87545a3d578SAndy Shevchenko depends on ACPI_WMI 87645a3d578SAndy Shevchenko depends on INPUT 87745a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 8788f0c01e6SNecip Fazil Yildiran select NEW_LEDS 87945a3d578SAndy Shevchenko select LEDS_CLASS 88045a3d578SAndy Shevchenko help 88145a3d578SAndy Shevchenko This driver adds support for hotkeys as well as control of keyboard 88245a3d578SAndy Shevchenko backlight, battery maximum charge level and various other ACPI 88345a3d578SAndy Shevchenko features. 8841cd706dfSHans de Goede 88545a3d578SAndy Shevchenko If you have an LG Gram laptop, say Y or M here. 886d740795dSYauhen Kharuzhy 88745a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP 88845a3d578SAndy Shevchenko tristate "Panasonic Laptop Extras" 88945a3d578SAndy Shevchenko depends on INPUT && ACPI 89045a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 89145a3d578SAndy Shevchenko select INPUT_SPARSEKMAP 892a7f7f624SMasahiro Yamada help 89345a3d578SAndy Shevchenko This driver adds support for access to backlight control and hotkeys 89445a3d578SAndy Shevchenko on Panasonic Let's Note laptops. 89563dada87SHans de Goede 89645a3d578SAndy Shevchenko If you have a Panasonic Let's note laptop (such as the R1(N variant), 89745a3d578SAndy Shevchenko R2, R3, R5, T2, W2 and Y2 series), say Y. 89863dada87SHans de Goede 89945a3d578SAndy Shevchenkoconfig SONY_LAPTOP 90045a3d578SAndy Shevchenko tristate "Sony Laptop Extras" 90145a3d578SAndy Shevchenko depends on ACPI 90245a3d578SAndy Shevchenko depends on ACPI_VIDEO || ACPI_VIDEO = n 90345a3d578SAndy Shevchenko depends on BACKLIGHT_CLASS_DEVICE 90445a3d578SAndy Shevchenko depends on INPUT 90545a3d578SAndy Shevchenko depends on RFKILL 906a7f7f624SMasahiro Yamada help 90745a3d578SAndy Shevchenko This mini-driver drives the SNC and SPIC devices present in the ACPI 90845a3d578SAndy Shevchenko BIOS of the Sony Vaio laptops. 90963dada87SHans de Goede 91045a3d578SAndy Shevchenko It gives access to some extra laptop functionalities like Bluetooth, 91145a3d578SAndy Shevchenko screen brightness control, Fn keys and allows powering on/off some 91245a3d578SAndy Shevchenko devices. 91345a3d578SAndy Shevchenko 91445a3d578SAndy Shevchenko Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information. 91545a3d578SAndy Shevchenko 91645a3d578SAndy Shevchenkoconfig SONYPI_COMPAT 91745a3d578SAndy Shevchenko bool "Sonypi compatibility" 91845a3d578SAndy Shevchenko depends on SONY_LAPTOP 919a7f7f624SMasahiro Yamada help 92045a3d578SAndy Shevchenko Build the sonypi driver compatibility code into the sony-laptop driver. 92145a3d578SAndy Shevchenko 92245a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI 92345a3d578SAndy Shevchenko tristate "System76 ACPI Driver" 92445a3d578SAndy Shevchenko depends on ACPI 92545a3d578SAndy Shevchenko select NEW_LEDS 92645a3d578SAndy Shevchenko select LEDS_CLASS 92745a3d578SAndy Shevchenko select LEDS_TRIGGERS 92845a3d578SAndy Shevchenko help 92945a3d578SAndy Shevchenko This is a driver for System76 laptops running open firmware. It adds 93045a3d578SAndy Shevchenko support for Fn-Fx key combinations, keyboard backlight, and airplane mode 93145a3d578SAndy Shevchenko LEDs. 93245a3d578SAndy Shevchenko 93345a3d578SAndy Shevchenko If you have a System76 laptop running open firmware, say Y or M here. 93445a3d578SAndy Shevchenko 93545a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP 93645a3d578SAndy Shevchenko tristate "Topstar Laptop Extras" 937ecc83e52SAlex Hung depends on ACPI 938ecc83e52SAlex Hung depends on INPUT 939ecc83e52SAlex Hung select INPUT_SPARSEKMAP 94045a3d578SAndy Shevchenko select LEDS_CLASS 94145a3d578SAndy Shevchenko select NEW_LEDS 942a7f7f624SMasahiro Yamada help 94345a3d578SAndy Shevchenko This driver adds support for hotkeys found on Topstar laptops. 9449a58a333SSreedhara DS 94545a3d578SAndy Shevchenko If you have a Topstar laptop, say Y or M here. 9465369c02dSSreedhara DS 94745a3d578SAndy Shevchenkoconfig I2C_MULTI_INSTANTIATE 94845a3d578SAndy Shevchenko tristate "I2C multi instantiate pseudo device driver" 94945a3d578SAndy Shevchenko depends on I2C && ACPI 9508eec8a11SHong Liu help 95145a3d578SAndy Shevchenko Some ACPI-based systems list multiple i2c-devices in a single ACPI 95245a3d578SAndy Shevchenko firmware-node. This driver will instantiate separate i2c-clients 95345a3d578SAndy Shevchenko for each device in the firmware-node. 9548eec8a11SHong Liu 95545a3d578SAndy Shevchenko To compile this driver as a module, choose M here: the module 95645a3d578SAndy Shevchenko will be called i2c-multi-instantiate. 9578eec8a11SHong Liu 95845a3d578SAndy Shevchenkoconfig MLX_PLATFORM 95945a3d578SAndy Shevchenko tristate "Mellanox Technologies platform support" 96045a3d578SAndy Shevchenko depends on I2C && REGMAP 961a7f7f624SMasahiro Yamada help 96245a3d578SAndy Shevchenko This option enables system support for the Mellanox Technologies 96345a3d578SAndy Shevchenko platform. The Mellanox systems provide data center networking 96445a3d578SAndy Shevchenko solutions based on Virtual Protocol Interconnect (VPI) technology 96545a3d578SAndy Shevchenko enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE 96645a3d578SAndy Shevchenko connection. 96745a3d578SAndy Shevchenko 96845a3d578SAndy Shevchenko If you have a Mellanox system, say Y or M here. 96945a3d578SAndy Shevchenko 97045a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI 97145a3d578SAndy Shevchenko bool "DMI based touchscreen configuration info" 97245a3d578SAndy Shevchenko depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD 973dba43fc4SLinus Torvalds select EFI_EMBEDDED_FIRMWARE if EFI 974a7f7f624SMasahiro Yamada help 97545a3d578SAndy Shevchenko Certain ACPI based tablets with e.g. Silead or Chipone touchscreens 97645a3d578SAndy Shevchenko do not have enough data in ACPI tables for the touchscreen driver to 97745a3d578SAndy Shevchenko handle the touchscreen properly, as OEMs expect the data to be baked 97845a3d578SAndy Shevchenko into the tablet model specific version of the driver shipped with the 97945a3d578SAndy Shevchenko the OS-image for the device. This option supplies the missing info. 98045a3d578SAndy Shevchenko Enable this for x86 tablets with Silead or Chipone touchscreens. 981aa7ffc01SJesse Barnes 98217b707feSMark Pearsonconfig FW_ATTR_CLASS 98317b707feSMark Pearson tristate 98417b707feSMark Pearson 98528a375dfSBryan O'Donoghueconfig INTEL_IMR 98628a375dfSBryan O'Donoghue bool "Intel Isolated Memory Region support" 98728a375dfSBryan O'Donoghue depends on X86_INTEL_QUARK && IOSF_MBI 988a7f7f624SMasahiro Yamada help 98928a375dfSBryan O'Donoghue This option provides a means to manipulate Isolated Memory Regions. 99028a375dfSBryan O'Donoghue IMRs are a set of registers that define read and write access masks 99128a375dfSBryan O'Donoghue to prohibit certain system agents from accessing memory with 1 KiB 99228a375dfSBryan O'Donoghue granularity. 99328a375dfSBryan O'Donoghue 99428a375dfSBryan O'Donoghue IMRs make it possible to control read/write access to an address 99528a375dfSBryan O'Donoghue by hardware agents inside the SoC. Read and write masks can be 99628a375dfSBryan O'Donoghue defined for: 99728a375dfSBryan O'Donoghue - eSRAM flush 99828a375dfSBryan O'Donoghue - Dirty CPU snoop (write only) 99928a375dfSBryan O'Donoghue - RMU access 100028a375dfSBryan O'Donoghue - PCI Virtual Channel 0/Virtual Channel 1 100128a375dfSBryan O'Donoghue - SMM mode 100228a375dfSBryan O'Donoghue - Non SMM mode 100328a375dfSBryan O'Donoghue 100428a375dfSBryan O'Donoghue Quark contains a set of eight IMR registers and makes use of those 100528a375dfSBryan O'Donoghue registers during its bootup process. 100628a375dfSBryan O'Donoghue 100728a375dfSBryan O'Donoghue If you are running on a Galileo/Quark say Y here. 100828a375dfSBryan O'Donoghue 100945a3d578SAndy Shevchenkoconfig INTEL_IPS 101045a3d578SAndy Shevchenko tristate "Intel Intelligent Power Sharing" 10117934d76cSSinan Kaya depends on ACPI && PCI 1012a7f7f624SMasahiro Yamada help 101345a3d578SAndy Shevchenko Intel Calpella platforms support dynamic power sharing between the 101445a3d578SAndy Shevchenko CPU and GPU, maximizing performance in a given TDP. This driver, 101545a3d578SAndy Shevchenko along with the CPU frequency and i915 drivers, provides that 101645a3d578SAndy Shevchenko functionality. If in doubt, say Y here; it will only load on 101745a3d578SAndy Shevchenko supported platforms. 1018917ee75aSSeth Forshee 101945a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC 102054b34aa0SMika Westerberg bool 102154b34aa0SMika Westerberg 102254b34aa0SMika Westerbergconfig INTEL_SCU 102354b34aa0SMika Westerberg bool 102454b34aa0SMika Westerberg select INTEL_SCU_IPC 102554b34aa0SMika Westerberg 102654b34aa0SMika Westerbergconfig INTEL_SCU_PCI 102754b34aa0SMika Westerberg bool "Intel SCU PCI driver" 1028b8da68f4SMika Westerberg depends on PCI 102954b34aa0SMika Westerberg select INTEL_SCU 103054b34aa0SMika Westerberg help 103154b34aa0SMika Westerberg This driver is used to bridge the communications between kernel 103254b34aa0SMika Westerberg and SCU on some embedded Intel x86 platforms. It also creates 1033b8da68f4SMika Westerberg devices that are connected to the SoC through the SCU. 1034b8da68f4SMika Westerberg Platforms supported: 1035b8da68f4SMika Westerberg Medfield 1036b8da68f4SMika Westerberg Clovertrail 1037b8da68f4SMika Westerberg Merrifield 1038b8da68f4SMika Westerberg Broxton 1039b8da68f4SMika Westerberg Apollo Lake 104045a3d578SAndy Shevchenko 10417a61f05eSMika Westerbergconfig INTEL_SCU_PLATFORM 10427a61f05eSMika Westerberg tristate "Intel SCU platform driver" 10437a61f05eSMika Westerberg depends on ACPI 10447a61f05eSMika Westerberg select INTEL_SCU 10457a61f05eSMika Westerberg help 10467a61f05eSMika Westerberg This driver is used to bridge the communications between kernel 10477a61f05eSMika Westerberg and SCU (sometimes called PMC as well). The driver currently 10487a61f05eSMika Westerberg supports Intel Elkhart Lake and compatible platforms. 10497a61f05eSMika Westerberg 105018365d68SAndy Shevchenkoconfig INTEL_SCU_WDT 105118365d68SAndy Shevchenko bool 105218365d68SAndy Shevchenko default INTEL_SCU_PCI 105318365d68SAndy Shevchenko depends on INTEL_MID_WATCHDOG 105418365d68SAndy Shevchenko help 105518365d68SAndy Shevchenko This is a specific platform code to instantiate watchdog device 105618365d68SAndy Shevchenko on ACPI-based Intel MID platforms. 105718365d68SAndy Shevchenko 105845a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL 105945a3d578SAndy Shevchenko tristate "Intel SCU IPC utility driver" 106054b34aa0SMika Westerberg depends on INTEL_SCU 1061a7f7f624SMasahiro Yamada help 106245a3d578SAndy Shevchenko The IPC Util driver provides an interface with the SCU enabling 106345a3d578SAndy Shevchenko low level access for debug work and updating the firmware. Say 106445a3d578SAndy Shevchenko N unless you will be doing this on an Intel MID platform. 106545a3d578SAndy Shevchenko 106641b16dceSLen Brownendif # X86_PLATFORM_DEVICES 106780a7581fSIrina Tirdea 106880a7581fSIrina Tirdeaconfig PMC_ATOM 106980a7581fSIrina Tirdea def_bool y 107080a7581fSIrina Tirdea depends on PCI 1071282a4e4cSIrina Tirdea select COMMON_CLK 1072