xref: /linux/drivers/platform/x86/Kconfig (revision 651b57dd40871d4d0d61fb291e7f26e2b8bd69b1)
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
123e86435ebSPeter Feuererconfig ACERHDF
124e86435ebSPeter Feuerer	tristate "Acer Aspire One temperature and fan driver"
125a6021aa2SArnd Bergmann	depends on ACPI_EC && THERMAL
12648c8dd64SPeter Feuerer	select THERMAL_GOV_BANG_BANG
127a7f7f624SMasahiro Yamada	help
128e86435ebSPeter Feuerer	  This is a driver for Acer Aspire One netbooks. It allows to access
129e86435ebSPeter Feuerer	  the temperature sensor and to control the fan.
130e86435ebSPeter Feuerer
131e86435ebSPeter Feuerer	  After loading this driver the BIOS is still in control of the fan.
132e86435ebSPeter Feuerer	  To let the kernel handle the fan, do:
13314c20688SPaul Gortmaker	  echo -n enabled > /sys/class/thermal/thermal_zoneN/mode
13414c20688SPaul Gortmaker	  where N=0,1,2... depending on the number of thermal nodes and the
13514c20688SPaul Gortmaker	  detection order of your particular system.  The "type" parameter
13614c20688SPaul Gortmaker	  in the same node directory will tell you if it is "acerhdf".
137e86435ebSPeter Feuerer
138e86435ebSPeter Feuerer	  For more information about this driver see
13978d15eeaSAlexander A. Klimov	  <https://piie.net/files/acerhdf_README.txt>
140e86435ebSPeter Feuerer
141e86435ebSPeter Feuerer	  If you have an Acer Aspire One netbook, say Y or M
142e86435ebSPeter Feuerer	  here.
143e86435ebSPeter Feuerer
14445a3d578SAndy Shevchenkoconfig ACER_WIRELESS
14545a3d578SAndy Shevchenko        tristate "Acer Wireless Radio Control Driver"
146a46ad0f1SMario Limonciello        depends on ACPI
14745a3d578SAndy Shevchenko        depends on INPUT
148a7f7f624SMasahiro Yamada	help
14945a3d578SAndy Shevchenko          The Acer Wireless Radio Control handles the airplane mode hotkey
15045a3d578SAndy Shevchenko          present on new Acer laptops.
15145a3d578SAndy Shevchenko
15245a3d578SAndy Shevchenko          Say Y or M here if you have an Acer notebook with an airplane mode
15345a3d578SAndy Shevchenko          hotkey.
15445a3d578SAndy Shevchenko
15545a3d578SAndy Shevchenko          If you choose to compile this driver as a module the module will be
15645a3d578SAndy Shevchenko          called acer-wireless.
15745a3d578SAndy Shevchenko
15845a3d578SAndy Shevchenkoconfig ACER_WMI
15945a3d578SAndy Shevchenko	tristate "Acer WMI Laptop Extras"
16045a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
16145a3d578SAndy Shevchenko	depends on SERIO_I8042
16245a3d578SAndy Shevchenko	depends on INPUT
16345a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
164a6021aa2SArnd Bergmann	depends on ACPI_EC
16545a3d578SAndy Shevchenko	depends on ACPI_WMI
166c0ff2c39SSungHwan Jung	depends on ACPI_VIDEO || ACPI_VIDEO = n
167446dd8efSSungHwan Jung	depends on HWMON
16845a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
169349da8eeSHans de Goede	select LEDS_CLASS
170349da8eeSHans de Goede	select NEW_LEDS
1716bb5153dSSungHwan Jung	select ACPI_PLATFORM_PROFILE
172a7f7f624SMasahiro Yamada	help
17345a3d578SAndy Shevchenko	  This is a driver for newer Acer (and Wistron) laptops. It adds
17445a3d578SAndy Shevchenko	  wireless radio and bluetooth control, and on some laptops,
17545a3d578SAndy Shevchenko	  exposes the mail LED and LCD backlight.
17645a3d578SAndy Shevchenko
17745a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
17845a3d578SAndy Shevchenko	  here.
17945a3d578SAndy Shevchenko
180ef233eafSShyam Sundar S Ksource "drivers/platform/x86/amd/Kconfig"
18191f410aaSSuma Hegde
1823d904005SAndrea.Hoconfig ADV_SWBUTTON
1833d904005SAndrea.Ho	tristate "Advantech ACPI Software Button Driver"
1843d904005SAndrea.Ho	depends on ACPI && INPUT
1853d904005SAndrea.Ho	help
1863d904005SAndrea.Ho	  Say Y here to enable support for Advantech software defined
1873d904005SAndrea.Ho	  button feature. More information can be found at
1883d904005SAndrea.Ho	  <http://www.advantech.com.tw/products/>
1893d904005SAndrea.Ho
1903d904005SAndrea.Ho	  To compile this driver as a module, choose M here. The module will
1913d904005SAndrea.Ho	  be called adv_swbutton.
1923d904005SAndrea.Ho
19345a3d578SAndy Shevchenkoconfig APPLE_GMUX
19445a3d578SAndy Shevchenko	tristate "Apple Gmux Driver"
19545a3d578SAndy Shevchenko	depends on ACPI && PCI
19645a3d578SAndy Shevchenko	depends on PNP
19745a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
198a7f7f624SMasahiro Yamada	help
19945a3d578SAndy Shevchenko	  This driver provides support for the gmux device found on many
20045a3d578SAndy Shevchenko	  Apple laptops, which controls the display mux for the hybrid
20145a3d578SAndy Shevchenko	  graphics as well as the backlight. Currently only backlight
20245a3d578SAndy Shevchenko	  control is supported by the driver.
203a46ad0f1SMario Limonciello
20441b16dceSLen Brownconfig ASUS_LAPTOP
2056122af37SCorentin Chary	tristate "Asus Laptop Extras"
20641b16dceSLen Brown	depends on ACPI
207e73e2c62SCorentin Chary	select LEDS_CLASS
208e73e2c62SCorentin Chary	select NEW_LEDS
20914ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
21012d6f35bSCorentin Chary	depends on INPUT
21118e1311eSCorentin Chary	depends on RFKILL || RFKILL = n
21214ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
21366a71dd1SCorentin Chary	select INPUT_SPARSEKMAP
214a7f7f624SMasahiro Yamada	help
2158819de7fSAndy Ross	  This is a driver for Asus laptops, Lenovo SL and the Pegatron
2168819de7fSAndy Ross	  Lucid tablet. It may also support some MEDION, JVC or VICTOR
2178819de7fSAndy Ross	  laptops. It makes all the extra buttons generate standard
218b23910c2SAndy Ross	  ACPI events and input events, and on the Lucid the built-in
219b23910c2SAndy Ross	  accelerometer appears as an input device.  It also adds
220b23910c2SAndy Ross	  support for video output switching, LCD backlight control,
221b23910c2SAndy Ross	  Bluetooth and Wlan control, and most importantly, allows you
222b23910c2SAndy Ross	  to blink those fancy LEDs.
22341b16dceSLen Brown
2248819de7fSAndy Ross	  For more information see <http://acpi4asus.sf.net>.
22541b16dceSLen Brown
22641b16dceSLen Brown	  If you have an ACPI-compatible ASUS laptop, say Y or M here.
22741b16dceSLen Brown
22845a3d578SAndy Shevchenkoconfig ASUS_WIRELESS
22945a3d578SAndy Shevchenko	tristate "Asus Wireless Radio Control Driver"
23045a3d578SAndy Shevchenko	depends on ACPI
23145a3d578SAndy Shevchenko	depends on INPUT
23245a3d578SAndy Shevchenko	select NEW_LEDS
23345a3d578SAndy Shevchenko	select LEDS_CLASS
234a7f7f624SMasahiro Yamada	help
23545a3d578SAndy Shevchenko	  The Asus Wireless Radio Control handles the airplane mode hotkey
23645a3d578SAndy Shevchenko	  present on some Asus laptops.
23745a3d578SAndy Shevchenko
23845a3d578SAndy Shevchenko	  Say Y or M here if you have an ASUS notebook with an airplane mode
23945a3d578SAndy Shevchenko	  hotkey.
24045a3d578SAndy Shevchenko
24145a3d578SAndy Shevchenko	  If you choose to compile this driver as a module the module will be
24245a3d578SAndy Shevchenko	  called asus-wireless.
24345a3d578SAndy Shevchenko
24445a3d578SAndy Shevchenkoconfig ASUS_WMI
24545a3d578SAndy Shevchenko	tristate "ASUS WMI Driver"
24645a3d578SAndy Shevchenko	depends on ACPI_WMI
24745a3d578SAndy Shevchenko	depends on ACPI_BATTERY
24845a3d578SAndy Shevchenko	depends on INPUT
24945a3d578SAndy Shevchenko	depends on HWMON
25045a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
25145a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
25245a3d578SAndy Shevchenko	depends on HOTPLUG_PCI
25345a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
254b52cbca2SHans de Goede	depends on SERIO_I8042 || SERIO_I8042 = n
25545a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
25645a3d578SAndy Shevchenko	select LEDS_CLASS
25745a3d578SAndy Shevchenko	select NEW_LEDS
258c63d44aeSLuke D. Jones	select ACPI_PLATFORM_PROFILE
259a7f7f624SMasahiro Yamada	help
26045a3d578SAndy Shevchenko	  Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
26145a3d578SAndy Shevchenko	  Asus Notebooks).
26245a3d578SAndy Shevchenko
26345a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
26445a3d578SAndy Shevchenko	  be called asus-wmi.
26545a3d578SAndy Shevchenko
26645a3d578SAndy Shevchenkoconfig ASUS_NB_WMI
26745a3d578SAndy Shevchenko	tristate "Asus Notebook WMI Driver"
26845a3d578SAndy Shevchenko	depends on ASUS_WMI
269a7f7f624SMasahiro Yamada	help
27045a3d578SAndy Shevchenko	  This is a driver for newer Asus notebooks. It adds extra features
27145a3d578SAndy Shevchenko	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
27245a3d578SAndy Shevchenko
27345a3d578SAndy Shevchenko	  For more information, see
27445a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
27545a3d578SAndy Shevchenko
27645a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Asus Notebook, say Y or M
27745a3d578SAndy Shevchenko	  here.
27845a3d578SAndy Shevchenko
2790a6509b0SHans de Goedeconfig ASUS_TF103C_DOCK
2800a6509b0SHans de Goede	tristate "Asus TF103C 2-in-1 keyboard dock"
2810a6509b0SHans de Goede	depends on ACPI
2820a6509b0SHans de Goede	depends on I2C
2830a6509b0SHans de Goede	depends on INPUT
2840a6509b0SHans de Goede	depends on HID
2850a6509b0SHans de Goede	depends on GPIOLIB
2860a6509b0SHans de Goede	help
2870a6509b0SHans de Goede	  This is a driver for the keyboard, touchpad and USB port of the
2880a6509b0SHans de Goede	  keyboard dock for the Asus TF103C 2-in-1 tablet.
2890a6509b0SHans de Goede
2900a6509b0SHans de Goede	  This keyboard dock has its own I2C attached embedded controller
2910a6509b0SHans de Goede	  and the keyboard and touchpad are also connected over I2C,
2920a6509b0SHans de Goede	  instead of using the usual USB connection. This means that the
2930a6509b0SHans de Goede	  keyboard dock requires this special driver to function.
2940a6509b0SHans de Goede
2950a6509b0SHans de Goede	  If you have an Asus TF103C tablet say Y or M here, for a generic x86
2960a6509b0SHans de Goede	  distro config say M here.
2970a6509b0SHans de Goede
298636a1e69SChris Blakeconfig MERAKI_MX100
299636a1e69SChris Blake	tristate "Cisco Meraki MX100 Platform Driver"
300636a1e69SChris Blake	depends on GPIOLIB
301636a1e69SChris Blake	depends on GPIO_ICH
302636a1e69SChris Blake	depends on LEDS_CLASS
303636a1e69SChris Blake	select LEDS_GPIO
304636a1e69SChris Blake	help
305636a1e69SChris Blake	  This driver provides support for the front button and LEDs on
306636a1e69SChris Blake	  the Cisco Meraki MX100 (Tinkerbell) 1U appliance.
307636a1e69SChris Blake
308636a1e69SChris Blake	  To compile this driver as a module, choose M here: the module
309636a1e69SChris Blake	  will be called meraki-mx100.
310636a1e69SChris Blake
31145a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP
31245a3d578SAndy Shevchenko	tristate "Eee PC Hotkey Driver"
313a6021aa2SArnd Bergmann	depends on ACPI_EC
31445a3d578SAndy Shevchenko	depends on INPUT
31545a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
31645a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
31745a3d578SAndy Shevchenko	depends on HOTPLUG_PCI
31845a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
31945a3d578SAndy Shevchenko	select HWMON
32045a3d578SAndy Shevchenko	select LEDS_CLASS
32145a3d578SAndy Shevchenko	select NEW_LEDS
32245a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
323a7f7f624SMasahiro Yamada	help
32445a3d578SAndy Shevchenko	  This driver supports the Fn-Fx keys on Eee PC laptops.
32545a3d578SAndy Shevchenko
32645a3d578SAndy Shevchenko	  It  also gives access to some extra laptop functionalities like
32745a3d578SAndy Shevchenko	  Bluetooth, backlight and allows powering on/off some other
32845a3d578SAndy Shevchenko	  devices.
32945a3d578SAndy Shevchenko
33045a3d578SAndy Shevchenko	  If you have an Eee PC laptop, say Y or M here. If this driver
33145a3d578SAndy Shevchenko	  doesn't work on your Eee PC, try eeepc-wmi instead.
33245a3d578SAndy Shevchenko
33345a3d578SAndy Shevchenkoconfig EEEPC_WMI
33445a3d578SAndy Shevchenko	tristate "Eee PC WMI Driver"
33545a3d578SAndy Shevchenko	depends on ASUS_WMI
336a7f7f624SMasahiro Yamada	help
33745a3d578SAndy Shevchenko	  This is a driver for newer Eee PC laptops. It adds extra features
33845a3d578SAndy Shevchenko	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
33945a3d578SAndy Shevchenko
34045a3d578SAndy Shevchenko	  For more information, see
34145a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
34245a3d578SAndy Shevchenko
34345a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
34445a3d578SAndy Shevchenko	  here.
34545a3d578SAndy Shevchenko
346f1e1ea51SMario Limonciellosource "drivers/platform/x86/dell/Kconfig"
3477a3319c1SMichał Kępień
34845a3d578SAndy Shevchenkoconfig AMILO_RFKILL
34945a3d578SAndy Shevchenko	tristate "Fujitsu-Siemens Amilo rfkill support"
350817a5cdbSPali Rohár	depends on RFKILL
35145a3d578SAndy Shevchenko	depends on SERIO_I8042
352a7f7f624SMasahiro Yamada	help
35345a3d578SAndy Shevchenko	  This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
35445a3d578SAndy Shevchenko	  laptops.
355820787fcSColin Ian King
35641b16dceSLen Brownconfig FUJITSU_LAPTOP
35741b16dceSLen Brown	tristate "Fujitsu Laptop Extras"
35841b16dceSLen Brown	depends on ACPI
35941b16dceSLen Brown	depends on INPUT
36041b16dceSLen Brown	depends on BACKLIGHT_CLASS_DEVICE
36114c8a145SSzilard Fabian	depends on ACPI_BATTERY
36214ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
363f2252672SMichał Kępień	select INPUT_SPARSEKMAP
364afdd1ebbSNecip Fazil Yildiran	select NEW_LEDS
365d89bcc83SMichał Kępień	select LEDS_CLASS
366a7f7f624SMasahiro Yamada	help
36741b16dceSLen Brown	  This is a driver for laptops built by Fujitsu:
36841b16dceSLen Brown
36941b16dceSLen Brown	    * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
37041b16dceSLen Brown	    * Possibly other Fujitsu laptop models
37141b16dceSLen Brown	    * Tested with S6410 and S7020
37241b16dceSLen Brown
37341b16dceSLen Brown	  It adds support for LCD brightness control and some hotkeys.
37441b16dceSLen Brown
37541b16dceSLen Brown	  If you have a Fujitsu laptop, say Y or M here.
37641b16dceSLen Brown
3772d24c490SRobert Gerlachconfig FUJITSU_TABLET
3782d24c490SRobert Gerlach       tristate "Fujitsu Tablet Extras"
3792d24c490SRobert Gerlach       depends on ACPI
3802d24c490SRobert Gerlach       depends on INPUT
381a7f7f624SMasahiro Yamada	help
3822d24c490SRobert Gerlach         This is a driver for tablets built by Fujitsu:
3832d24c490SRobert Gerlach
3842d24c490SRobert Gerlach           * Lifebook P1510/P1610/P1620/Txxxx
3852d24c490SRobert Gerlach           * Stylistic ST5xxx
3862d24c490SRobert Gerlach           * Possibly other Fujitsu tablet models
3872d24c490SRobert Gerlach
3882d24c490SRobert Gerlach         It adds support for the panel buttons, docking station detection,
3892d24c490SRobert Gerlach         tablet/notebook mode detection for convertible and
3902d24c490SRobert Gerlach         orientation detection for docked slates.
3912d24c490SRobert Gerlach
3922d24c490SRobert Gerlach         If you have a Fujitsu convertible or slate, say Y or M here.
3932d24c490SRobert Gerlach
3941b46f17dSHans de Goedeconfig GPD_POCKET_FAN
3951b46f17dSHans de Goede	tristate "GPD Pocket Fan Controller support"
3961b46f17dSHans de Goede	depends on ACPI
3971b46f17dSHans de Goede	depends on THERMAL
398a7f7f624SMasahiro Yamada	help
3991b46f17dSHans de Goede	  Driver for the GPD Pocket vendor specific FAN02501 ACPI device
4001b46f17dSHans de Goede	  which controls the fan speed on the GPD Pocket.
4011b46f17dSHans de Goede
4021b46f17dSHans de Goede	  Without this driver the fan on the Pocket will stay off independent
4031b46f17dSHans de Goede	  of the CPU temperature. Say Y or M if the kernel may be used on a
4041b46f17dSHans de Goede	  GPD pocket.
4051b46f17dSHans de Goede
4066e9b8992SJorge Lopezsource "drivers/platform/x86/hp/Kconfig"
407efcfed9bSJean Delvare
408a558ea42SMario Limoncielloconfig WIRELESS_HOTKEY
409a558ea42SMario Limonciello	tristate "Wireless hotkey button"
41054290fa6SAlex Hung	depends on ACPI
41154290fa6SAlex Hung	depends on INPUT
41254290fa6SAlex Hung	help
413a558ea42SMario Limonciello	 This driver provides supports for the wireless buttons found on some AMD,
414a558ea42SMario Limonciello	 HP, & Xioami laptops.
41554290fa6SAlex Hung	 On such systems the driver should load automatically (via ACPI alias).
41654290fa6SAlex Hung
41754290fa6SAlex Hung	 To compile this driver as a module, choose M here: the module will
418a558ea42SMario Limonciello	 be called wireless-hotkey.
41954290fa6SAlex Hung
42045a3d578SAndy Shevchenkoconfig IBM_RTL
42145a3d578SAndy Shevchenko	tristate "Device driver to enable PRTL support"
42245a3d578SAndy Shevchenko	depends on PCI
423a7f7f624SMasahiro Yamada	help
42445a3d578SAndy Shevchenko	 Enable support for IBM Premium Real Time Mode (PRTM).
42545a3d578SAndy Shevchenko	 This module will allow you the enter and exit PRTM in the BIOS via
42645a3d578SAndy Shevchenko	 sysfs on platforms that support this feature.  System in PRTM will
42745a3d578SAndy Shevchenko	 not receive CPU-generated SMIs for recoverable errors.  Use of this
42845a3d578SAndy Shevchenko	 feature without proper support may void your hardware warranty.
42941b16dceSLen Brown
43045a3d578SAndy Shevchenko	 If the proper BIOS support is found the driver will load and create
43145a3d578SAndy Shevchenko	 /sys/devices/system/ibm_rtl/.  The "state" variable will indicate
43245a3d578SAndy Shevchenko	 whether or not the BIOS is in PRTM.
43345a3d578SAndy Shevchenko	 state = 0 (BIOS SMIs on)
43445a3d578SAndy Shevchenko	 state = 1 (BIOS SMIs off)
43541b16dceSLen Brown
43645a3d578SAndy Shevchenkoconfig SENSORS_HDAPS
43745a3d578SAndy Shevchenko	tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
4383dda3b37SBenjamin Tissoires	depends on INPUT
43945a3d578SAndy Shevchenko	help
44045a3d578SAndy Shevchenko	  This driver provides support for the IBM Hard Drive Active Protection
44145a3d578SAndy Shevchenko	  System (hdaps), which provides an accelerometer and other misc. data.
44245a3d578SAndy Shevchenko	  ThinkPads starting with the R50, T41, and X40 are supported.  The
44345a3d578SAndy Shevchenko	  accelerometer data is readable via sysfs.
4443dda3b37SBenjamin Tissoires
44545a3d578SAndy Shevchenko	  This driver also provides an absolute input class device, allowing
44645a3d578SAndy Shevchenko	  the laptop to act as a pinball machine-esque joystick.
44745a3d578SAndy Shevchenko
44845a3d578SAndy Shevchenko	  If your ThinkPad is not recognized by the driver, please update to latest
44945a3d578SAndy Shevchenko	  BIOS. This is especially the case for some R52 ThinkPads.
45045a3d578SAndy Shevchenko
45145a3d578SAndy Shevchenko	  Say Y here if you have an applicable laptop and want to experience
45245a3d578SAndy Shevchenko	  the awesome power of hdaps.
4533dda3b37SBenjamin Tissoires
4548bd836feSAndy Shevchenkosource "drivers/platform/x86/intel/Kconfig"
455*651b57ddSMark Pearsonsource "drivers/platform/x86/lenovo/Kconfig"
4568bd836feSAndy Shevchenko
457f1cacd21SArmin Wolfconfig ACPI_QUICKSTART
458f1cacd21SArmin Wolf	tristate "ACPI Quickstart button driver"
459f1cacd21SArmin Wolf	depends on ACPI
460f1cacd21SArmin Wolf	depends on INPUT
46183cfe6d8SArnd Bergmann	select INPUT_SPARSEKMAP
462f1cacd21SArmin Wolf	help
463f1cacd21SArmin Wolf	  This driver adds support for ACPI quickstart button (PNP0C32) devices.
464f1cacd21SArmin Wolf	  The button emits a manufacturer-specific key value when pressed, so
465f1cacd21SArmin Wolf	  userspace has to map this value to a standard key code.
466f1cacd21SArmin Wolf
467f1cacd21SArmin Wolf	  To compile this driver as a module, choose M here: the module will be
468f1cacd21SArmin Wolf	  called quickstart.
469f1cacd21SArmin Wolf
4702513563eSHans de Goedeconfig MEEGOPAD_ANX7428
4712513563eSHans de Goede	tristate "MeeGoPad ANX7428 Type-C Switch"
4722513563eSHans de Goede	depends on ACPI && GPIOLIB && I2C
4732513563eSHans de Goede	help
4742513563eSHans de Goede	  Some MeeGoPad top-set boxes have an ANX7428 Type-C Switch for
4752513563eSHans de Goede	  USB3.1 Gen 1 and DisplayPort over Type-C alternate mode support.
4762513563eSHans de Goede
4772513563eSHans de Goede	  This driver takes care of powering on the ANX7428 on supported
4782513563eSHans de Goede	  MeeGoPad top-set boxes. After this the ANX7428 takes care of Type-C
4792513563eSHans de Goede	  connector orientation and PD alternate mode switching autonomously.
4802513563eSHans de Goede
481392cacf2SNikita Kravetsconfig MSI_EC
482392cacf2SNikita Kravets	tristate "MSI EC Extras"
483a6021aa2SArnd Bergmann	depends on ACPI_EC
484392cacf2SNikita Kravets	depends on ACPI_BATTERY
485392cacf2SNikita Kravets	help
486392cacf2SNikita Kravets	  This driver allows various MSI laptops' functionalities to be
487392cacf2SNikita Kravets	  controlled from userspace, including battery charge threshold.
488392cacf2SNikita Kravets
48945a3d578SAndy Shevchenkoconfig MSI_LAPTOP
49045a3d578SAndy Shevchenko	tristate "MSI Laptop Extras"
491a6021aa2SArnd Bergmann	depends on ACPI_EC
49214ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
49345a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
49445a3d578SAndy Shevchenko	depends on RFKILL
49545a3d578SAndy Shevchenko	depends on INPUT && SERIO_I8042
496642e0447SDmitry Torokhov	select INPUT_SPARSEKMAP
497a7f7f624SMasahiro Yamada	help
49845a3d578SAndy Shevchenko	  This is a driver for laptops built by MSI (MICRO-STAR
49945a3d578SAndy Shevchenko	  INTERNATIONAL):
50076593d6fSCorentin Chary
50145a3d578SAndy Shevchenko	  MSI MegaBook S270 (MS-1013)
50245a3d578SAndy Shevchenko	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
50341b16dceSLen Brown
50445a3d578SAndy Shevchenko	  It adds support for Bluetooth, WLAN and LCD brightness control.
50541b16dceSLen Brown
50645a3d578SAndy Shevchenko	  More information about this driver is available at
50745a3d578SAndy Shevchenko	  <http://0pointer.de/lennart/tchibo.html>.
508ee027e4aSYong Wang
50945a3d578SAndy Shevchenko	  If you have an MSI S270 laptop, say Y or M here.
510edb73f4fSMattias Jacobsson
511d12d8bafSThomas Renningerconfig MSI_WMI
512d12d8bafSThomas Renninger	tristate "MSI WMI extras"
513d12d8bafSThomas Renninger	depends on ACPI_WMI
514d12d8bafSThomas Renninger	depends on INPUT
515de078e57SAnisse Astier	depends on BACKLIGHT_CLASS_DEVICE
51614ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
517c30116c6SAnisse Astier	select INPUT_SPARSEKMAP
518d12d8bafSThomas Renninger	help
519d12d8bafSThomas Renninger	 Say Y here if you want to support WMI-based hotkeys on MSI laptops.
520d12d8bafSThomas Renninger
521d12d8bafSThomas Renninger	 To compile this driver as a module, choose M here: the module will
522d12d8bafSThomas Renninger	 be called msi-wmi.
523d12d8bafSThomas Renninger
5249c0beb6bSArmin Wolfconfig MSI_WMI_PLATFORM
5259c0beb6bSArmin Wolf	tristate "MSI WMI Platform features"
5269c0beb6bSArmin Wolf	depends on ACPI_WMI
5279c0beb6bSArmin Wolf	depends on HWMON
5289c0beb6bSArmin Wolf	help
5299c0beb6bSArmin Wolf	  Say Y here if you want to have support for WMI-based platform features
5309c0beb6bSArmin Wolf	  like fan sensor access on MSI machines.
5319c0beb6bSArmin Wolf
5329c0beb6bSArmin Wolf	  To compile this driver as a module, choose M here: the module will
5339c0beb6bSArmin Wolf	  be called msi-wmi-platform.
5349c0beb6bSArmin Wolf
53545a3d578SAndy Shevchenkoconfig XO15_EBOOK
53645a3d578SAndy Shevchenko	tristate "OLPC XO-1.5 ebook switch"
53745a3d578SAndy Shevchenko	depends on OLPC || COMPILE_TEST
53845a3d578SAndy Shevchenko	depends on ACPI && INPUT
539a7f7f624SMasahiro Yamada	help
54045a3d578SAndy Shevchenko	  Support for the ebook switch on the OLPC XO-1.5 laptop.
54113bb0fd5SHans de Goede
54245a3d578SAndy Shevchenko	  This switch is triggered as the screen is rotated and folded down to
54345a3d578SAndy Shevchenko	  convert the device into ebook form.
54445a3d578SAndy Shevchenko
54545a3d578SAndy Shevchenkoconfig XO1_RFKILL
54645a3d578SAndy Shevchenko	tristate "OLPC XO-1 software RF kill switch"
54745a3d578SAndy Shevchenko	depends on OLPC || COMPILE_TEST
54845a3d578SAndy Shevchenko	depends on RFKILL
549a7f7f624SMasahiro Yamada	help
55045a3d578SAndy Shevchenko	  Support for enabling/disabling the WLAN interface on the OLPC XO-1
55145a3d578SAndy Shevchenko	  laptop.
55245a3d578SAndy Shevchenko
55345a3d578SAndy Shevchenkoconfig PCENGINES_APU2
55445a3d578SAndy Shevchenko	tristate "PC Engines APUv2/3 front button and LEDs driver"
55545a3d578SAndy Shevchenko	depends on INPUT && INPUT_KEYBOARD && GPIOLIB
55645a3d578SAndy Shevchenko	depends on LEDS_CLASS
55745a3d578SAndy Shevchenko	select GPIO_AMD_FCH
55845a3d578SAndy Shevchenko	select KEYBOARD_GPIO_POLLED
55945a3d578SAndy Shevchenko	select LEDS_GPIO
56045a3d578SAndy Shevchenko	help
56145a3d578SAndy Shevchenko	  This driver provides support for the front button and LEDs on
56245a3d578SAndy Shevchenko	  PC Engines APUv2/APUv3 board.
56345a3d578SAndy Shevchenko
56445a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
56545a3d578SAndy Shevchenko	  will be called pcengines-apuv2.
56645a3d578SAndy Shevchenko
56783579675SYen-Chi Huangconfig PORTWELL_EC
56883579675SYen-Chi Huang	tristate "Portwell Embedded Controller driver"
56983579675SYen-Chi Huang	depends on X86 && HAS_IOPORT && WATCHDOG && GPIOLIB
57083579675SYen-Chi Huang	select WATCHDOG_CORE
57183579675SYen-Chi Huang	help
57283579675SYen-Chi Huang	  This driver provides support for the GPIO pins and watchdog timer
57383579675SYen-Chi Huang	  embedded in Portwell's EC.
57483579675SYen-Chi Huang
57583579675SYen-Chi Huang	  Theoretically, this driver should work on multiple Portwell platforms,
57683579675SYen-Chi Huang	  but it has only been tested on the Portwell NANO-6064 board.
57783579675SYen-Chi Huang	  If you encounter any issues on other boards, please report them.
57883579675SYen-Chi Huang
57983579675SYen-Chi Huang	  To compile this driver as a module, choose M here: the module
58083579675SYen-Chi Huang	  will be called portwell-ec.
58183579675SYen-Chi Huang
58286af1d02SSantosh Kumar Yadavconfig BARCO_P50_GPIO
58386af1d02SSantosh Kumar Yadav	tristate "Barco P50 GPIO driver for identify LED/button"
58486af1d02SSantosh Kumar Yadav	depends on GPIOLIB
58586af1d02SSantosh Kumar Yadav	help
58686af1d02SSantosh Kumar Yadav	  This driver provides access to the GPIOs for the identify button
58786af1d02SSantosh Kumar Yadav	  and led present on Barco P50 board.
58886af1d02SSantosh Kumar Yadav
58986af1d02SSantosh Kumar Yadav	  To compile this driver as a module, choose M here: the module
59086af1d02SSantosh Kumar Yadav	  will be called barco-p50-gpio.
59186af1d02SSantosh Kumar Yadav
59256f529ceSJoshua Grishamconfig SAMSUNG_GALAXYBOOK
59356f529ceSJoshua Grisham	tristate "Samsung Galaxy Book driver"
59456f529ceSJoshua Grisham	depends on ACPI
59556f529ceSJoshua Grisham	depends on ACPI_BATTERY
59656f529ceSJoshua Grisham	depends on INPUT
59756f529ceSJoshua Grisham	depends on LEDS_CLASS
59856f529ceSJoshua Grisham	depends on SERIO_I8042
59956f529ceSJoshua Grisham	select ACPI_PLATFORM_PROFILE
60056f529ceSJoshua Grisham	select FW_ATTR_CLASS
60156f529ceSJoshua Grisham	help
60256f529ceSJoshua Grisham	  This is a driver for Samsung Galaxy Book series notebooks. It adds
60356f529ceSJoshua Grisham	  support for the keyboard backlight control, performance mode control,
60456f529ceSJoshua Grisham	  function keys, and various firmware attributes.
60556f529ceSJoshua Grisham
60656f529ceSJoshua Grisham	  For more information about this driver, see
60756f529ceSJoshua Grisham	  <file:Documentation/admin-guide/laptops/samsung-galaxybook.rst>.
60856f529ceSJoshua Grisham
60945a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP
61045a3d578SAndy Shevchenko	tristate "Samsung Laptop driver"
61145a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
61245a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
61345a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
614bf8f65daSGuillaume Douézan-Grard	select LEDS_CLASS
615bf8f65daSGuillaume Douézan-Grard	select NEW_LEDS
616a7f7f624SMasahiro Yamada	help
61745a3d578SAndy Shevchenko	  This module implements a driver for a wide range of different
61845a3d578SAndy Shevchenko	  Samsung laptops.  It offers control over the different
61945a3d578SAndy Shevchenko	  function keys, wireless LED, LCD backlight level.
6209caeb532SHerton Ronaldo Krzesinski
62145a3d578SAndy Shevchenko	  It may also provide some sysfs files described in
62245a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop>
62345a3d578SAndy Shevchenko
62445a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
62545a3d578SAndy Shevchenko	  will be called samsung-laptop.
62645a3d578SAndy Shevchenko
62745a3d578SAndy Shevchenkoconfig SAMSUNG_Q10
62845a3d578SAndy Shevchenko	tristate "Samsung Q10 Extras"
629a6021aa2SArnd Bergmann	depends on ACPI_EC
63045a3d578SAndy Shevchenko	select BACKLIGHT_CLASS_DEVICE
631a7f7f624SMasahiro Yamada	help
63245a3d578SAndy Shevchenko	  This driver provides support for backlight control on Samsung Q10
63345a3d578SAndy Shevchenko	  and related laptops, including Dell Latitude X200.
6349caeb532SHerton Ronaldo Krzesinski
635b4f9fe12SLen Brownconfig ACPI_TOSHIBA
636b4f9fe12SLen Brown	tristate "Toshiba Laptop Extras"
637a6021aa2SArnd Bergmann	depends on ACPI_EC
6388ef5db9eSArvid Norlander	depends on ACPI_BATTERY
639f11f999eSSeth Forshee	depends on ACPI_WMI
6400c51a4d8SMark Brown	select LEDS_CLASS
6410c51a4d8SMark Brown	select NEW_LEDS
642c76a3e1dSJonathan Corbet	depends on BACKLIGHT_CLASS_DEVICE
643b4f9fe12SLen Brown	depends on INPUT
644283672e4SSeth Forshee	depends on SERIO_I8042 || SERIO_I8042 = n
645358d6a2cSHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
646c727ba4cSArvid Norlander	depends on HWMON || HWMON = n
647dc4522beSAzael Avalos	depends on RFKILL || RFKILL = n
64898010f1eSAzael Avalos	depends on IIO
649384a7cd9SDmitry Torokhov	select INPUT_SPARSEKMAP
650a7f7f624SMasahiro Yamada	help
651b4f9fe12SLen Brown	  This driver adds support for access to certain system settings
652b4f9fe12SLen Brown	  on "legacy free" Toshiba laptops.  These laptops can be recognized by
653b4f9fe12SLen Brown	  their lack of a BIOS setup menu and APM support.
654b4f9fe12SLen Brown
655b4f9fe12SLen Brown	  On these machines, all system configuration is handled through the
656b4f9fe12SLen Brown	  ACPI.  This driver is required for access to controls not covered
657b4f9fe12SLen Brown	  by the general ACPI drivers, such as LCD brightness, video output,
658b4f9fe12SLen Brown	  etc.
659b4f9fe12SLen Brown
660b4f9fe12SLen Brown	  This driver differs from the non-ACPI Toshiba laptop driver (located
661b4f9fe12SLen Brown	  under "Processor type and features") in several aspects.
662b4f9fe12SLen Brown	  Configuration is accessed by reading and writing text files in the
663b4f9fe12SLen Brown	  /proc tree instead of by program interface to /dev.  Furthermore, no
664b4f9fe12SLen Brown	  power management functions are exposed, as those are handled by the
665b4f9fe12SLen Brown	  general ACPI drivers.
666b4f9fe12SLen Brown
667b4f9fe12SLen Brown	  More information about this driver is available at
668b4f9fe12SLen Brown	  <http://memebeam.org/toys/ToshibaAcpiDriver>.
669b4f9fe12SLen Brown
670b4f9fe12SLen Brown	  If you have a legacy free Toshiba laptop (such as the Libretto L1
671b4f9fe12SLen Brown	  series), say Y.
67242b4e9eeSJes Sorensen
67342b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL
67442b4e9eeSJes Sorensen	tristate "Toshiba Bluetooth RFKill switch support"
67542b4e9eeSJes Sorensen	depends on ACPI
6767ee8cd33SAzael Avalos	depends on RFKILL || RFKILL = n
677a7f7f624SMasahiro Yamada	help
67842b4e9eeSJes Sorensen	  This driver adds support for Bluetooth events for the RFKill
67942b4e9eeSJes Sorensen	  switch on modern Toshiba laptops with full ACPI support and
68042b4e9eeSJes Sorensen	  an RFKill switch.
68142b4e9eeSJes Sorensen
68242b4e9eeSJes Sorensen	  This driver handles RFKill events for the TOS6205 Bluetooth,
68342b4e9eeSJes Sorensen	  and re-enables it when the switch is set back to the 'on'
68442b4e9eeSJes Sorensen	  position.
68542b4e9eeSJes Sorensen
68642b4e9eeSJes Sorensen	  If you have a modern Toshiba laptop with a Bluetooth and an
68742b4e9eeSJes Sorensen	  RFKill switch (such as the Portege R500), say Y.
688529aa8cbSThadeu Lima de Souza Cascardo
689186e4e89SAzael Avalosconfig TOSHIBA_HAPS
690186e4e89SAzael Avalos	tristate "Toshiba HDD Active Protection Sensor"
691186e4e89SAzael Avalos	depends on ACPI
692a7f7f624SMasahiro Yamada	help
693186e4e89SAzael Avalos	  This driver adds support for the built-in accelerometer
694769a12a9SMasanari Iida	  found on recent Toshiba laptops equipped with HID TOS620A
695186e4e89SAzael Avalos	  device.
696186e4e89SAzael Avalos
697186e4e89SAzael Avalos	  This driver receives ACPI notify events 0x80 when the sensor
698186e4e89SAzael Avalos	  detects a sudden move or a harsh vibration, as well as an
699186e4e89SAzael Avalos	  ACPI notify event 0x81 whenever the movement or vibration has
700186e4e89SAzael Avalos	  been stabilized.
701186e4e89SAzael Avalos
702186e4e89SAzael Avalos	  Also provides sysfs entries to get/set the desired protection
703769a12a9SMasanari Iida	  level and resetting the HDD protection interface.
704186e4e89SAzael Avalos
705186e4e89SAzael Avalos	  If you have a recent Toshiba laptop with a built-in accelerometer
706186e4e89SAzael Avalos	  device, say Y.
707186e4e89SAzael Avalos
70814991fc7SAzael Avalosconfig TOSHIBA_WMI
70914991fc7SAzael Avalos	tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)"
71014991fc7SAzael Avalos	depends on ACPI_WMI
71114991fc7SAzael Avalos	depends on INPUT
71214991fc7SAzael Avalos	select INPUT_SPARSEKMAP
713a7f7f624SMasahiro Yamada	help
71414991fc7SAzael Avalos	  This driver adds hotkey monitoring support to some Toshiba models
71514991fc7SAzael Avalos	  that manage the hotkeys via WMI events.
71614991fc7SAzael Avalos
71714991fc7SAzael Avalos	  WARNING: This driver is incomplete as it lacks a proper keymap and the
71814991fc7SAzael Avalos	  *notify function only prints the ACPI event type value. Be warned that
71914991fc7SAzael Avalos	  you will need to provide some information if you have a Toshiba model
72083fc61a5SMasanari Iida	  with WMI event hotkeys and want to help with the development of this
72114991fc7SAzael Avalos	  driver.
72214991fc7SAzael Avalos
72314991fc7SAzael Avalos	  If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.
72414991fc7SAzael Avalos
725529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC
726529aa8cbSThadeu Lima de Souza Cascardo	tristate "CMPC Laptop Extras"
7274f258cf4SRandy Dunlap	depends on ACPI && INPUT
728f35843edSThadeu Lima de Souza Cascardo	depends on RFKILL || RFKILL=n
729529aa8cbSThadeu Lima de Souza Cascardo	select BACKLIGHT_CLASS_DEVICE
730529aa8cbSThadeu Lima de Souza Cascardo	help
731529aa8cbSThadeu Lima de Souza Cascardo	  Support for Intel Classmate PC ACPI devices, including some
732529aa8cbSThadeu Lima de Souza Cascardo	  keys as input device, backlight device, tablet and accelerometer
733529aa8cbSThadeu Lima de Souza Cascardo	  devices.
734529aa8cbSThadeu Lima de Souza Cascardo
73545a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP
73645a3d578SAndy Shevchenko	tristate "Compal (and others) Laptop Extras"
737a6021aa2SArnd Bergmann	depends on ACPI_EC
73845a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
73945a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
74045a3d578SAndy Shevchenko	depends on RFKILL
74145a3d578SAndy Shevchenko	depends on HWMON
74245a3d578SAndy Shevchenko	depends on POWER_SUPPLY
743a7f7f624SMasahiro Yamada	help
74445a3d578SAndy Shevchenko	  This is a driver for laptops built by Compal, and some models by
74545a3d578SAndy Shevchenko	  other brands (e.g. Dell, Toshiba).
7461cd706dfSHans de Goede
74745a3d578SAndy Shevchenko	  It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
74845a3d578SAndy Shevchenko	  and battery charging level control.
749d740795dSYauhen Kharuzhy
75045a3d578SAndy Shevchenkoconfig LG_LAPTOP
75145a3d578SAndy Shevchenko	tristate "LG Laptop Extras"
75245a3d578SAndy Shevchenko	depends on ACPI
75307f5ed0eSMatan Ziv-Av	depends on ACPI_BATTERY
75445a3d578SAndy Shevchenko	depends on ACPI_WMI
75545a3d578SAndy Shevchenko	depends on INPUT
75645a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
7578f0c01e6SNecip Fazil Yildiran	select NEW_LEDS
75845a3d578SAndy Shevchenko	select LEDS_CLASS
75945a3d578SAndy Shevchenko	help
76045a3d578SAndy Shevchenko	 This driver adds support for hotkeys as well as control of keyboard
76145a3d578SAndy Shevchenko	 backlight, battery maximum charge level and various other ACPI
76245a3d578SAndy Shevchenko	 features.
7631cd706dfSHans de Goede
76445a3d578SAndy Shevchenko	 If you have an LG Gram laptop, say Y or M here.
765d740795dSYauhen Kharuzhy
76645a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP
76745a3d578SAndy Shevchenko	tristate "Panasonic Laptop Extras"
76845a3d578SAndy Shevchenko	depends on INPUT && ACPI
76945a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
770027f8845SHans de Goede	depends on ACPI_VIDEO=n || ACPI_VIDEO
7715e24e1ecSHans de Goede	depends on SERIO_I8042 || SERIO_I8042 = n
77245a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
773a7f7f624SMasahiro Yamada	help
77445a3d578SAndy Shevchenko	  This driver adds support for access to backlight control and hotkeys
77545a3d578SAndy Shevchenko	  on Panasonic Let's Note laptops.
77663dada87SHans de Goede
77745a3d578SAndy Shevchenko	  If you have a Panasonic Let's note laptop (such as the R1(N variant),
77845a3d578SAndy Shevchenko	  R2, R3, R5, T2, W2 and Y2 series), say Y.
77963dada87SHans de Goede
78045a3d578SAndy Shevchenkoconfig SONY_LAPTOP
78145a3d578SAndy Shevchenko	tristate "Sony Laptop Extras"
782a6021aa2SArnd Bergmann	depends on ACPI_EC
78345a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
78445a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
78545a3d578SAndy Shevchenko	depends on INPUT
78645a3d578SAndy Shevchenko	depends on RFKILL
787a7f7f624SMasahiro Yamada	help
78845a3d578SAndy Shevchenko	  This mini-driver drives the SNC and SPIC devices present in the ACPI
78945a3d578SAndy Shevchenko	  BIOS of the Sony Vaio laptops.
79063dada87SHans de Goede
79145a3d578SAndy Shevchenko	  It gives access to some extra laptop functionalities like Bluetooth,
79245a3d578SAndy Shevchenko	  screen brightness control, Fn keys and allows powering on/off some
79345a3d578SAndy Shevchenko	  devices.
79445a3d578SAndy Shevchenko
79545a3d578SAndy Shevchenko	  Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information.
79645a3d578SAndy Shevchenko
79745a3d578SAndy Shevchenkoconfig SONYPI_COMPAT
79845a3d578SAndy Shevchenko	bool "Sonypi compatibility"
79945a3d578SAndy Shevchenko	depends on SONY_LAPTOP
800a7f7f624SMasahiro Yamada	help
80145a3d578SAndy Shevchenko	  Build the sonypi driver compatibility code into the sony-laptop driver.
80245a3d578SAndy Shevchenko
80345a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI
80445a3d578SAndy Shevchenko	tristate "System76 ACPI Driver"
805a6021aa2SArnd Bergmann	depends on ACPI_EC
806fc3341b4SArnd Bergmann	depends on ACPI_BATTERY
807fc3341b4SArnd Bergmann	depends on HWMON
808fc3341b4SArnd Bergmann	depends on INPUT
80945a3d578SAndy Shevchenko	select NEW_LEDS
81045a3d578SAndy Shevchenko	select LEDS_CLASS
81145a3d578SAndy Shevchenko	select LEDS_TRIGGERS
81245a3d578SAndy Shevchenko	help
81345a3d578SAndy Shevchenko	  This is a driver for System76 laptops running open firmware. It adds
81445a3d578SAndy Shevchenko	  support for Fn-Fx key combinations, keyboard backlight, and airplane mode
81545a3d578SAndy Shevchenko	  LEDs.
81645a3d578SAndy Shevchenko
81745a3d578SAndy Shevchenko	  If you have a System76 laptop running open firmware, say Y or M here.
81845a3d578SAndy Shevchenko
81945a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP
82045a3d578SAndy Shevchenko	tristate "Topstar Laptop Extras"
821ecc83e52SAlex Hung	depends on ACPI
822ecc83e52SAlex Hung	depends on INPUT
823ecc83e52SAlex Hung	select INPUT_SPARSEKMAP
82445a3d578SAndy Shevchenko	select LEDS_CLASS
82545a3d578SAndy Shevchenko	select NEW_LEDS
826a7f7f624SMasahiro Yamada	help
82745a3d578SAndy Shevchenko	  This driver adds support for hotkeys found on Topstar laptops.
8289a58a333SSreedhara DS
82945a3d578SAndy Shevchenko	  If you have a Topstar laptop, say Y or M here.
8305369c02dSSreedhara DS
8315e63b2eaSLucas Tanureconfig SERIAL_MULTI_INSTANTIATE
8325e63b2eaSLucas Tanure	tristate "Serial bus multi instantiate pseudo device driver"
8333900c6abSRichard Fitzgerald	depends on ACPI
8343900c6abSRichard Fitzgerald	depends on (I2C && !SPI) || (!I2C && SPI) || (I2C && SPI)
8358eec8a11SHong Liu	help
8365e63b2eaSLucas Tanure	  Some ACPI-based systems list multiple devices in a single ACPI
8375e63b2eaSLucas Tanure	  firmware-node. This driver will instantiate separate clients
83845a3d578SAndy Shevchenko	  for each device in the firmware-node.
8398eec8a11SHong Liu
84045a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
8415e63b2eaSLucas Tanure	  will be called serial-multi-instantiate.
8428eec8a11SHong Liu
84345a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI
84445a3d578SAndy Shevchenko	bool "DMI based touchscreen configuration info"
84545a3d578SAndy Shevchenko	depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
846dba43fc4SLinus Torvalds	select EFI_EMBEDDED_FIRMWARE if EFI
847a7f7f624SMasahiro Yamada	help
84845a3d578SAndy Shevchenko	  Certain ACPI based tablets with e.g. Silead or Chipone touchscreens
84945a3d578SAndy Shevchenko	  do not have enough data in ACPI tables for the touchscreen driver to
85045a3d578SAndy Shevchenko	  handle the touchscreen properly, as OEMs expect the data to be baked
85145a3d578SAndy Shevchenko	  into the tablet model specific version of the driver shipped with the
85245a3d578SAndy Shevchenko	  the OS-image for the device. This option supplies the missing info.
85345a3d578SAndy Shevchenko	  Enable this for x86 tablets with Silead or Chipone touchscreens.
854aa7ffc01SJesse Barnes
85594ace9edSAi Chaoconfig INSPUR_PLATFORM_PROFILE
85694ace9edSAi Chao	tristate "Inspur WMI platform profile driver"
85794ace9edSAi Chao	depends on ACPI_WMI
85894ace9edSAi Chao	select ACPI_PLATFORM_PROFILE
85994ace9edSAi Chao	help
86094ace9edSAi Chao	This will allow users to determine and control the platform modes
86194ace9edSAi Chao	between low-power, balanced and performance modes.
86294ace9edSAi Chao
86394ace9edSAi Chao	To compile this driver as a module, choose M here: the module
86494ace9edSAi Chao	will be called inspur-platform-profile.
86594ace9edSAi Chao
866841bceb5SMichał Kopećconfig DASHARO_ACPI
867841bceb5SMichał Kopeć	tristate "Dasharo ACPI Platform Driver"
868841bceb5SMichał Kopeć	depends on ACPI
869841bceb5SMichał Kopeć	depends on HWMON
870841bceb5SMichał Kopeć	help
871841bceb5SMichał Kopeć	  This driver provides HWMON support for devices running Dasharo
872841bceb5SMichał Kopeć	  firmware.
873841bceb5SMichał Kopeć
874841bceb5SMichał Kopeć	  If you have a device with Dasharo firmware, choose Y or M here.
875841bceb5SMichał Kopeć
876afdcb535SHans de Goedesource "drivers/platform/x86/x86-android-tablets/Kconfig"
87755fa3c96SHans de Goede
87817b707feSMark Pearsonconfig FW_ATTR_CLASS
87917b707feSMark Pearson	tristate
88017b707feSMark Pearson
88128a375dfSBryan O'Donoghueconfig INTEL_IMR
88228a375dfSBryan O'Donoghue	bool "Intel Isolated Memory Region support"
88328a375dfSBryan O'Donoghue	depends on X86_INTEL_QUARK && IOSF_MBI
884a7f7f624SMasahiro Yamada	help
88528a375dfSBryan O'Donoghue	  This option provides a means to manipulate Isolated Memory Regions.
88628a375dfSBryan O'Donoghue	  IMRs are a set of registers that define read and write access masks
88728a375dfSBryan O'Donoghue	  to prohibit certain system agents from accessing memory with 1 KiB
88828a375dfSBryan O'Donoghue	  granularity.
88928a375dfSBryan O'Donoghue
89028a375dfSBryan O'Donoghue	  IMRs make it possible to control read/write access to an address
89128a375dfSBryan O'Donoghue	  by hardware agents inside the SoC. Read and write masks can be
89228a375dfSBryan O'Donoghue	  defined for:
89328a375dfSBryan O'Donoghue		- eSRAM flush
89428a375dfSBryan O'Donoghue		- Dirty CPU snoop (write only)
89528a375dfSBryan O'Donoghue		- RMU access
89628a375dfSBryan O'Donoghue		- PCI Virtual Channel 0/Virtual Channel 1
89728a375dfSBryan O'Donoghue		- SMM mode
89828a375dfSBryan O'Donoghue		- Non SMM mode
89928a375dfSBryan O'Donoghue
90028a375dfSBryan O'Donoghue	  Quark contains a set of eight IMR registers and makes use of those
90128a375dfSBryan O'Donoghue	  registers during its bootup process.
90228a375dfSBryan O'Donoghue
90328a375dfSBryan O'Donoghue	  If you are running on a Galileo/Quark say Y here.
90428a375dfSBryan O'Donoghue
90545a3d578SAndy Shevchenkoconfig INTEL_IPS
90645a3d578SAndy Shevchenko	tristate "Intel Intelligent Power Sharing"
9077934d76cSSinan Kaya	depends on ACPI && PCI
908a7f7f624SMasahiro Yamada	help
90945a3d578SAndy Shevchenko	  Intel Calpella platforms support dynamic power sharing between the
91045a3d578SAndy Shevchenko	  CPU and GPU, maximizing performance in a given TDP.  This driver,
91145a3d578SAndy Shevchenko	  along with the CPU frequency and i915 drivers, provides that
91245a3d578SAndy Shevchenko	  functionality.  If in doubt, say Y here; it will only load on
91345a3d578SAndy Shevchenko	  supported platforms.
914917ee75aSSeth Forshee
91545a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC
91654b34aa0SMika Westerberg	bool
91754b34aa0SMika Westerberg
91854b34aa0SMika Westerbergconfig INTEL_SCU
91954b34aa0SMika Westerberg	bool
92054b34aa0SMika Westerberg	select INTEL_SCU_IPC
92154b34aa0SMika Westerberg
92254b34aa0SMika Westerbergconfig INTEL_SCU_PCI
92354b34aa0SMika Westerberg	bool "Intel SCU PCI driver"
924b8da68f4SMika Westerberg	depends on PCI
92554b34aa0SMika Westerberg	select INTEL_SCU
92654b34aa0SMika Westerberg	help
92754b34aa0SMika Westerberg	  This driver is used to bridge the communications between kernel
92854b34aa0SMika Westerberg	  and SCU on some embedded Intel x86 platforms. It also creates
929b8da68f4SMika Westerberg	  devices that are connected to the SoC through the SCU.
930b8da68f4SMika Westerberg	  Platforms supported:
931b8da68f4SMika Westerberg	    Medfield
932b8da68f4SMika Westerberg	    Clovertrail
933b8da68f4SMika Westerberg	    Merrifield
934b8da68f4SMika Westerberg	    Broxton
935b8da68f4SMika Westerberg	    Apollo Lake
93645a3d578SAndy Shevchenko
9377a61f05eSMika Westerbergconfig INTEL_SCU_PLATFORM
9387a61f05eSMika Westerberg	tristate "Intel SCU platform driver"
9397a61f05eSMika Westerberg	depends on ACPI
9407a61f05eSMika Westerberg	select INTEL_SCU
9417a61f05eSMika Westerberg	help
9427a61f05eSMika Westerberg	  This driver is used to bridge the communications between kernel
9437a61f05eSMika Westerberg	  and SCU (sometimes called PMC as well). The driver currently
9447a61f05eSMika Westerberg	  supports Intel Elkhart Lake and compatible platforms.
9457a61f05eSMika Westerberg
94618365d68SAndy Shevchenkoconfig INTEL_SCU_WDT
94718365d68SAndy Shevchenko	bool
94818365d68SAndy Shevchenko	default INTEL_SCU_PCI
94918365d68SAndy Shevchenko	depends on INTEL_MID_WATCHDOG
95018365d68SAndy Shevchenko	help
95118365d68SAndy Shevchenko	  This is a specific platform code to instantiate watchdog device
95218365d68SAndy Shevchenko	  on ACPI-based Intel MID platforms.
95318365d68SAndy Shevchenko
95445a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL
95545a3d578SAndy Shevchenko	tristate "Intel SCU IPC utility driver"
95654b34aa0SMika Westerberg	depends on INTEL_SCU
957a7f7f624SMasahiro Yamada	help
95845a3d578SAndy Shevchenko	  The IPC Util driver provides an interface with the SCU enabling
95945a3d578SAndy Shevchenko	  low level access for debug work and updating the firmware. Say
96045a3d578SAndy Shevchenko	  N unless you will be doing this on an Intel MID platform.
96145a3d578SAndy Shevchenko
9629bc289b8SHenning Schildsource "drivers/platform/x86/siemens/Kconfig"
963917f5434SHenning Schild
964d9cd21d4SHenry Shiconfig SILICOM_PLATFORM
965d9cd21d4SHenry Shi	tristate "Silicom Edge Networking device support"
966d9cd21d4SHenry Shi	depends on HWMON
967d9cd21d4SHenry Shi	depends on GPIOLIB
968d9cd21d4SHenry Shi	depends on LEDS_CLASS_MULTICOLOR
969d9cd21d4SHenry Shi	help
970d9cd21d4SHenry Shi	  This option enables support for the LEDs/GPIO/etc downstream of the
971d9cd21d4SHenry Shi	  embedded controller on Silicom "Cordoba" hardware and derivatives.
972d9cd21d4SHenry Shi
973d9cd21d4SHenry Shi	  This platform driver provides support for various functions via
974d9cd21d4SHenry Shi	  the Linux LED framework, GPIO framework, Hardware Monitoring (HWMON)
975d9cd21d4SHenry Shi	  and device attributes.
976d9cd21d4SHenry Shi
977d9cd21d4SHenry Shi	  If you have a Silicom network appliance, say Y or M here.
978d9cd21d4SHenry Shi
97934354476SDaniel Beerconfig WINMATE_FM07_KEYS
98034354476SDaniel Beer	tristate "Winmate FM07/FM07P front-panel keys driver"
98134354476SDaniel Beer	depends on INPUT
98234354476SDaniel Beer	help
98334354476SDaniel Beer	  Winmate FM07 and FM07P in-vehicle computers have a row of five
98434354476SDaniel Beer	  buttons below the display. This module adds an input device
98534354476SDaniel Beer	  that delivers key events when these buttons are pressed.
98634354476SDaniel Beer
98781ad5695SRobert Joslynconfig SEL3350_PLATFORM
98881ad5695SRobert Joslyn	tristate "SEL-3350 LEDs and power supplies"
98981ad5695SRobert Joslyn	depends on ACPI
99081ad5695SRobert Joslyn	depends on GPIOLIB
99181ad5695SRobert Joslyn	depends on PINCTRL_BROXTON
99281ad5695SRobert Joslyn	select POWER_SUPPLY
99381ad5695SRobert Joslyn	select NEW_LEDS
99481ad5695SRobert Joslyn	select LEDS_CLASS
99581ad5695SRobert Joslyn	select LEDS_GPIO
99681ad5695SRobert Joslyn	help
99781ad5695SRobert Joslyn	  Support for LEDs and power supplies on SEL-3350 computers.
99881ad5695SRobert Joslyn
99981ad5695SRobert Joslyn	  To compile this driver as a module, choose M here: the module
100081ad5695SRobert Joslyn	  will be called sel3350-platform.
100181ad5695SRobert Joslyn
10023012bb39SAntheas Kapenekakisconfig OXP_EC
10033012bb39SAntheas Kapenekakis	tristate "OneXPlayer EC platform control"
10043012bb39SAntheas Kapenekakis	depends on ACPI_EC
10059230b3b8SAntheas Kapenekakis	depends on ACPI_BATTERY
10063012bb39SAntheas Kapenekakis	depends on HWMON
10073012bb39SAntheas Kapenekakis	depends on X86
10083012bb39SAntheas Kapenekakis	help
10093012bb39SAntheas Kapenekakis		Enables support for the platform EC of OneXPlayer and AOKZOE
10103012bb39SAntheas Kapenekakis		handheld devices. This includes fan speed, fan controls, and
10113012bb39SAntheas Kapenekakis		disabling the default TDP behavior of the device. Due to legacy
10123012bb39SAntheas Kapenekakis		reasons, this driver also provides hwmon functionality to Ayaneo
10133012bb39SAntheas Kapenekakis		devices and the OrangePi Neo.
10143012bb39SAntheas Kapenekakis
1015cfd84b3fSWerner Sembachsource "drivers/platform/x86/tuxedo/Kconfig"
1016cfd84b3fSWerner Sembach
101741b16dceSLen Brownendif # X86_PLATFORM_DEVICES
101842d0d423SAndy Shevchenko
101942d0d423SAndy Shevchenkoconfig P2SB
1020b9e6cbf9SAndy Shevchenko	bool
102142d0d423SAndy Shevchenko	depends on PCI && X86
102242d0d423SAndy Shevchenko	help
102342d0d423SAndy Shevchenko	  The Primary to Sideband (P2SB) bridge is an interface to some
102442d0d423SAndy Shevchenko	  PCI devices connected through it. In particular, SPI NOR controller
102542d0d423SAndy Shevchenko	  in Intel Apollo Lake SoC is one of such devices.
102642d0d423SAndy Shevchenko
102742d0d423SAndy Shevchenko	  The main purpose of this library is to unhide P2SB device in case
102842d0d423SAndy Shevchenko	  firmware kept it hidden on some platforms in order to access devices
102942d0d423SAndy Shevchenko	  behind it.
1030