xref: /linux/drivers/platform/x86/Kconfig (revision cfd84b3f419bf0aec60ecddc92c61b539c339ec9)
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
46bf4f93c4SArmin Wolf	  WMI Binary MOF (Managed Object Format) data. Using this requires
47bf4f93c4SArmin Wolf	  userspace tools and may be 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
55a6021aa2SArnd Bergmann	depends on ACPI_EC
5645a3d578SAndy Shevchenko	depends on ACPI_WMI
5745a3d578SAndy Shevchenko	depends on INPUT
5845a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
5945a3d578SAndy Shevchenko	select LEDS_CLASS
6045a3d578SAndy Shevchenko	select NEW_LEDS
6145a3d578SAndy Shevchenko	help
6245a3d578SAndy Shevchenko	  This driver provides support for Huawei WMI hotkeys, battery charge
6345a3d578SAndy Shevchenko	  control, fn-lock, mic-mute LED, and other extra features.
6475971febSChris Chiu
6545a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
6645a3d578SAndy Shevchenko	  will be called huawei-wmi.
6745a3d578SAndy Shevchenko
684fc2cf1fSJustin Ernstconfig UV_SYSFS
694fc2cf1fSJustin Ernst	tristate "Sysfs structure for UV systems"
704fc2cf1fSJustin Ernst	depends on X86_UV
714fc2cf1fSJustin Ernst	depends on SYSFS
724fc2cf1fSJustin Ernst	help
734fc2cf1fSJustin Ernst	  This driver supports a sysfs tree describing information about
744fc2cf1fSJustin Ernst	  UV systems at /sys/firmware/sgi_uv/.
754fc2cf1fSJustin Ernst
764fc2cf1fSJustin Ernst	  To compile this driver as a module, choose M here: the module will
774fc2cf1fSJustin Ernst	  be called uv_sysfs.
784fc2cf1fSJustin Ernst
7945a3d578SAndy Shevchenkoconfig MXM_WMI
8045a3d578SAndy Shevchenko       tristate "WMI support for MXM Laptop Graphics"
8145a3d578SAndy Shevchenko       depends on ACPI_WMI
82a7f7f624SMasahiro Yamada	help
8345a3d578SAndy Shevchenko          MXM is a standard for laptop graphics cards, the WMI interface
8445a3d578SAndy Shevchenko	  is required for switchable nvidia graphics machines
8545a3d578SAndy Shevchenko
86ca16d33bSDaniel Dadapconfig NVIDIA_WMI_EC_BACKLIGHT
87ca16d33bSDaniel Dadap	tristate "EC Backlight Driver for Hybrid Graphics Notebook Systems"
888d0ca287SHans de Goede	depends on ACPI_VIDEO
89ad62cd93SDaniel Dadap	depends on ACPI_WMI
90ad62cd93SDaniel Dadap	depends on BACKLIGHT_CLASS_DEVICE
91ad62cd93SDaniel Dadap	help
92ca16d33bSDaniel Dadap	  This driver provides a sysfs backlight interface for notebook systems
93ca16d33bSDaniel Dadap	  which are equipped with NVIDIA hybrid graphics and drive LCD backlight
94ca16d33bSDaniel Dadap	  levels through the Embedded Controller (EC).
95ad62cd93SDaniel Dadap
96ad62cd93SDaniel Dadap	  Say Y or M here if you want to control the backlight on a notebook
97ca16d33bSDaniel Dadap	  system with an EC-driven backlight.
98ad62cd93SDaniel Dadap
99ad62cd93SDaniel Dadap	  If you choose to compile this driver as a module the module will be
100ca16d33bSDaniel Dadap	  called nvidia-wmi-ec-backlight.
101ad62cd93SDaniel Dadap
10245a3d578SAndy Shevchenkoconfig XIAOMI_WMI
10345a3d578SAndy Shevchenko	tristate "Xiaomi WMI key driver"
10445a3d578SAndy Shevchenko	depends on ACPI_WMI
10545a3d578SAndy Shevchenko	depends on INPUT
10645a3d578SAndy Shevchenko	help
10745a3d578SAndy Shevchenko	  Say Y here if you want to support WMI-based keys on Xiaomi notebooks.
10845a3d578SAndy Shevchenko
10945a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
11045a3d578SAndy Shevchenko	  be called xiaomi-wmi.
11175971febSChris Chiu
11257293197SThomas Weißschuhconfig GIGABYTE_WMI
11357293197SThomas Weißschuh	tristate "Gigabyte WMI temperature driver"
11457293197SThomas Weißschuh	depends on ACPI_WMI
11557293197SThomas Weißschuh	depends on HWMON
11657293197SThomas Weißschuh	help
11757293197SThomas Weißschuh	  Say Y here if you want to support WMI-based temperature reporting on
11857293197SThomas Weißschuh	  Gigabyte mainboards.
11957293197SThomas Weißschuh
12057293197SThomas Weißschuh	  To compile this driver as a module, choose M here: the module will
12157293197SThomas Weißschuh	  be called gigabyte-wmi.
12257293197SThomas Weißschuh
12306ffe5b2SHans de Goedeconfig YOGABOOK
12406ffe5b2SHans de Goede	tristate "Lenovo Yoga Book tablet key driver"
125c0549b72SYauhen Kharuzhy	depends on ACPI_WMI
126c0549b72SYauhen Kharuzhy	depends on INPUT
127e34cd89aSArnd Bergmann	depends on I2C
128c0549b72SYauhen Kharuzhy	select LEDS_CLASS
129c0549b72SYauhen Kharuzhy	select NEW_LEDS
130c0549b72SYauhen Kharuzhy	help
131c0549b72SYauhen Kharuzhy	  Say Y here if you want to support the 'Pen' key and keyboard backlight
132c0549b72SYauhen Kharuzhy	  control on the Lenovo Yoga Book tablets.
133c0549b72SYauhen Kharuzhy
134c0549b72SYauhen Kharuzhy	  To compile this driver as a module, choose M here: the module will
13506ffe5b2SHans de Goede	  be called lenovo-yogabook.
136c0549b72SYauhen Kharuzhy
137b2ed33e8SHans de Goedeconfig YT2_1380
138b2ed33e8SHans de Goede	tristate "Lenovo Yoga Tablet 2 1380 fast charge driver"
139b2ed33e8SHans de Goede	depends on SERIAL_DEV_BUS
140078fc56fSArnd Bergmann	depends on EXTCON
141b2ed33e8SHans de Goede	depends on ACPI
142b2ed33e8SHans de Goede	help
143b2ed33e8SHans de Goede	  Say Y here to enable support for the custom fast charging protocol
144b2ed33e8SHans de Goede	  found on the Lenovo Yoga Tablet 2 1380F / 1380L models.
145b2ed33e8SHans de Goede
146b2ed33e8SHans de Goede	  To compile this driver as a module, choose M here: the module will
147b2ed33e8SHans de Goede	  be called lenovo-yogabook.
148b2ed33e8SHans de Goede
149e86435ebSPeter Feuererconfig ACERHDF
150e86435ebSPeter Feuerer	tristate "Acer Aspire One temperature and fan driver"
151a6021aa2SArnd Bergmann	depends on ACPI_EC && THERMAL
15248c8dd64SPeter Feuerer	select THERMAL_GOV_BANG_BANG
153a7f7f624SMasahiro Yamada	help
154e86435ebSPeter Feuerer	  This is a driver for Acer Aspire One netbooks. It allows to access
155e86435ebSPeter Feuerer	  the temperature sensor and to control the fan.
156e86435ebSPeter Feuerer
157e86435ebSPeter Feuerer	  After loading this driver the BIOS is still in control of the fan.
158e86435ebSPeter Feuerer	  To let the kernel handle the fan, do:
15914c20688SPaul Gortmaker	  echo -n enabled > /sys/class/thermal/thermal_zoneN/mode
16014c20688SPaul Gortmaker	  where N=0,1,2... depending on the number of thermal nodes and the
16114c20688SPaul Gortmaker	  detection order of your particular system.  The "type" parameter
16214c20688SPaul Gortmaker	  in the same node directory will tell you if it is "acerhdf".
163e86435ebSPeter Feuerer
164e86435ebSPeter Feuerer	  For more information about this driver see
16578d15eeaSAlexander A. Klimov	  <https://piie.net/files/acerhdf_README.txt>
166e86435ebSPeter Feuerer
167e86435ebSPeter Feuerer	  If you have an Acer Aspire One netbook, say Y or M
168e86435ebSPeter Feuerer	  here.
169e86435ebSPeter Feuerer
17045a3d578SAndy Shevchenkoconfig ACER_WIRELESS
17145a3d578SAndy Shevchenko        tristate "Acer Wireless Radio Control Driver"
172a46ad0f1SMario Limonciello        depends on ACPI
17345a3d578SAndy Shevchenko        depends on INPUT
174a7f7f624SMasahiro Yamada	help
17545a3d578SAndy Shevchenko          The Acer Wireless Radio Control handles the airplane mode hotkey
17645a3d578SAndy Shevchenko          present on new Acer laptops.
17745a3d578SAndy Shevchenko
17845a3d578SAndy Shevchenko          Say Y or M here if you have an Acer notebook with an airplane mode
17945a3d578SAndy Shevchenko          hotkey.
18045a3d578SAndy Shevchenko
18145a3d578SAndy Shevchenko          If you choose to compile this driver as a module the module will be
18245a3d578SAndy Shevchenko          called acer-wireless.
18345a3d578SAndy Shevchenko
18445a3d578SAndy Shevchenkoconfig ACER_WMI
18545a3d578SAndy Shevchenko	tristate "Acer WMI Laptop Extras"
18645a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
18745a3d578SAndy Shevchenko	depends on SERIO_I8042
18845a3d578SAndy Shevchenko	depends on INPUT
18945a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
190a6021aa2SArnd Bergmann	depends on ACPI_EC
19145a3d578SAndy Shevchenko	depends on ACPI_WMI
192c0ff2c39SSungHwan Jung	depends on ACPI_VIDEO || ACPI_VIDEO = n
193446dd8efSSungHwan Jung	depends on HWMON
19445a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
195349da8eeSHans de Goede	select LEDS_CLASS
196349da8eeSHans de Goede	select NEW_LEDS
1976bb5153dSSungHwan Jung	select ACPI_PLATFORM_PROFILE
198a7f7f624SMasahiro Yamada	help
19945a3d578SAndy Shevchenko	  This is a driver for newer Acer (and Wistron) laptops. It adds
20045a3d578SAndy Shevchenko	  wireless radio and bluetooth control, and on some laptops,
20145a3d578SAndy Shevchenko	  exposes the mail LED and LCD backlight.
20245a3d578SAndy Shevchenko
20345a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
20445a3d578SAndy Shevchenko	  here.
20545a3d578SAndy Shevchenko
206ef233eafSShyam Sundar S Ksource "drivers/platform/x86/amd/Kconfig"
20791f410aaSSuma Hegde
2083d904005SAndrea.Hoconfig ADV_SWBUTTON
2093d904005SAndrea.Ho	tristate "Advantech ACPI Software Button Driver"
2103d904005SAndrea.Ho	depends on ACPI && INPUT
2113d904005SAndrea.Ho	help
2123d904005SAndrea.Ho	  Say Y here to enable support for Advantech software defined
2133d904005SAndrea.Ho	  button feature. More information can be found at
2143d904005SAndrea.Ho	  <http://www.advantech.com.tw/products/>
2153d904005SAndrea.Ho
2163d904005SAndrea.Ho	  To compile this driver as a module, choose M here. The module will
2173d904005SAndrea.Ho	  be called adv_swbutton.
2183d904005SAndrea.Ho
21945a3d578SAndy Shevchenkoconfig APPLE_GMUX
22045a3d578SAndy Shevchenko	tristate "Apple Gmux Driver"
22145a3d578SAndy Shevchenko	depends on ACPI && PCI
22245a3d578SAndy Shevchenko	depends on PNP
22345a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
224a7f7f624SMasahiro Yamada	help
22545a3d578SAndy Shevchenko	  This driver provides support for the gmux device found on many
22645a3d578SAndy Shevchenko	  Apple laptops, which controls the display mux for the hybrid
22745a3d578SAndy Shevchenko	  graphics as well as the backlight. Currently only backlight
22845a3d578SAndy Shevchenko	  control is supported by the driver.
229a46ad0f1SMario Limonciello
23041b16dceSLen Brownconfig ASUS_LAPTOP
2316122af37SCorentin Chary	tristate "Asus Laptop Extras"
23241b16dceSLen Brown	depends on ACPI
233e73e2c62SCorentin Chary	select LEDS_CLASS
234e73e2c62SCorentin Chary	select NEW_LEDS
23514ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
23612d6f35bSCorentin Chary	depends on INPUT
23718e1311eSCorentin Chary	depends on RFKILL || RFKILL = n
23814ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
23966a71dd1SCorentin Chary	select INPUT_SPARSEKMAP
240a7f7f624SMasahiro Yamada	help
2418819de7fSAndy Ross	  This is a driver for Asus laptops, Lenovo SL and the Pegatron
2428819de7fSAndy Ross	  Lucid tablet. It may also support some MEDION, JVC or VICTOR
2438819de7fSAndy Ross	  laptops. It makes all the extra buttons generate standard
244b23910c2SAndy Ross	  ACPI events and input events, and on the Lucid the built-in
245b23910c2SAndy Ross	  accelerometer appears as an input device.  It also adds
246b23910c2SAndy Ross	  support for video output switching, LCD backlight control,
247b23910c2SAndy Ross	  Bluetooth and Wlan control, and most importantly, allows you
248b23910c2SAndy Ross	  to blink those fancy LEDs.
24941b16dceSLen Brown
2508819de7fSAndy Ross	  For more information see <http://acpi4asus.sf.net>.
25141b16dceSLen Brown
25241b16dceSLen Brown	  If you have an ACPI-compatible ASUS laptop, say Y or M here.
25341b16dceSLen Brown
25445a3d578SAndy Shevchenkoconfig ASUS_WIRELESS
25545a3d578SAndy Shevchenko	tristate "Asus Wireless Radio Control Driver"
25645a3d578SAndy Shevchenko	depends on ACPI
25745a3d578SAndy Shevchenko	depends on INPUT
25845a3d578SAndy Shevchenko	select NEW_LEDS
25945a3d578SAndy Shevchenko	select LEDS_CLASS
260a7f7f624SMasahiro Yamada	help
26145a3d578SAndy Shevchenko	  The Asus Wireless Radio Control handles the airplane mode hotkey
26245a3d578SAndy Shevchenko	  present on some Asus laptops.
26345a3d578SAndy Shevchenko
26445a3d578SAndy Shevchenko	  Say Y or M here if you have an ASUS notebook with an airplane mode
26545a3d578SAndy Shevchenko	  hotkey.
26645a3d578SAndy Shevchenko
26745a3d578SAndy Shevchenko	  If you choose to compile this driver as a module the module will be
26845a3d578SAndy Shevchenko	  called asus-wireless.
26945a3d578SAndy Shevchenko
27045a3d578SAndy Shevchenkoconfig ASUS_WMI
27145a3d578SAndy Shevchenko	tristate "ASUS WMI Driver"
27245a3d578SAndy Shevchenko	depends on ACPI_WMI
27345a3d578SAndy Shevchenko	depends on ACPI_BATTERY
27445a3d578SAndy Shevchenko	depends on INPUT
27545a3d578SAndy Shevchenko	depends on HWMON
27645a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
27745a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
27845a3d578SAndy Shevchenko	depends on HOTPLUG_PCI
27945a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
280b52cbca2SHans de Goede	depends on SERIO_I8042 || SERIO_I8042 = n
28145a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
28245a3d578SAndy Shevchenko	select LEDS_CLASS
28345a3d578SAndy Shevchenko	select NEW_LEDS
284c63d44aeSLuke D. Jones	select ACPI_PLATFORM_PROFILE
285a7f7f624SMasahiro Yamada	help
28645a3d578SAndy Shevchenko	  Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
28745a3d578SAndy Shevchenko	  Asus Notebooks).
28845a3d578SAndy Shevchenko
28945a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
29045a3d578SAndy Shevchenko	  be called asus-wmi.
29145a3d578SAndy Shevchenko
29245a3d578SAndy Shevchenkoconfig ASUS_NB_WMI
29345a3d578SAndy Shevchenko	tristate "Asus Notebook WMI Driver"
29445a3d578SAndy Shevchenko	depends on ASUS_WMI
295a7f7f624SMasahiro Yamada	help
29645a3d578SAndy Shevchenko	  This is a driver for newer Asus notebooks. It adds extra features
29745a3d578SAndy Shevchenko	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
29845a3d578SAndy Shevchenko
29945a3d578SAndy Shevchenko	  For more information, see
30045a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
30145a3d578SAndy Shevchenko
30245a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Asus Notebook, say Y or M
30345a3d578SAndy Shevchenko	  here.
30445a3d578SAndy Shevchenko
3050a6509b0SHans de Goedeconfig ASUS_TF103C_DOCK
3060a6509b0SHans de Goede	tristate "Asus TF103C 2-in-1 keyboard dock"
3070a6509b0SHans de Goede	depends on ACPI
3080a6509b0SHans de Goede	depends on I2C
3090a6509b0SHans de Goede	depends on INPUT
3100a6509b0SHans de Goede	depends on HID
3110a6509b0SHans de Goede	depends on GPIOLIB
3120a6509b0SHans de Goede	help
3130a6509b0SHans de Goede	  This is a driver for the keyboard, touchpad and USB port of the
3140a6509b0SHans de Goede	  keyboard dock for the Asus TF103C 2-in-1 tablet.
3150a6509b0SHans de Goede
3160a6509b0SHans de Goede	  This keyboard dock has its own I2C attached embedded controller
3170a6509b0SHans de Goede	  and the keyboard and touchpad are also connected over I2C,
3180a6509b0SHans de Goede	  instead of using the usual USB connection. This means that the
3190a6509b0SHans de Goede	  keyboard dock requires this special driver to function.
3200a6509b0SHans de Goede
3210a6509b0SHans de Goede	  If you have an Asus TF103C tablet say Y or M here, for a generic x86
3220a6509b0SHans de Goede	  distro config say M here.
3230a6509b0SHans de Goede
324636a1e69SChris Blakeconfig MERAKI_MX100
325636a1e69SChris Blake	tristate "Cisco Meraki MX100 Platform Driver"
326636a1e69SChris Blake	depends on GPIOLIB
327636a1e69SChris Blake	depends on GPIO_ICH
328636a1e69SChris Blake	depends on LEDS_CLASS
329636a1e69SChris Blake	select LEDS_GPIO
330636a1e69SChris Blake	help
331636a1e69SChris Blake	  This driver provides support for the front button and LEDs on
332636a1e69SChris Blake	  the Cisco Meraki MX100 (Tinkerbell) 1U appliance.
333636a1e69SChris Blake
334636a1e69SChris Blake	  To compile this driver as a module, choose M here: the module
335636a1e69SChris Blake	  will be called meraki-mx100.
336636a1e69SChris Blake
33745a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP
33845a3d578SAndy Shevchenko	tristate "Eee PC Hotkey Driver"
339a6021aa2SArnd Bergmann	depends on ACPI_EC
34045a3d578SAndy Shevchenko	depends on INPUT
34145a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
34245a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
34345a3d578SAndy Shevchenko	depends on HOTPLUG_PCI
34445a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
34545a3d578SAndy Shevchenko	select HWMON
34645a3d578SAndy Shevchenko	select LEDS_CLASS
34745a3d578SAndy Shevchenko	select NEW_LEDS
34845a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
349a7f7f624SMasahiro Yamada	help
35045a3d578SAndy Shevchenko	  This driver supports the Fn-Fx keys on Eee PC laptops.
35145a3d578SAndy Shevchenko
35245a3d578SAndy Shevchenko	  It  also gives access to some extra laptop functionalities like
35345a3d578SAndy Shevchenko	  Bluetooth, backlight and allows powering on/off some other
35445a3d578SAndy Shevchenko	  devices.
35545a3d578SAndy Shevchenko
35645a3d578SAndy Shevchenko	  If you have an Eee PC laptop, say Y or M here. If this driver
35745a3d578SAndy Shevchenko	  doesn't work on your Eee PC, try eeepc-wmi instead.
35845a3d578SAndy Shevchenko
35945a3d578SAndy Shevchenkoconfig EEEPC_WMI
36045a3d578SAndy Shevchenko	tristate "Eee PC WMI Driver"
36145a3d578SAndy Shevchenko	depends on ASUS_WMI
362a7f7f624SMasahiro Yamada	help
36345a3d578SAndy Shevchenko	  This is a driver for newer Eee PC laptops. It adds extra features
36445a3d578SAndy Shevchenko	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
36545a3d578SAndy Shevchenko
36645a3d578SAndy Shevchenko	  For more information, see
36745a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
36845a3d578SAndy Shevchenko
36945a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
37045a3d578SAndy Shevchenko	  here.
37145a3d578SAndy Shevchenko
372f1e1ea51SMario Limonciellosource "drivers/platform/x86/dell/Kconfig"
3737a3319c1SMichał Kępień
37445a3d578SAndy Shevchenkoconfig AMILO_RFKILL
37545a3d578SAndy Shevchenko	tristate "Fujitsu-Siemens Amilo rfkill support"
376817a5cdbSPali Rohár	depends on RFKILL
37745a3d578SAndy Shevchenko	depends on SERIO_I8042
378a7f7f624SMasahiro Yamada	help
37945a3d578SAndy Shevchenko	  This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
38045a3d578SAndy Shevchenko	  laptops.
381820787fcSColin Ian King
38241b16dceSLen Brownconfig FUJITSU_LAPTOP
38341b16dceSLen Brown	tristate "Fujitsu Laptop Extras"
38441b16dceSLen Brown	depends on ACPI
38541b16dceSLen Brown	depends on INPUT
38641b16dceSLen Brown	depends on BACKLIGHT_CLASS_DEVICE
38714c8a145SSzilard Fabian	depends on ACPI_BATTERY
38814ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
389f2252672SMichał Kępień	select INPUT_SPARSEKMAP
390afdd1ebbSNecip Fazil Yildiran	select NEW_LEDS
391d89bcc83SMichał Kępień	select LEDS_CLASS
392a7f7f624SMasahiro Yamada	help
39341b16dceSLen Brown	  This is a driver for laptops built by Fujitsu:
39441b16dceSLen Brown
39541b16dceSLen Brown	    * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
39641b16dceSLen Brown	    * Possibly other Fujitsu laptop models
39741b16dceSLen Brown	    * Tested with S6410 and S7020
39841b16dceSLen Brown
39941b16dceSLen Brown	  It adds support for LCD brightness control and some hotkeys.
40041b16dceSLen Brown
40141b16dceSLen Brown	  If you have a Fujitsu laptop, say Y or M here.
40241b16dceSLen Brown
4032d24c490SRobert Gerlachconfig FUJITSU_TABLET
4042d24c490SRobert Gerlach       tristate "Fujitsu Tablet Extras"
4052d24c490SRobert Gerlach       depends on ACPI
4062d24c490SRobert Gerlach       depends on INPUT
407a7f7f624SMasahiro Yamada	help
4082d24c490SRobert Gerlach         This is a driver for tablets built by Fujitsu:
4092d24c490SRobert Gerlach
4102d24c490SRobert Gerlach           * Lifebook P1510/P1610/P1620/Txxxx
4112d24c490SRobert Gerlach           * Stylistic ST5xxx
4122d24c490SRobert Gerlach           * Possibly other Fujitsu tablet models
4132d24c490SRobert Gerlach
4142d24c490SRobert Gerlach         It adds support for the panel buttons, docking station detection,
4152d24c490SRobert Gerlach         tablet/notebook mode detection for convertible and
4162d24c490SRobert Gerlach         orientation detection for docked slates.
4172d24c490SRobert Gerlach
4182d24c490SRobert Gerlach         If you have a Fujitsu convertible or slate, say Y or M here.
4192d24c490SRobert Gerlach
4201b46f17dSHans de Goedeconfig GPD_POCKET_FAN
4211b46f17dSHans de Goede	tristate "GPD Pocket Fan Controller support"
4221b46f17dSHans de Goede	depends on ACPI
4231b46f17dSHans de Goede	depends on THERMAL
424a7f7f624SMasahiro Yamada	help
4251b46f17dSHans de Goede	  Driver for the GPD Pocket vendor specific FAN02501 ACPI device
4261b46f17dSHans de Goede	  which controls the fan speed on the GPD Pocket.
4271b46f17dSHans de Goede
4281b46f17dSHans de Goede	  Without this driver the fan on the Pocket will stay off independent
4291b46f17dSHans de Goede	  of the CPU temperature. Say Y or M if the kernel may be used on a
4301b46f17dSHans de Goede	  GPD pocket.
4311b46f17dSHans de Goede
4326e9b8992SJorge Lopezsource "drivers/platform/x86/hp/Kconfig"
433efcfed9bSJean Delvare
434a558ea42SMario Limoncielloconfig WIRELESS_HOTKEY
435a558ea42SMario Limonciello	tristate "Wireless hotkey button"
43654290fa6SAlex Hung	depends on ACPI
43754290fa6SAlex Hung	depends on INPUT
43854290fa6SAlex Hung	help
439a558ea42SMario Limonciello	 This driver provides supports for the wireless buttons found on some AMD,
440a558ea42SMario Limonciello	 HP, & Xioami laptops.
44154290fa6SAlex Hung	 On such systems the driver should load automatically (via ACPI alias).
44254290fa6SAlex Hung
44354290fa6SAlex Hung	 To compile this driver as a module, choose M here: the module will
444a558ea42SMario Limonciello	 be called wireless-hotkey.
44554290fa6SAlex Hung
44645a3d578SAndy Shevchenkoconfig IBM_RTL
44745a3d578SAndy Shevchenko	tristate "Device driver to enable PRTL support"
44845a3d578SAndy Shevchenko	depends on PCI
449a7f7f624SMasahiro Yamada	help
45045a3d578SAndy Shevchenko	 Enable support for IBM Premium Real Time Mode (PRTM).
45145a3d578SAndy Shevchenko	 This module will allow you the enter and exit PRTM in the BIOS via
45245a3d578SAndy Shevchenko	 sysfs on platforms that support this feature.  System in PRTM will
45345a3d578SAndy Shevchenko	 not receive CPU-generated SMIs for recoverable errors.  Use of this
45445a3d578SAndy Shevchenko	 feature without proper support may void your hardware warranty.
45541b16dceSLen Brown
45645a3d578SAndy Shevchenko	 If the proper BIOS support is found the driver will load and create
45745a3d578SAndy Shevchenko	 /sys/devices/system/ibm_rtl/.  The "state" variable will indicate
45845a3d578SAndy Shevchenko	 whether or not the BIOS is in PRTM.
45945a3d578SAndy Shevchenko	 state = 0 (BIOS SMIs on)
46045a3d578SAndy Shevchenko	 state = 1 (BIOS SMIs off)
46141b16dceSLen Brown
46257ac3b05SIke Panhcconfig IDEAPAD_LAPTOP
46357ac3b05SIke Panhc	tristate "Lenovo IdeaPad Laptop Extras"
46458ac7aa0SDavid Woodhouse	depends on ACPI
465ad0f4306SRandy Dunlap	depends on RFKILL && INPUT
46607a4a4fcSMaxim Mikityanskiy	depends on SERIO_I8042
467445e8d00SMatthew Garrett	depends on BACKLIGHT_CLASS_DEVICE
46814ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
46974caab99SArnd Bergmann	depends on ACPI_WMI || ACPI_WMI = n
47021f05a43SMaximilian Luz	select ACPI_PLATFORM_PROFILE
471f63409aeSIke Panhc	select INPUT_SPARSEKMAP
472d8f5c5eaSBarnabás Pőcze	select NEW_LEDS
473d8f5c5eaSBarnabás Pőcze	select LEDS_CLASS
47458ac7aa0SDavid Woodhouse	help
47516fd91e0SIke Panhc	  This is a driver for Lenovo IdeaPad netbooks contains drivers for
47616fd91e0SIke Panhc	  rfkill switch, hotkey, fan control and backlight control.
47758ac7aa0SDavid Woodhouse
47861250669SJackie Dongconfig LENOVO_WMI_HOTKEY_UTILITIES
47961250669SJackie Dong	tristate "Lenovo Hotkey Utility WMI extras driver"
48061250669SJackie Dong	depends on ACPI_WMI
48161250669SJackie Dong	select NEW_LEDS
48261250669SJackie Dong	select LEDS_CLASS
48361250669SJackie Dong	imply IDEAPAD_LAPTOP
48461250669SJackie Dong	help
48561250669SJackie Dong	  This driver provides WMI support for Lenovo customized hotkeys function,
48661250669SJackie Dong	  such as LED control for audio/mic mute event for Ideapad, YOGA, XiaoXin,
48761250669SJackie Dong	  Gaming, ThinkBook and so on.
48861250669SJackie Dong
489e82882cdSGergo Kotelesconfig LENOVO_YMC
490e82882cdSGergo Koteles	tristate "Lenovo Yoga Tablet Mode Control"
491e82882cdSGergo Koteles	depends on ACPI_WMI
492e82882cdSGergo Koteles	depends on INPUT
493cde7886bSGergo Koteles	depends on IDEAPAD_LAPTOP
494e82882cdSGergo Koteles	select INPUT_SPARSEKMAP
495e82882cdSGergo Koteles	help
496e82882cdSGergo Koteles	  This driver maps the Tablet Mode Control switch to SW_TABLET_MODE input
497e82882cdSGergo Koteles	  events for Lenovo Yoga notebooks.
498e82882cdSGergo Koteles
49945a3d578SAndy Shevchenkoconfig SENSORS_HDAPS
50045a3d578SAndy Shevchenko	tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
5013dda3b37SBenjamin Tissoires	depends on INPUT
50245a3d578SAndy Shevchenko	help
50345a3d578SAndy Shevchenko	  This driver provides support for the IBM Hard Drive Active Protection
50445a3d578SAndy Shevchenko	  System (hdaps), which provides an accelerometer and other misc. data.
50545a3d578SAndy Shevchenko	  ThinkPads starting with the R50, T41, and X40 are supported.  The
50645a3d578SAndy Shevchenko	  accelerometer data is readable via sysfs.
5073dda3b37SBenjamin Tissoires
50845a3d578SAndy Shevchenko	  This driver also provides an absolute input class device, allowing
50945a3d578SAndy Shevchenko	  the laptop to act as a pinball machine-esque joystick.
51045a3d578SAndy Shevchenko
51145a3d578SAndy Shevchenko	  If your ThinkPad is not recognized by the driver, please update to latest
51245a3d578SAndy Shevchenko	  BIOS. This is especially the case for some R52 ThinkPads.
51345a3d578SAndy Shevchenko
51445a3d578SAndy Shevchenko	  Say Y here if you have an applicable laptop and want to experience
51545a3d578SAndy Shevchenko	  the awesome power of hdaps.
5163dda3b37SBenjamin Tissoires
51741b16dceSLen Brownconfig THINKPAD_ACPI
51841b16dceSLen Brown	tristate "ThinkPad ACPI Laptop Extras"
519a6021aa2SArnd Bergmann	depends on ACPI_EC
5202801b968SOgnjen Galic	depends on ACPI_BATTERY
521d263da31SCorentin Chary	depends on INPUT
52219d337dfSJohannes Berg	depends on RFKILL || RFKILL = n
52314ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
52414ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
525153cca9cSHans de Goede	depends on I2C
526f809891eSHans de Goede	depends on DRM
52721f05a43SMaximilian Luz	select ACPI_PLATFORM_PROFILE
528f809891eSHans de Goede	select DRM_PRIVACY_SCREEN
52941b16dceSLen Brown	select HWMON
53041b16dceSLen Brown	select NVRAM
53141b16dceSLen Brown	select NEW_LEDS
53241b16dceSLen Brown	select LEDS_CLASS
5335d059bf2SSteven Rostedt (Google)	select INPUT_SPARSEKMAP
534a7f7f624SMasahiro Yamada	help
53541b16dceSLen Brown	  This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
53641b16dceSLen Brown	  support for Fn-Fx key combinations, Bluetooth control, video
53741b16dceSLen Brown	  output switching, ThinkLight control, UltraBay eject and more.
53841b16dceSLen Brown	  For more information about this driver see
5399e1cbedeSMauro Carvalho Chehab	  <file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and
54041b16dceSLen Brown	  <http://ibm-acpi.sf.net/> .
54141b16dceSLen Brown
54241b16dceSLen Brown	  This driver was formerly known as ibm-acpi.
54341b16dceSLen Brown
5446e5b08eeSHenrique de Moraes Holschuh	  Extra functionality will be available if the rfkill (CONFIG_RFKILL)
5456e5b08eeSHenrique de Moraes Holschuh	  and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
5466e5b08eeSHenrique de Moraes Holschuh	  Note that if you want ThinkPad-ACPI to be built-in instead of
5476e5b08eeSHenrique de Moraes Holschuh	  modular, ALSA and rfkill will also have to be built-in.
5486e5b08eeSHenrique de Moraes Holschuh
54941b16dceSLen Brown	  If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
55041b16dceSLen Brown
551ff850c33SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_ALSA_SUPPORT
552ff850c33SHenrique de Moraes Holschuh	bool "Console audio control ALSA interface"
553ff850c33SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
554ff850c33SHenrique de Moraes Holschuh	depends on SND
555ff850c33SHenrique de Moraes Holschuh	depends on SND = y || THINKPAD_ACPI = SND
556ff850c33SHenrique de Moraes Holschuh	default y
557a7f7f624SMasahiro Yamada	help
558ff850c33SHenrique de Moraes Holschuh	  Enables monitoring of the built-in console audio output control
559ff850c33SHenrique de Moraes Holschuh	  (headphone and speakers), which is operated by the mute and (in
560ff850c33SHenrique de Moraes Holschuh	  some ThinkPad models) volume hotkeys.
561ff850c33SHenrique de Moraes Holschuh
562ff850c33SHenrique de Moraes Holschuh	  If this option is enabled, ThinkPad-ACPI will export an ALSA card
563ff850c33SHenrique de Moraes Holschuh	  with a single read-only mixer control, which should be used for
564ff850c33SHenrique de Moraes Holschuh	  on-screen-display feedback purposes by the Desktop Environment.
565ff850c33SHenrique de Moraes Holschuh
566ff850c33SHenrique de Moraes Holschuh	  Optionally, the driver will also allow software control (the
567ff850c33SHenrique de Moraes Holschuh	  ALSA mixer will be made read-write).  Please refer to the driver
568ff850c33SHenrique de Moraes Holschuh	  documentation for details.
569ff850c33SHenrique de Moraes Holschuh
570ff850c33SHenrique de Moraes Holschuh	  All IBM models have both volume and mute control.  Newer Lenovo
571ff850c33SHenrique de Moraes Holschuh	  models only have mute control (the volume hotkeys are just normal
572ff850c33SHenrique de Moraes Holschuh	  keys and volume control is done through the main HDA mixer).
573ff850c33SHenrique de Moraes Holschuh
574a73f3091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUGFACILITIES
575a73f3091SHenrique de Moraes Holschuh	bool "Maintainer debug facilities"
576a73f3091SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
577a7f7f624SMasahiro Yamada	help
578a73f3091SHenrique de Moraes Holschuh	  Enables extra stuff in the thinkpad-acpi which is completely useless
579a73f3091SHenrique de Moraes Holschuh	  for normal use.  Read the driver source to find out what it does.
580a73f3091SHenrique de Moraes Holschuh
581a73f3091SHenrique de Moraes Holschuh	  Say N here, unless you were told by a kernel maintainer to do
582a73f3091SHenrique de Moraes Holschuh	  otherwise.
583a73f3091SHenrique de Moraes Holschuh
58441b16dceSLen Brownconfig THINKPAD_ACPI_DEBUG
58541b16dceSLen Brown	bool "Verbose debug mode"
58641b16dceSLen Brown	depends on THINKPAD_ACPI
587a7f7f624SMasahiro Yamada	help
58841b16dceSLen Brown	  Enables extra debugging information, at the expense of a slightly
58941b16dceSLen Brown	  increase in driver size.
59041b16dceSLen Brown
59141b16dceSLen Brown	  If you are not sure, say N here.
59241b16dceSLen Brown
593a4d5effcSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_UNSAFE_LEDS
594a4d5effcSHenrique de Moraes Holschuh	bool "Allow control of important LEDs (unsafe)"
595a4d5effcSHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
596a7f7f624SMasahiro Yamada	help
597a4d5effcSHenrique de Moraes Holschuh	  Overriding LED state on ThinkPads can mask important
598a4d5effcSHenrique de Moraes Holschuh	  firmware alerts (like critical battery condition), or misled
599a4d5effcSHenrique de Moraes Holschuh	  the user into damaging the hardware (undocking or ejecting
600a4d5effcSHenrique de Moraes Holschuh	  the bay while buses are still active), etc.
601a4d5effcSHenrique de Moraes Holschuh
602a4d5effcSHenrique de Moraes Holschuh	  LED control on the ThinkPad is write-only (with very few
603a4d5effcSHenrique de Moraes Holschuh	  exceptions on very ancient models), which makes it
604a4d5effcSHenrique de Moraes Holschuh	  impossible to know beforehand if important information will
605a4d5effcSHenrique de Moraes Holschuh	  be lost when one changes LED state.
606a4d5effcSHenrique de Moraes Holschuh
607a4d5effcSHenrique de Moraes Holschuh	  Users that know what they are doing can enable this option
608a4d5effcSHenrique de Moraes Holschuh	  and the driver will allow control of every LED, including
609a4d5effcSHenrique de Moraes Holschuh	  the ones on the dock stations.
610a4d5effcSHenrique de Moraes Holschuh
611a4d5effcSHenrique de Moraes Holschuh	  Never enable this option on a distribution kernel.
612a4d5effcSHenrique de Moraes Holschuh
613a4d5effcSHenrique de Moraes Holschuh	  Say N here, unless you are building a kernel for your own
614a4d5effcSHenrique de Moraes Holschuh	  use, and need to control the important firmware LEDs.
615a4d5effcSHenrique de Moraes Holschuh
61641b16dceSLen Brownconfig THINKPAD_ACPI_VIDEO
61741b16dceSLen Brown	bool "Video output control support"
61841b16dceSLen Brown	depends on THINKPAD_ACPI
61941b16dceSLen Brown	default y
620a7f7f624SMasahiro Yamada	help
62141b16dceSLen Brown	  Allows the thinkpad_acpi driver to provide an interface to control
62241b16dceSLen Brown	  the various video output ports.
62341b16dceSLen Brown
62441b16dceSLen Brown	  This feature often won't work well, depending on ThinkPad model,
62541b16dceSLen Brown	  display state, video output devices in use, whether there is a X
62641b16dceSLen Brown	  server running, phase of the moon, and the current mood of
62741b16dceSLen Brown	  Schroedinger's cat.  If you can use X.org's RandR to control
62841b16dceSLen Brown	  your ThinkPad's video output ports instead of this feature,
629b525c06cSHenrique de Moraes Holschuh	  don't think twice: do it and say N here to save memory and avoid
630b525c06cSHenrique de Moraes Holschuh	  bad interactions with X.org.
63141b16dceSLen Brown
632b525c06cSHenrique de Moraes Holschuh	  NOTE: access to this feature is limited to processes with the
633b525c06cSHenrique de Moraes Holschuh	  CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
634b525c06cSHenrique de Moraes Holschuh	  where it interacts badly with X.org.
635b525c06cSHenrique de Moraes Holschuh
636b525c06cSHenrique de Moraes Holschuh	  If you are not sure, say Y here but do try to check if you could
637b525c06cSHenrique de Moraes Holschuh	  be using X.org RandR instead.
63841b16dceSLen Brown
63941b16dceSLen Brownconfig THINKPAD_ACPI_HOTKEY_POLL
64041b16dceSLen Brown	bool "Support NVRAM polling for hot keys"
64141b16dceSLen Brown	depends on THINKPAD_ACPI
64241b16dceSLen Brown	default y
643a7f7f624SMasahiro Yamada	help
64441b16dceSLen Brown	  Some thinkpad models benefit from NVRAM polling to detect a few of
64541b16dceSLen Brown	  the hot key press events.  If you know your ThinkPad model does not
64641b16dceSLen Brown	  need to do NVRAM polling to support any of the hot keys you use,
64741b16dceSLen Brown	  unselecting this option will save about 1kB of memory.
64841b16dceSLen Brown
64941b16dceSLen Brown	  ThinkPads T40 and newer, R52 and newer, and X31 and newer are
65041b16dceSLen Brown	  unlikely to need NVRAM polling in their latest BIOS versions.
65141b16dceSLen Brown
65241b16dceSLen Brown	  NVRAM polling can detect at most the following keys: ThinkPad/Access
65341b16dceSLen Brown	  IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
65441b16dceSLen Brown	  Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
65541b16dceSLen Brown
65641b16dceSLen Brown	  If you are not sure, say Y here.  The driver enables polling only if
65741b16dceSLen Brown	  it is strictly necessary to do so.
65841b16dceSLen Brown
659a40cd7efSMark Pearsonconfig THINKPAD_LMI
660a40cd7efSMark Pearson	tristate "Lenovo WMI-based systems management driver"
661a40cd7efSMark Pearson	depends on ACPI_WMI
662a40cd7efSMark Pearson	select FW_ATTR_CLASS
663a40cd7efSMark Pearson	help
664a40cd7efSMark Pearson	  This driver allows changing BIOS settings on Lenovo machines whose
665a40cd7efSMark Pearson	  BIOS support the WMI interface.
666a40cd7efSMark Pearson
667a40cd7efSMark Pearson	  To compile this driver as a module, choose M here: the module will
668a40cd7efSMark Pearson	  be called think-lmi.
669a40cd7efSMark Pearson
6708bd836feSAndy Shevchenkosource "drivers/platform/x86/intel/Kconfig"
6718bd836feSAndy Shevchenko
672f1cacd21SArmin Wolfconfig ACPI_QUICKSTART
673f1cacd21SArmin Wolf	tristate "ACPI Quickstart button driver"
674f1cacd21SArmin Wolf	depends on ACPI
675f1cacd21SArmin Wolf	depends on INPUT
67683cfe6d8SArnd Bergmann	select INPUT_SPARSEKMAP
677f1cacd21SArmin Wolf	help
678f1cacd21SArmin Wolf	  This driver adds support for ACPI quickstart button (PNP0C32) devices.
679f1cacd21SArmin Wolf	  The button emits a manufacturer-specific key value when pressed, so
680f1cacd21SArmin Wolf	  userspace has to map this value to a standard key code.
681f1cacd21SArmin Wolf
682f1cacd21SArmin Wolf	  To compile this driver as a module, choose M here: the module will be
683f1cacd21SArmin Wolf	  called quickstart.
684f1cacd21SArmin Wolf
6852513563eSHans de Goedeconfig MEEGOPAD_ANX7428
6862513563eSHans de Goede	tristate "MeeGoPad ANX7428 Type-C Switch"
6872513563eSHans de Goede	depends on ACPI && GPIOLIB && I2C
6882513563eSHans de Goede	help
6892513563eSHans de Goede	  Some MeeGoPad top-set boxes have an ANX7428 Type-C Switch for
6902513563eSHans de Goede	  USB3.1 Gen 1 and DisplayPort over Type-C alternate mode support.
6912513563eSHans de Goede
6922513563eSHans de Goede	  This driver takes care of powering on the ANX7428 on supported
6932513563eSHans de Goede	  MeeGoPad top-set boxes. After this the ANX7428 takes care of Type-C
6942513563eSHans de Goede	  connector orientation and PD alternate mode switching autonomously.
6952513563eSHans de Goede
696392cacf2SNikita Kravetsconfig MSI_EC
697392cacf2SNikita Kravets	tristate "MSI EC Extras"
698a6021aa2SArnd Bergmann	depends on ACPI_EC
699392cacf2SNikita Kravets	depends on ACPI_BATTERY
700392cacf2SNikita Kravets	help
701392cacf2SNikita Kravets	  This driver allows various MSI laptops' functionalities to be
702392cacf2SNikita Kravets	  controlled from userspace, including battery charge threshold.
703392cacf2SNikita Kravets
70445a3d578SAndy Shevchenkoconfig MSI_LAPTOP
70545a3d578SAndy Shevchenko	tristate "MSI Laptop Extras"
706a6021aa2SArnd Bergmann	depends on ACPI_EC
70714ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
70845a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
70945a3d578SAndy Shevchenko	depends on RFKILL
71045a3d578SAndy Shevchenko	depends on INPUT && SERIO_I8042
711642e0447SDmitry Torokhov	select INPUT_SPARSEKMAP
712a7f7f624SMasahiro Yamada	help
71345a3d578SAndy Shevchenko	  This is a driver for laptops built by MSI (MICRO-STAR
71445a3d578SAndy Shevchenko	  INTERNATIONAL):
71576593d6fSCorentin Chary
71645a3d578SAndy Shevchenko	  MSI MegaBook S270 (MS-1013)
71745a3d578SAndy Shevchenko	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
71841b16dceSLen Brown
71945a3d578SAndy Shevchenko	  It adds support for Bluetooth, WLAN and LCD brightness control.
72041b16dceSLen Brown
72145a3d578SAndy Shevchenko	  More information about this driver is available at
72245a3d578SAndy Shevchenko	  <http://0pointer.de/lennart/tchibo.html>.
723ee027e4aSYong Wang
72445a3d578SAndy Shevchenko	  If you have an MSI S270 laptop, say Y or M here.
725edb73f4fSMattias Jacobsson
726d12d8bafSThomas Renningerconfig MSI_WMI
727d12d8bafSThomas Renninger	tristate "MSI WMI extras"
728d12d8bafSThomas Renninger	depends on ACPI_WMI
729d12d8bafSThomas Renninger	depends on INPUT
730de078e57SAnisse Astier	depends on BACKLIGHT_CLASS_DEVICE
73114ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
732c30116c6SAnisse Astier	select INPUT_SPARSEKMAP
733d12d8bafSThomas Renninger	help
734d12d8bafSThomas Renninger	 Say Y here if you want to support WMI-based hotkeys on MSI laptops.
735d12d8bafSThomas Renninger
736d12d8bafSThomas Renninger	 To compile this driver as a module, choose M here: the module will
737d12d8bafSThomas Renninger	 be called msi-wmi.
738d12d8bafSThomas Renninger
7399c0beb6bSArmin Wolfconfig MSI_WMI_PLATFORM
7409c0beb6bSArmin Wolf	tristate "MSI WMI Platform features"
7419c0beb6bSArmin Wolf	depends on ACPI_WMI
7429c0beb6bSArmin Wolf	depends on HWMON
7439c0beb6bSArmin Wolf	help
7449c0beb6bSArmin Wolf	  Say Y here if you want to have support for WMI-based platform features
7459c0beb6bSArmin Wolf	  like fan sensor access on MSI machines.
7469c0beb6bSArmin Wolf
7479c0beb6bSArmin Wolf	  To compile this driver as a module, choose M here: the module will
7489c0beb6bSArmin Wolf	  be called msi-wmi-platform.
7499c0beb6bSArmin Wolf
75045a3d578SAndy Shevchenkoconfig XO15_EBOOK
75145a3d578SAndy Shevchenko	tristate "OLPC XO-1.5 ebook switch"
75245a3d578SAndy Shevchenko	depends on OLPC || COMPILE_TEST
75345a3d578SAndy Shevchenko	depends on ACPI && INPUT
754a7f7f624SMasahiro Yamada	help
75545a3d578SAndy Shevchenko	  Support for the ebook switch on the OLPC XO-1.5 laptop.
75613bb0fd5SHans de Goede
75745a3d578SAndy Shevchenko	  This switch is triggered as the screen is rotated and folded down to
75845a3d578SAndy Shevchenko	  convert the device into ebook form.
75945a3d578SAndy Shevchenko
76045a3d578SAndy Shevchenkoconfig XO1_RFKILL
76145a3d578SAndy Shevchenko	tristate "OLPC XO-1 software RF kill switch"
76245a3d578SAndy Shevchenko	depends on OLPC || COMPILE_TEST
76345a3d578SAndy Shevchenko	depends on RFKILL
764a7f7f624SMasahiro Yamada	help
76545a3d578SAndy Shevchenko	  Support for enabling/disabling the WLAN interface on the OLPC XO-1
76645a3d578SAndy Shevchenko	  laptop.
76745a3d578SAndy Shevchenko
76845a3d578SAndy Shevchenkoconfig PCENGINES_APU2
76945a3d578SAndy Shevchenko	tristate "PC Engines APUv2/3 front button and LEDs driver"
77045a3d578SAndy Shevchenko	depends on INPUT && INPUT_KEYBOARD && GPIOLIB
77145a3d578SAndy Shevchenko	depends on LEDS_CLASS
77245a3d578SAndy Shevchenko	select GPIO_AMD_FCH
77345a3d578SAndy Shevchenko	select KEYBOARD_GPIO_POLLED
77445a3d578SAndy Shevchenko	select LEDS_GPIO
77545a3d578SAndy Shevchenko	help
77645a3d578SAndy Shevchenko	  This driver provides support for the front button and LEDs on
77745a3d578SAndy Shevchenko	  PC Engines APUv2/APUv3 board.
77845a3d578SAndy Shevchenko
77945a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
78045a3d578SAndy Shevchenko	  will be called pcengines-apuv2.
78145a3d578SAndy Shevchenko
78286af1d02SSantosh Kumar Yadavconfig BARCO_P50_GPIO
78386af1d02SSantosh Kumar Yadav	tristate "Barco P50 GPIO driver for identify LED/button"
78486af1d02SSantosh Kumar Yadav	depends on GPIOLIB
78586af1d02SSantosh Kumar Yadav	help
78686af1d02SSantosh Kumar Yadav	  This driver provides access to the GPIOs for the identify button
78786af1d02SSantosh Kumar Yadav	  and led present on Barco P50 board.
78886af1d02SSantosh Kumar Yadav
78986af1d02SSantosh Kumar Yadav	  To compile this driver as a module, choose M here: the module
79086af1d02SSantosh Kumar Yadav	  will be called barco-p50-gpio.
79186af1d02SSantosh Kumar Yadav
79256f529ceSJoshua Grishamconfig SAMSUNG_GALAXYBOOK
79356f529ceSJoshua Grisham	tristate "Samsung Galaxy Book driver"
79456f529ceSJoshua Grisham	depends on ACPI
79556f529ceSJoshua Grisham	depends on ACPI_BATTERY
79656f529ceSJoshua Grisham	depends on INPUT
79756f529ceSJoshua Grisham	depends on LEDS_CLASS
79856f529ceSJoshua Grisham	depends on SERIO_I8042
79956f529ceSJoshua Grisham	select ACPI_PLATFORM_PROFILE
80056f529ceSJoshua Grisham	select FW_ATTR_CLASS
80156f529ceSJoshua Grisham	help
80256f529ceSJoshua Grisham	  This is a driver for Samsung Galaxy Book series notebooks. It adds
80356f529ceSJoshua Grisham	  support for the keyboard backlight control, performance mode control,
80456f529ceSJoshua Grisham	  function keys, and various firmware attributes.
80556f529ceSJoshua Grisham
80656f529ceSJoshua Grisham	  For more information about this driver, see
80756f529ceSJoshua Grisham	  <file:Documentation/admin-guide/laptops/samsung-galaxybook.rst>.
80856f529ceSJoshua Grisham
80945a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP
81045a3d578SAndy Shevchenko	tristate "Samsung Laptop driver"
81145a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
81245a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
81345a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
814bf8f65daSGuillaume Douézan-Grard	select LEDS_CLASS
815bf8f65daSGuillaume Douézan-Grard	select NEW_LEDS
816a7f7f624SMasahiro Yamada	help
81745a3d578SAndy Shevchenko	  This module implements a driver for a wide range of different
81845a3d578SAndy Shevchenko	  Samsung laptops.  It offers control over the different
81945a3d578SAndy Shevchenko	  function keys, wireless LED, LCD backlight level.
8209caeb532SHerton Ronaldo Krzesinski
82145a3d578SAndy Shevchenko	  It may also provide some sysfs files described in
82245a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop>
82345a3d578SAndy Shevchenko
82445a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
82545a3d578SAndy Shevchenko	  will be called samsung-laptop.
82645a3d578SAndy Shevchenko
82745a3d578SAndy Shevchenkoconfig SAMSUNG_Q10
82845a3d578SAndy Shevchenko	tristate "Samsung Q10 Extras"
829a6021aa2SArnd Bergmann	depends on ACPI_EC
83045a3d578SAndy Shevchenko	select BACKLIGHT_CLASS_DEVICE
831a7f7f624SMasahiro Yamada	help
83245a3d578SAndy Shevchenko	  This driver provides support for backlight control on Samsung Q10
83345a3d578SAndy Shevchenko	  and related laptops, including Dell Latitude X200.
8349caeb532SHerton Ronaldo Krzesinski
835b4f9fe12SLen Brownconfig ACPI_TOSHIBA
836b4f9fe12SLen Brown	tristate "Toshiba Laptop Extras"
837a6021aa2SArnd Bergmann	depends on ACPI_EC
8388ef5db9eSArvid Norlander	depends on ACPI_BATTERY
839f11f999eSSeth Forshee	depends on ACPI_WMI
8400c51a4d8SMark Brown	select LEDS_CLASS
8410c51a4d8SMark Brown	select NEW_LEDS
842c76a3e1dSJonathan Corbet	depends on BACKLIGHT_CLASS_DEVICE
843b4f9fe12SLen Brown	depends on INPUT
844283672e4SSeth Forshee	depends on SERIO_I8042 || SERIO_I8042 = n
845358d6a2cSHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
846c727ba4cSArvid Norlander	depends on HWMON || HWMON = n
847dc4522beSAzael Avalos	depends on RFKILL || RFKILL = n
84898010f1eSAzael Avalos	depends on IIO
849384a7cd9SDmitry Torokhov	select INPUT_SPARSEKMAP
850a7f7f624SMasahiro Yamada	help
851b4f9fe12SLen Brown	  This driver adds support for access to certain system settings
852b4f9fe12SLen Brown	  on "legacy free" Toshiba laptops.  These laptops can be recognized by
853b4f9fe12SLen Brown	  their lack of a BIOS setup menu and APM support.
854b4f9fe12SLen Brown
855b4f9fe12SLen Brown	  On these machines, all system configuration is handled through the
856b4f9fe12SLen Brown	  ACPI.  This driver is required for access to controls not covered
857b4f9fe12SLen Brown	  by the general ACPI drivers, such as LCD brightness, video output,
858b4f9fe12SLen Brown	  etc.
859b4f9fe12SLen Brown
860b4f9fe12SLen Brown	  This driver differs from the non-ACPI Toshiba laptop driver (located
861b4f9fe12SLen Brown	  under "Processor type and features") in several aspects.
862b4f9fe12SLen Brown	  Configuration is accessed by reading and writing text files in the
863b4f9fe12SLen Brown	  /proc tree instead of by program interface to /dev.  Furthermore, no
864b4f9fe12SLen Brown	  power management functions are exposed, as those are handled by the
865b4f9fe12SLen Brown	  general ACPI drivers.
866b4f9fe12SLen Brown
867b4f9fe12SLen Brown	  More information about this driver is available at
868b4f9fe12SLen Brown	  <http://memebeam.org/toys/ToshibaAcpiDriver>.
869b4f9fe12SLen Brown
870b4f9fe12SLen Brown	  If you have a legacy free Toshiba laptop (such as the Libretto L1
871b4f9fe12SLen Brown	  series), say Y.
87242b4e9eeSJes Sorensen
87342b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL
87442b4e9eeSJes Sorensen	tristate "Toshiba Bluetooth RFKill switch support"
87542b4e9eeSJes Sorensen	depends on ACPI
8767ee8cd33SAzael Avalos	depends on RFKILL || RFKILL = n
877a7f7f624SMasahiro Yamada	help
87842b4e9eeSJes Sorensen	  This driver adds support for Bluetooth events for the RFKill
87942b4e9eeSJes Sorensen	  switch on modern Toshiba laptops with full ACPI support and
88042b4e9eeSJes Sorensen	  an RFKill switch.
88142b4e9eeSJes Sorensen
88242b4e9eeSJes Sorensen	  This driver handles RFKill events for the TOS6205 Bluetooth,
88342b4e9eeSJes Sorensen	  and re-enables it when the switch is set back to the 'on'
88442b4e9eeSJes Sorensen	  position.
88542b4e9eeSJes Sorensen
88642b4e9eeSJes Sorensen	  If you have a modern Toshiba laptop with a Bluetooth and an
88742b4e9eeSJes Sorensen	  RFKill switch (such as the Portege R500), say Y.
888529aa8cbSThadeu Lima de Souza Cascardo
889186e4e89SAzael Avalosconfig TOSHIBA_HAPS
890186e4e89SAzael Avalos	tristate "Toshiba HDD Active Protection Sensor"
891186e4e89SAzael Avalos	depends on ACPI
892a7f7f624SMasahiro Yamada	help
893186e4e89SAzael Avalos	  This driver adds support for the built-in accelerometer
894769a12a9SMasanari Iida	  found on recent Toshiba laptops equipped with HID TOS620A
895186e4e89SAzael Avalos	  device.
896186e4e89SAzael Avalos
897186e4e89SAzael Avalos	  This driver receives ACPI notify events 0x80 when the sensor
898186e4e89SAzael Avalos	  detects a sudden move or a harsh vibration, as well as an
899186e4e89SAzael Avalos	  ACPI notify event 0x81 whenever the movement or vibration has
900186e4e89SAzael Avalos	  been stabilized.
901186e4e89SAzael Avalos
902186e4e89SAzael Avalos	  Also provides sysfs entries to get/set the desired protection
903769a12a9SMasanari Iida	  level and resetting the HDD protection interface.
904186e4e89SAzael Avalos
905186e4e89SAzael Avalos	  If you have a recent Toshiba laptop with a built-in accelerometer
906186e4e89SAzael Avalos	  device, say Y.
907186e4e89SAzael Avalos
90814991fc7SAzael Avalosconfig TOSHIBA_WMI
90914991fc7SAzael Avalos	tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)"
91014991fc7SAzael Avalos	depends on ACPI_WMI
91114991fc7SAzael Avalos	depends on INPUT
91214991fc7SAzael Avalos	select INPUT_SPARSEKMAP
913a7f7f624SMasahiro Yamada	help
91414991fc7SAzael Avalos	  This driver adds hotkey monitoring support to some Toshiba models
91514991fc7SAzael Avalos	  that manage the hotkeys via WMI events.
91614991fc7SAzael Avalos
91714991fc7SAzael Avalos	  WARNING: This driver is incomplete as it lacks a proper keymap and the
91814991fc7SAzael Avalos	  *notify function only prints the ACPI event type value. Be warned that
91914991fc7SAzael Avalos	  you will need to provide some information if you have a Toshiba model
92083fc61a5SMasanari Iida	  with WMI event hotkeys and want to help with the development of this
92114991fc7SAzael Avalos	  driver.
92214991fc7SAzael Avalos
92314991fc7SAzael Avalos	  If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.
92414991fc7SAzael Avalos
925529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC
926529aa8cbSThadeu Lima de Souza Cascardo	tristate "CMPC Laptop Extras"
9274f258cf4SRandy Dunlap	depends on ACPI && INPUT
928f35843edSThadeu Lima de Souza Cascardo	depends on RFKILL || RFKILL=n
929529aa8cbSThadeu Lima de Souza Cascardo	select BACKLIGHT_CLASS_DEVICE
930529aa8cbSThadeu Lima de Souza Cascardo	help
931529aa8cbSThadeu Lima de Souza Cascardo	  Support for Intel Classmate PC ACPI devices, including some
932529aa8cbSThadeu Lima de Souza Cascardo	  keys as input device, backlight device, tablet and accelerometer
933529aa8cbSThadeu Lima de Souza Cascardo	  devices.
934529aa8cbSThadeu Lima de Souza Cascardo
93545a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP
93645a3d578SAndy Shevchenko	tristate "Compal (and others) Laptop Extras"
937a6021aa2SArnd Bergmann	depends on ACPI_EC
93845a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
93945a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
94045a3d578SAndy Shevchenko	depends on RFKILL
94145a3d578SAndy Shevchenko	depends on HWMON
94245a3d578SAndy Shevchenko	depends on POWER_SUPPLY
943a7f7f624SMasahiro Yamada	help
94445a3d578SAndy Shevchenko	  This is a driver for laptops built by Compal, and some models by
94545a3d578SAndy Shevchenko	  other brands (e.g. Dell, Toshiba).
9461cd706dfSHans de Goede
94745a3d578SAndy Shevchenko	  It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
94845a3d578SAndy Shevchenko	  and battery charging level control.
949d740795dSYauhen Kharuzhy
95045a3d578SAndy Shevchenkoconfig LG_LAPTOP
95145a3d578SAndy Shevchenko	tristate "LG Laptop Extras"
95245a3d578SAndy Shevchenko	depends on ACPI
95307f5ed0eSMatan Ziv-Av	depends on ACPI_BATTERY
95445a3d578SAndy Shevchenko	depends on ACPI_WMI
95545a3d578SAndy Shevchenko	depends on INPUT
95645a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
9578f0c01e6SNecip Fazil Yildiran	select NEW_LEDS
95845a3d578SAndy Shevchenko	select LEDS_CLASS
95945a3d578SAndy Shevchenko	help
96045a3d578SAndy Shevchenko	 This driver adds support for hotkeys as well as control of keyboard
96145a3d578SAndy Shevchenko	 backlight, battery maximum charge level and various other ACPI
96245a3d578SAndy Shevchenko	 features.
9631cd706dfSHans de Goede
96445a3d578SAndy Shevchenko	 If you have an LG Gram laptop, say Y or M here.
965d740795dSYauhen Kharuzhy
96645a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP
96745a3d578SAndy Shevchenko	tristate "Panasonic Laptop Extras"
96845a3d578SAndy Shevchenko	depends on INPUT && ACPI
96945a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
970027f8845SHans de Goede	depends on ACPI_VIDEO=n || ACPI_VIDEO
9715e24e1ecSHans de Goede	depends on SERIO_I8042 || SERIO_I8042 = n
97245a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
973a7f7f624SMasahiro Yamada	help
97445a3d578SAndy Shevchenko	  This driver adds support for access to backlight control and hotkeys
97545a3d578SAndy Shevchenko	  on Panasonic Let's Note laptops.
97663dada87SHans de Goede
97745a3d578SAndy Shevchenko	  If you have a Panasonic Let's note laptop (such as the R1(N variant),
97845a3d578SAndy Shevchenko	  R2, R3, R5, T2, W2 and Y2 series), say Y.
97963dada87SHans de Goede
98045a3d578SAndy Shevchenkoconfig SONY_LAPTOP
98145a3d578SAndy Shevchenko	tristate "Sony Laptop Extras"
982a6021aa2SArnd Bergmann	depends on ACPI_EC
98345a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
98445a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
98545a3d578SAndy Shevchenko	depends on INPUT
98645a3d578SAndy Shevchenko	depends on RFKILL
987a7f7f624SMasahiro Yamada	help
98845a3d578SAndy Shevchenko	  This mini-driver drives the SNC and SPIC devices present in the ACPI
98945a3d578SAndy Shevchenko	  BIOS of the Sony Vaio laptops.
99063dada87SHans de Goede
99145a3d578SAndy Shevchenko	  It gives access to some extra laptop functionalities like Bluetooth,
99245a3d578SAndy Shevchenko	  screen brightness control, Fn keys and allows powering on/off some
99345a3d578SAndy Shevchenko	  devices.
99445a3d578SAndy Shevchenko
99545a3d578SAndy Shevchenko	  Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information.
99645a3d578SAndy Shevchenko
99745a3d578SAndy Shevchenkoconfig SONYPI_COMPAT
99845a3d578SAndy Shevchenko	bool "Sonypi compatibility"
99945a3d578SAndy Shevchenko	depends on SONY_LAPTOP
1000a7f7f624SMasahiro Yamada	help
100145a3d578SAndy Shevchenko	  Build the sonypi driver compatibility code into the sony-laptop driver.
100245a3d578SAndy Shevchenko
100345a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI
100445a3d578SAndy Shevchenko	tristate "System76 ACPI Driver"
1005a6021aa2SArnd Bergmann	depends on ACPI_EC
1006fc3341b4SArnd Bergmann	depends on ACPI_BATTERY
1007fc3341b4SArnd Bergmann	depends on HWMON
1008fc3341b4SArnd Bergmann	depends on INPUT
100945a3d578SAndy Shevchenko	select NEW_LEDS
101045a3d578SAndy Shevchenko	select LEDS_CLASS
101145a3d578SAndy Shevchenko	select LEDS_TRIGGERS
101245a3d578SAndy Shevchenko	help
101345a3d578SAndy Shevchenko	  This is a driver for System76 laptops running open firmware. It adds
101445a3d578SAndy Shevchenko	  support for Fn-Fx key combinations, keyboard backlight, and airplane mode
101545a3d578SAndy Shevchenko	  LEDs.
101645a3d578SAndy Shevchenko
101745a3d578SAndy Shevchenko	  If you have a System76 laptop running open firmware, say Y or M here.
101845a3d578SAndy Shevchenko
101945a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP
102045a3d578SAndy Shevchenko	tristate "Topstar Laptop Extras"
1021ecc83e52SAlex Hung	depends on ACPI
1022ecc83e52SAlex Hung	depends on INPUT
1023ecc83e52SAlex Hung	select INPUT_SPARSEKMAP
102445a3d578SAndy Shevchenko	select LEDS_CLASS
102545a3d578SAndy Shevchenko	select NEW_LEDS
1026a7f7f624SMasahiro Yamada	help
102745a3d578SAndy Shevchenko	  This driver adds support for hotkeys found on Topstar laptops.
10289a58a333SSreedhara DS
102945a3d578SAndy Shevchenko	  If you have a Topstar laptop, say Y or M here.
10305369c02dSSreedhara DS
10315e63b2eaSLucas Tanureconfig SERIAL_MULTI_INSTANTIATE
10325e63b2eaSLucas Tanure	tristate "Serial bus multi instantiate pseudo device driver"
10333900c6abSRichard Fitzgerald	depends on ACPI
10343900c6abSRichard Fitzgerald	depends on (I2C && !SPI) || (!I2C && SPI) || (I2C && SPI)
10358eec8a11SHong Liu	help
10365e63b2eaSLucas Tanure	  Some ACPI-based systems list multiple devices in a single ACPI
10375e63b2eaSLucas Tanure	  firmware-node. This driver will instantiate separate clients
103845a3d578SAndy Shevchenko	  for each device in the firmware-node.
10398eec8a11SHong Liu
104045a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
10415e63b2eaSLucas Tanure	  will be called serial-multi-instantiate.
10428eec8a11SHong Liu
104345a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI
104445a3d578SAndy Shevchenko	bool "DMI based touchscreen configuration info"
104545a3d578SAndy Shevchenko	depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
1046dba43fc4SLinus Torvalds	select EFI_EMBEDDED_FIRMWARE if EFI
1047a7f7f624SMasahiro Yamada	help
104845a3d578SAndy Shevchenko	  Certain ACPI based tablets with e.g. Silead or Chipone touchscreens
104945a3d578SAndy Shevchenko	  do not have enough data in ACPI tables for the touchscreen driver to
105045a3d578SAndy Shevchenko	  handle the touchscreen properly, as OEMs expect the data to be baked
105145a3d578SAndy Shevchenko	  into the tablet model specific version of the driver shipped with the
105245a3d578SAndy Shevchenko	  the OS-image for the device. This option supplies the missing info.
105345a3d578SAndy Shevchenko	  Enable this for x86 tablets with Silead or Chipone touchscreens.
1054aa7ffc01SJesse Barnes
105594ace9edSAi Chaoconfig INSPUR_PLATFORM_PROFILE
105694ace9edSAi Chao	tristate "Inspur WMI platform profile driver"
105794ace9edSAi Chao	depends on ACPI_WMI
105894ace9edSAi Chao	select ACPI_PLATFORM_PROFILE
105994ace9edSAi Chao	help
106094ace9edSAi Chao	This will allow users to determine and control the platform modes
106194ace9edSAi Chao	between low-power, balanced and performance modes.
106294ace9edSAi Chao
106394ace9edSAi Chao	To compile this driver as a module, choose M here: the module
106494ace9edSAi Chao	will be called inspur-platform-profile.
106594ace9edSAi Chao
1066fe7af611SAi Chaoconfig LENOVO_WMI_CAMERA
1067fe7af611SAi Chao	tristate "Lenovo WMI Camera Button driver"
1068fe7af611SAi Chao	depends on ACPI_WMI
1069fe7af611SAi Chao	depends on INPUT
1070fe7af611SAi Chao	help
1071fe7af611SAi Chao	  This driver provides support for Lenovo camera button. The Camera
1072fe7af611SAi Chao	  button is a GPIO device. This driver receives ACPI notifications when
1073fe7af611SAi Chao	  the camera button is switched on/off.
1074fe7af611SAi Chao
1075fe7af611SAi Chao	  To compile this driver as a module, choose M here: the module
1076fe7af611SAi Chao	  will be called lenovo-wmi-camera.
1077fe7af611SAi Chao
1078841bceb5SMichał Kopećconfig DASHARO_ACPI
1079841bceb5SMichał Kopeć	tristate "Dasharo ACPI Platform Driver"
1080841bceb5SMichał Kopeć	depends on ACPI
1081841bceb5SMichał Kopeć	depends on HWMON
1082841bceb5SMichał Kopeć	help
1083841bceb5SMichał Kopeć	  This driver provides HWMON support for devices running Dasharo
1084841bceb5SMichał Kopeć	  firmware.
1085841bceb5SMichał Kopeć
1086841bceb5SMichał Kopeć	  If you have a device with Dasharo firmware, choose Y or M here.
1087841bceb5SMichał Kopeć
1088afdcb535SHans de Goedesource "drivers/platform/x86/x86-android-tablets/Kconfig"
108955fa3c96SHans de Goede
109017b707feSMark Pearsonconfig FW_ATTR_CLASS
109117b707feSMark Pearson	tristate
109217b707feSMark Pearson
109328a375dfSBryan O'Donoghueconfig INTEL_IMR
109428a375dfSBryan O'Donoghue	bool "Intel Isolated Memory Region support"
109528a375dfSBryan O'Donoghue	depends on X86_INTEL_QUARK && IOSF_MBI
1096a7f7f624SMasahiro Yamada	help
109728a375dfSBryan O'Donoghue	  This option provides a means to manipulate Isolated Memory Regions.
109828a375dfSBryan O'Donoghue	  IMRs are a set of registers that define read and write access masks
109928a375dfSBryan O'Donoghue	  to prohibit certain system agents from accessing memory with 1 KiB
110028a375dfSBryan O'Donoghue	  granularity.
110128a375dfSBryan O'Donoghue
110228a375dfSBryan O'Donoghue	  IMRs make it possible to control read/write access to an address
110328a375dfSBryan O'Donoghue	  by hardware agents inside the SoC. Read and write masks can be
110428a375dfSBryan O'Donoghue	  defined for:
110528a375dfSBryan O'Donoghue		- eSRAM flush
110628a375dfSBryan O'Donoghue		- Dirty CPU snoop (write only)
110728a375dfSBryan O'Donoghue		- RMU access
110828a375dfSBryan O'Donoghue		- PCI Virtual Channel 0/Virtual Channel 1
110928a375dfSBryan O'Donoghue		- SMM mode
111028a375dfSBryan O'Donoghue		- Non SMM mode
111128a375dfSBryan O'Donoghue
111228a375dfSBryan O'Donoghue	  Quark contains a set of eight IMR registers and makes use of those
111328a375dfSBryan O'Donoghue	  registers during its bootup process.
111428a375dfSBryan O'Donoghue
111528a375dfSBryan O'Donoghue	  If you are running on a Galileo/Quark say Y here.
111628a375dfSBryan O'Donoghue
111745a3d578SAndy Shevchenkoconfig INTEL_IPS
111845a3d578SAndy Shevchenko	tristate "Intel Intelligent Power Sharing"
11197934d76cSSinan Kaya	depends on ACPI && PCI
1120a7f7f624SMasahiro Yamada	help
112145a3d578SAndy Shevchenko	  Intel Calpella platforms support dynamic power sharing between the
112245a3d578SAndy Shevchenko	  CPU and GPU, maximizing performance in a given TDP.  This driver,
112345a3d578SAndy Shevchenko	  along with the CPU frequency and i915 drivers, provides that
112445a3d578SAndy Shevchenko	  functionality.  If in doubt, say Y here; it will only load on
112545a3d578SAndy Shevchenko	  supported platforms.
1126917ee75aSSeth Forshee
112745a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC
112854b34aa0SMika Westerberg	bool
112954b34aa0SMika Westerberg
113054b34aa0SMika Westerbergconfig INTEL_SCU
113154b34aa0SMika Westerberg	bool
113254b34aa0SMika Westerberg	select INTEL_SCU_IPC
113354b34aa0SMika Westerberg
113454b34aa0SMika Westerbergconfig INTEL_SCU_PCI
113554b34aa0SMika Westerberg	bool "Intel SCU PCI driver"
1136b8da68f4SMika Westerberg	depends on PCI
113754b34aa0SMika Westerberg	select INTEL_SCU
113854b34aa0SMika Westerberg	help
113954b34aa0SMika Westerberg	  This driver is used to bridge the communications between kernel
114054b34aa0SMika Westerberg	  and SCU on some embedded Intel x86 platforms. It also creates
1141b8da68f4SMika Westerberg	  devices that are connected to the SoC through the SCU.
1142b8da68f4SMika Westerberg	  Platforms supported:
1143b8da68f4SMika Westerberg	    Medfield
1144b8da68f4SMika Westerberg	    Clovertrail
1145b8da68f4SMika Westerberg	    Merrifield
1146b8da68f4SMika Westerberg	    Broxton
1147b8da68f4SMika Westerberg	    Apollo Lake
114845a3d578SAndy Shevchenko
11497a61f05eSMika Westerbergconfig INTEL_SCU_PLATFORM
11507a61f05eSMika Westerberg	tristate "Intel SCU platform driver"
11517a61f05eSMika Westerberg	depends on ACPI
11527a61f05eSMika Westerberg	select INTEL_SCU
11537a61f05eSMika Westerberg	help
11547a61f05eSMika Westerberg	  This driver is used to bridge the communications between kernel
11557a61f05eSMika Westerberg	  and SCU (sometimes called PMC as well). The driver currently
11567a61f05eSMika Westerberg	  supports Intel Elkhart Lake and compatible platforms.
11577a61f05eSMika Westerberg
115818365d68SAndy Shevchenkoconfig INTEL_SCU_WDT
115918365d68SAndy Shevchenko	bool
116018365d68SAndy Shevchenko	default INTEL_SCU_PCI
116118365d68SAndy Shevchenko	depends on INTEL_MID_WATCHDOG
116218365d68SAndy Shevchenko	help
116318365d68SAndy Shevchenko	  This is a specific platform code to instantiate watchdog device
116418365d68SAndy Shevchenko	  on ACPI-based Intel MID platforms.
116518365d68SAndy Shevchenko
116645a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL
116745a3d578SAndy Shevchenko	tristate "Intel SCU IPC utility driver"
116854b34aa0SMika Westerberg	depends on INTEL_SCU
1169a7f7f624SMasahiro Yamada	help
117045a3d578SAndy Shevchenko	  The IPC Util driver provides an interface with the SCU enabling
117145a3d578SAndy Shevchenko	  low level access for debug work and updating the firmware. Say
117245a3d578SAndy Shevchenko	  N unless you will be doing this on an Intel MID platform.
117345a3d578SAndy Shevchenko
11749bc289b8SHenning Schildsource "drivers/platform/x86/siemens/Kconfig"
1175917f5434SHenning Schild
1176d9cd21d4SHenry Shiconfig SILICOM_PLATFORM
1177d9cd21d4SHenry Shi	tristate "Silicom Edge Networking device support"
1178d9cd21d4SHenry Shi	depends on HWMON
1179d9cd21d4SHenry Shi	depends on GPIOLIB
1180d9cd21d4SHenry Shi	depends on LEDS_CLASS_MULTICOLOR
1181d9cd21d4SHenry Shi	help
1182d9cd21d4SHenry Shi	  This option enables support for the LEDs/GPIO/etc downstream of the
1183d9cd21d4SHenry Shi	  embedded controller on Silicom "Cordoba" hardware and derivatives.
1184d9cd21d4SHenry Shi
1185d9cd21d4SHenry Shi	  This platform driver provides support for various functions via
1186d9cd21d4SHenry Shi	  the Linux LED framework, GPIO framework, Hardware Monitoring (HWMON)
1187d9cd21d4SHenry Shi	  and device attributes.
1188d9cd21d4SHenry Shi
1189d9cd21d4SHenry Shi	  If you have a Silicom network appliance, say Y or M here.
1190d9cd21d4SHenry Shi
119134354476SDaniel Beerconfig WINMATE_FM07_KEYS
119234354476SDaniel Beer	tristate "Winmate FM07/FM07P front-panel keys driver"
119334354476SDaniel Beer	depends on INPUT
119434354476SDaniel Beer	help
119534354476SDaniel Beer	  Winmate FM07 and FM07P in-vehicle computers have a row of five
119634354476SDaniel Beer	  buttons below the display. This module adds an input device
119734354476SDaniel Beer	  that delivers key events when these buttons are pressed.
119834354476SDaniel Beer
119981ad5695SRobert Joslynconfig SEL3350_PLATFORM
120081ad5695SRobert Joslyn	tristate "SEL-3350 LEDs and power supplies"
120181ad5695SRobert Joslyn	depends on ACPI
120281ad5695SRobert Joslyn	depends on GPIOLIB
120381ad5695SRobert Joslyn	depends on PINCTRL_BROXTON
120481ad5695SRobert Joslyn	select POWER_SUPPLY
120581ad5695SRobert Joslyn	select NEW_LEDS
120681ad5695SRobert Joslyn	select LEDS_CLASS
120781ad5695SRobert Joslyn	select LEDS_GPIO
120881ad5695SRobert Joslyn	help
120981ad5695SRobert Joslyn	  Support for LEDs and power supplies on SEL-3350 computers.
121081ad5695SRobert Joslyn
121181ad5695SRobert Joslyn	  To compile this driver as a module, choose M here: the module
121281ad5695SRobert Joslyn	  will be called sel3350-platform.
121381ad5695SRobert Joslyn
12143012bb39SAntheas Kapenekakisconfig OXP_EC
12153012bb39SAntheas Kapenekakis	tristate "OneXPlayer EC platform control"
12163012bb39SAntheas Kapenekakis	depends on ACPI_EC
12179230b3b8SAntheas Kapenekakis	depends on ACPI_BATTERY
12183012bb39SAntheas Kapenekakis	depends on HWMON
12193012bb39SAntheas Kapenekakis	depends on X86
12203012bb39SAntheas Kapenekakis	help
12213012bb39SAntheas Kapenekakis		Enables support for the platform EC of OneXPlayer and AOKZOE
12223012bb39SAntheas Kapenekakis		handheld devices. This includes fan speed, fan controls, and
12233012bb39SAntheas Kapenekakis		disabling the default TDP behavior of the device. Due to legacy
12243012bb39SAntheas Kapenekakis		reasons, this driver also provides hwmon functionality to Ayaneo
12253012bb39SAntheas Kapenekakis		devices and the OrangePi Neo.
12263012bb39SAntheas Kapenekakis
1227*cfd84b3fSWerner Sembachsource "drivers/platform/x86/tuxedo/Kconfig"
1228*cfd84b3fSWerner Sembach
122941b16dceSLen Brownendif # X86_PLATFORM_DEVICES
123042d0d423SAndy Shevchenko
123142d0d423SAndy Shevchenkoconfig P2SB
1232b9e6cbf9SAndy Shevchenko	bool
123342d0d423SAndy Shevchenko	depends on PCI && X86
123442d0d423SAndy Shevchenko	help
123542d0d423SAndy Shevchenko	  The Primary to Sideband (P2SB) bridge is an interface to some
123642d0d423SAndy Shevchenko	  PCI devices connected through it. In particular, SPI NOR controller
123742d0d423SAndy Shevchenko	  in Intel Apollo Lake SoC is one of such devices.
123842d0d423SAndy Shevchenko
123942d0d423SAndy Shevchenko	  The main purpose of this library is to unhide P2SB device in case
124042d0d423SAndy Shevchenko	  firmware kept it hidden on some platforms in order to access devices
124142d0d423SAndy Shevchenko	  behind it.
1242