xref: /linux/drivers/platform/x86/Kconfig (revision 14c8a1451810cf616c959574bee4fad246f3a0cb)
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
5545a3d578SAndy Shevchenko	depends on ACPI_WMI
5645a3d578SAndy Shevchenko	depends on INPUT
5745a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
5845a3d578SAndy Shevchenko	select LEDS_CLASS
5945a3d578SAndy Shevchenko	select NEW_LEDS
6045a3d578SAndy Shevchenko	help
6145a3d578SAndy Shevchenko	  This driver provides support for Huawei WMI hotkeys, battery charge
6245a3d578SAndy Shevchenko	  control, fn-lock, mic-mute LED, and other extra features.
6375971febSChris Chiu
6445a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
6545a3d578SAndy Shevchenko	  will be called huawei-wmi.
6645a3d578SAndy Shevchenko
674fc2cf1fSJustin Ernstconfig UV_SYSFS
684fc2cf1fSJustin Ernst	tristate "Sysfs structure for UV systems"
694fc2cf1fSJustin Ernst	depends on X86_UV
704fc2cf1fSJustin Ernst	depends on SYSFS
714fc2cf1fSJustin Ernst	help
724fc2cf1fSJustin Ernst	  This driver supports a sysfs tree describing information about
734fc2cf1fSJustin Ernst	  UV systems at /sys/firmware/sgi_uv/.
744fc2cf1fSJustin Ernst
754fc2cf1fSJustin Ernst	  To compile this driver as a module, choose M here: the module will
764fc2cf1fSJustin Ernst	  be called uv_sysfs.
774fc2cf1fSJustin Ernst
7845a3d578SAndy Shevchenkoconfig MXM_WMI
7945a3d578SAndy Shevchenko       tristate "WMI support for MXM Laptop Graphics"
8045a3d578SAndy Shevchenko       depends on ACPI_WMI
81a7f7f624SMasahiro Yamada	help
8245a3d578SAndy Shevchenko          MXM is a standard for laptop graphics cards, the WMI interface
8345a3d578SAndy Shevchenko	  is required for switchable nvidia graphics machines
8445a3d578SAndy Shevchenko
85ca16d33bSDaniel Dadapconfig NVIDIA_WMI_EC_BACKLIGHT
86ca16d33bSDaniel Dadap	tristate "EC Backlight Driver for Hybrid Graphics Notebook Systems"
878d0ca287SHans de Goede	depends on ACPI_VIDEO
88ad62cd93SDaniel Dadap	depends on ACPI_WMI
89ad62cd93SDaniel Dadap	depends on BACKLIGHT_CLASS_DEVICE
90ad62cd93SDaniel Dadap	help
91ca16d33bSDaniel Dadap	  This driver provides a sysfs backlight interface for notebook systems
92ca16d33bSDaniel Dadap	  which are equipped with NVIDIA hybrid graphics and drive LCD backlight
93ca16d33bSDaniel Dadap	  levels through the Embedded Controller (EC).
94ad62cd93SDaniel Dadap
95ad62cd93SDaniel Dadap	  Say Y or M here if you want to control the backlight on a notebook
96ca16d33bSDaniel Dadap	  system with an EC-driven backlight.
97ad62cd93SDaniel Dadap
98ad62cd93SDaniel Dadap	  If you choose to compile this driver as a module the module will be
99ca16d33bSDaniel Dadap	  called nvidia-wmi-ec-backlight.
100ad62cd93SDaniel Dadap
10145a3d578SAndy Shevchenkoconfig XIAOMI_WMI
10245a3d578SAndy Shevchenko	tristate "Xiaomi WMI key driver"
10345a3d578SAndy Shevchenko	depends on ACPI_WMI
10445a3d578SAndy Shevchenko	depends on INPUT
10545a3d578SAndy Shevchenko	help
10645a3d578SAndy Shevchenko	  Say Y here if you want to support WMI-based keys on Xiaomi notebooks.
10745a3d578SAndy Shevchenko
10845a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
10945a3d578SAndy Shevchenko	  be called xiaomi-wmi.
11075971febSChris Chiu
11157293197SThomas Weißschuhconfig GIGABYTE_WMI
11257293197SThomas Weißschuh	tristate "Gigabyte WMI temperature driver"
11357293197SThomas Weißschuh	depends on ACPI_WMI
11457293197SThomas Weißschuh	depends on HWMON
11557293197SThomas Weißschuh	help
11657293197SThomas Weißschuh	  Say Y here if you want to support WMI-based temperature reporting on
11757293197SThomas Weißschuh	  Gigabyte mainboards.
11857293197SThomas Weißschuh
11957293197SThomas Weißschuh	  To compile this driver as a module, choose M here: the module will
12057293197SThomas Weißschuh	  be called gigabyte-wmi.
12157293197SThomas Weißschuh
12206ffe5b2SHans de Goedeconfig YOGABOOK
12306ffe5b2SHans de Goede	tristate "Lenovo Yoga Book tablet key driver"
124c0549b72SYauhen Kharuzhy	depends on ACPI_WMI
125c0549b72SYauhen Kharuzhy	depends on INPUT
126e34cd89aSArnd Bergmann	depends on I2C
127c0549b72SYauhen Kharuzhy	select LEDS_CLASS
128c0549b72SYauhen Kharuzhy	select NEW_LEDS
129c0549b72SYauhen Kharuzhy	help
130c0549b72SYauhen Kharuzhy	  Say Y here if you want to support the 'Pen' key and keyboard backlight
131c0549b72SYauhen Kharuzhy	  control on the Lenovo Yoga Book tablets.
132c0549b72SYauhen Kharuzhy
133c0549b72SYauhen Kharuzhy	  To compile this driver as a module, choose M here: the module will
13406ffe5b2SHans de Goede	  be called lenovo-yogabook.
135c0549b72SYauhen Kharuzhy
136e86435ebSPeter Feuererconfig ACERHDF
137e86435ebSPeter Feuerer	tristate "Acer Aspire One temperature and fan driver"
138200db647SRandy Dunlap	depends on ACPI && THERMAL
13948c8dd64SPeter Feuerer	select THERMAL_GOV_BANG_BANG
140a7f7f624SMasahiro Yamada	help
141e86435ebSPeter Feuerer	  This is a driver for Acer Aspire One netbooks. It allows to access
142e86435ebSPeter Feuerer	  the temperature sensor and to control the fan.
143e86435ebSPeter Feuerer
144e86435ebSPeter Feuerer	  After loading this driver the BIOS is still in control of the fan.
145e86435ebSPeter Feuerer	  To let the kernel handle the fan, do:
14614c20688SPaul Gortmaker	  echo -n enabled > /sys/class/thermal/thermal_zoneN/mode
14714c20688SPaul Gortmaker	  where N=0,1,2... depending on the number of thermal nodes and the
14814c20688SPaul Gortmaker	  detection order of your particular system.  The "type" parameter
14914c20688SPaul Gortmaker	  in the same node directory will tell you if it is "acerhdf".
150e86435ebSPeter Feuerer
151e86435ebSPeter Feuerer	  For more information about this driver see
15278d15eeaSAlexander A. Klimov	  <https://piie.net/files/acerhdf_README.txt>
153e86435ebSPeter Feuerer
154e86435ebSPeter Feuerer	  If you have an Acer Aspire One netbook, say Y or M
155e86435ebSPeter Feuerer	  here.
156e86435ebSPeter Feuerer
15745a3d578SAndy Shevchenkoconfig ACER_WIRELESS
15845a3d578SAndy Shevchenko        tristate "Acer Wireless Radio Control Driver"
159a46ad0f1SMario Limonciello        depends on ACPI
16045a3d578SAndy Shevchenko        depends on INPUT
161a7f7f624SMasahiro Yamada	help
16245a3d578SAndy Shevchenko          The Acer Wireless Radio Control handles the airplane mode hotkey
16345a3d578SAndy Shevchenko          present on new Acer laptops.
16445a3d578SAndy Shevchenko
16545a3d578SAndy Shevchenko          Say Y or M here if you have an Acer notebook with an airplane mode
16645a3d578SAndy Shevchenko          hotkey.
16745a3d578SAndy Shevchenko
16845a3d578SAndy Shevchenko          If you choose to compile this driver as a module the module will be
16945a3d578SAndy Shevchenko          called acer-wireless.
17045a3d578SAndy Shevchenko
17145a3d578SAndy Shevchenkoconfig ACER_WMI
17245a3d578SAndy Shevchenko	tristate "Acer WMI Laptop Extras"
17345a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
17445a3d578SAndy Shevchenko	depends on SERIO_I8042
17545a3d578SAndy Shevchenko	depends on INPUT
17645a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
17745a3d578SAndy Shevchenko	depends on ACPI_WMI
178c0ff2c39SSungHwan Jung	depends on ACPI_VIDEO || ACPI_VIDEO = n
179446dd8efSSungHwan Jung	depends on HWMON
18045a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
181349da8eeSHans de Goede	select LEDS_CLASS
182349da8eeSHans de Goede	select NEW_LEDS
1836bb5153dSSungHwan Jung	select ACPI_PLATFORM_PROFILE
184a7f7f624SMasahiro Yamada	help
18545a3d578SAndy Shevchenko	  This is a driver for newer Acer (and Wistron) laptops. It adds
18645a3d578SAndy Shevchenko	  wireless radio and bluetooth control, and on some laptops,
18745a3d578SAndy Shevchenko	  exposes the mail LED and LCD backlight.
18845a3d578SAndy Shevchenko
18945a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
19045a3d578SAndy Shevchenko	  here.
19145a3d578SAndy Shevchenko
192ef233eafSShyam Sundar S Ksource "drivers/platform/x86/amd/Kconfig"
19391f410aaSSuma Hegde
1943d904005SAndrea.Hoconfig ADV_SWBUTTON
1953d904005SAndrea.Ho	tristate "Advantech ACPI Software Button Driver"
1963d904005SAndrea.Ho	depends on ACPI && INPUT
1973d904005SAndrea.Ho	help
1983d904005SAndrea.Ho	  Say Y here to enable support for Advantech software defined
1993d904005SAndrea.Ho	  button feature. More information can be found at
2003d904005SAndrea.Ho	  <http://www.advantech.com.tw/products/>
2013d904005SAndrea.Ho
2023d904005SAndrea.Ho	  To compile this driver as a module, choose M here. The module will
2033d904005SAndrea.Ho	  be called adv_swbutton.
2043d904005SAndrea.Ho
20545a3d578SAndy Shevchenkoconfig APPLE_GMUX
20645a3d578SAndy Shevchenko	tristate "Apple Gmux Driver"
20745a3d578SAndy Shevchenko	depends on ACPI && PCI
20845a3d578SAndy Shevchenko	depends on PNP
20945a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
210a7f7f624SMasahiro Yamada	help
21145a3d578SAndy Shevchenko	  This driver provides support for the gmux device found on many
21245a3d578SAndy Shevchenko	  Apple laptops, which controls the display mux for the hybrid
21345a3d578SAndy Shevchenko	  graphics as well as the backlight. Currently only backlight
21445a3d578SAndy Shevchenko	  control is supported by the driver.
215a46ad0f1SMario Limonciello
21641b16dceSLen Brownconfig ASUS_LAPTOP
2176122af37SCorentin Chary	tristate "Asus Laptop Extras"
21841b16dceSLen Brown	depends on ACPI
219e73e2c62SCorentin Chary	select LEDS_CLASS
220e73e2c62SCorentin Chary	select NEW_LEDS
22114ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
22212d6f35bSCorentin Chary	depends on INPUT
22318e1311eSCorentin Chary	depends on RFKILL || RFKILL = n
22414ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
22566a71dd1SCorentin Chary	select INPUT_SPARSEKMAP
226a7f7f624SMasahiro Yamada	help
2278819de7fSAndy Ross	  This is a driver for Asus laptops, Lenovo SL and the Pegatron
2288819de7fSAndy Ross	  Lucid tablet. It may also support some MEDION, JVC or VICTOR
2298819de7fSAndy Ross	  laptops. It makes all the extra buttons generate standard
230b23910c2SAndy Ross	  ACPI events and input events, and on the Lucid the built-in
231b23910c2SAndy Ross	  accelerometer appears as an input device.  It also adds
232b23910c2SAndy Ross	  support for video output switching, LCD backlight control,
233b23910c2SAndy Ross	  Bluetooth and Wlan control, and most importantly, allows you
234b23910c2SAndy Ross	  to blink those fancy LEDs.
23541b16dceSLen Brown
2368819de7fSAndy Ross	  For more information see <http://acpi4asus.sf.net>.
23741b16dceSLen Brown
23841b16dceSLen Brown	  If you have an ACPI-compatible ASUS laptop, say Y or M here.
23941b16dceSLen Brown
24045a3d578SAndy Shevchenkoconfig ASUS_WIRELESS
24145a3d578SAndy Shevchenko	tristate "Asus Wireless Radio Control Driver"
24245a3d578SAndy Shevchenko	depends on ACPI
24345a3d578SAndy Shevchenko	depends on INPUT
24445a3d578SAndy Shevchenko	select NEW_LEDS
24545a3d578SAndy Shevchenko	select LEDS_CLASS
246a7f7f624SMasahiro Yamada	help
24745a3d578SAndy Shevchenko	  The Asus Wireless Radio Control handles the airplane mode hotkey
24845a3d578SAndy Shevchenko	  present on some Asus laptops.
24945a3d578SAndy Shevchenko
25045a3d578SAndy Shevchenko	  Say Y or M here if you have an ASUS notebook with an airplane mode
25145a3d578SAndy Shevchenko	  hotkey.
25245a3d578SAndy Shevchenko
25345a3d578SAndy Shevchenko	  If you choose to compile this driver as a module the module will be
25445a3d578SAndy Shevchenko	  called asus-wireless.
25545a3d578SAndy Shevchenko
25645a3d578SAndy Shevchenkoconfig ASUS_WMI
25745a3d578SAndy Shevchenko	tristate "ASUS WMI Driver"
25845a3d578SAndy Shevchenko	depends on ACPI_WMI
25945a3d578SAndy Shevchenko	depends on ACPI_BATTERY
26045a3d578SAndy Shevchenko	depends on INPUT
26145a3d578SAndy Shevchenko	depends on HWMON
26245a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
26345a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
26445a3d578SAndy Shevchenko	depends on HOTPLUG_PCI
26545a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
266b52cbca2SHans de Goede	depends on SERIO_I8042 || SERIO_I8042 = n
26745a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
26845a3d578SAndy Shevchenko	select LEDS_CLASS
26945a3d578SAndy Shevchenko	select NEW_LEDS
270c63d44aeSLuke D. Jones	select ACPI_PLATFORM_PROFILE
271a7f7f624SMasahiro Yamada	help
27245a3d578SAndy Shevchenko	  Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
27345a3d578SAndy Shevchenko	  Asus Notebooks).
27445a3d578SAndy Shevchenko
27545a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module will
27645a3d578SAndy Shevchenko	  be called asus-wmi.
27745a3d578SAndy Shevchenko
27845a3d578SAndy Shevchenkoconfig ASUS_NB_WMI
27945a3d578SAndy Shevchenko	tristate "Asus Notebook WMI Driver"
28045a3d578SAndy Shevchenko	depends on ASUS_WMI
281a7f7f624SMasahiro Yamada	help
28245a3d578SAndy Shevchenko	  This is a driver for newer Asus notebooks. It adds extra features
28345a3d578SAndy Shevchenko	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
28445a3d578SAndy Shevchenko
28545a3d578SAndy Shevchenko	  For more information, see
28645a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
28745a3d578SAndy Shevchenko
28845a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Asus Notebook, say Y or M
28945a3d578SAndy Shevchenko	  here.
29045a3d578SAndy Shevchenko
2910a6509b0SHans de Goedeconfig ASUS_TF103C_DOCK
2920a6509b0SHans de Goede	tristate "Asus TF103C 2-in-1 keyboard dock"
2930a6509b0SHans de Goede	depends on ACPI
2940a6509b0SHans de Goede	depends on I2C
2950a6509b0SHans de Goede	depends on INPUT
2960a6509b0SHans de Goede	depends on HID
2970a6509b0SHans de Goede	depends on GPIOLIB
2980a6509b0SHans de Goede	help
2990a6509b0SHans de Goede	  This is a driver for the keyboard, touchpad and USB port of the
3000a6509b0SHans de Goede	  keyboard dock for the Asus TF103C 2-in-1 tablet.
3010a6509b0SHans de Goede
3020a6509b0SHans de Goede	  This keyboard dock has its own I2C attached embedded controller
3030a6509b0SHans de Goede	  and the keyboard and touchpad are also connected over I2C,
3040a6509b0SHans de Goede	  instead of using the usual USB connection. This means that the
3050a6509b0SHans de Goede	  keyboard dock requires this special driver to function.
3060a6509b0SHans de Goede
3070a6509b0SHans de Goede	  If you have an Asus TF103C tablet say Y or M here, for a generic x86
3080a6509b0SHans de Goede	  distro config say M here.
3090a6509b0SHans de Goede
310636a1e69SChris Blakeconfig MERAKI_MX100
311636a1e69SChris Blake	tristate "Cisco Meraki MX100 Platform Driver"
312636a1e69SChris Blake	depends on GPIOLIB
313636a1e69SChris Blake	depends on GPIO_ICH
314636a1e69SChris Blake	depends on LEDS_CLASS
315636a1e69SChris Blake	select LEDS_GPIO
316636a1e69SChris Blake	help
317636a1e69SChris Blake	  This driver provides support for the front button and LEDs on
318636a1e69SChris Blake	  the Cisco Meraki MX100 (Tinkerbell) 1U appliance.
319636a1e69SChris Blake
320636a1e69SChris Blake	  To compile this driver as a module, choose M here: the module
321636a1e69SChris Blake	  will be called meraki-mx100.
322636a1e69SChris Blake
32345a3d578SAndy Shevchenkoconfig EEEPC_LAPTOP
32445a3d578SAndy Shevchenko	tristate "Eee PC Hotkey Driver"
32545a3d578SAndy Shevchenko	depends on ACPI
32645a3d578SAndy Shevchenko	depends on INPUT
32745a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
32845a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
32945a3d578SAndy Shevchenko	depends on HOTPLUG_PCI
33045a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
33145a3d578SAndy Shevchenko	select HWMON
33245a3d578SAndy Shevchenko	select LEDS_CLASS
33345a3d578SAndy Shevchenko	select NEW_LEDS
33445a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
335a7f7f624SMasahiro Yamada	help
33645a3d578SAndy Shevchenko	  This driver supports the Fn-Fx keys on Eee PC laptops.
33745a3d578SAndy Shevchenko
33845a3d578SAndy Shevchenko	  It  also gives access to some extra laptop functionalities like
33945a3d578SAndy Shevchenko	  Bluetooth, backlight and allows powering on/off some other
34045a3d578SAndy Shevchenko	  devices.
34145a3d578SAndy Shevchenko
34245a3d578SAndy Shevchenko	  If you have an Eee PC laptop, say Y or M here. If this driver
34345a3d578SAndy Shevchenko	  doesn't work on your Eee PC, try eeepc-wmi instead.
34445a3d578SAndy Shevchenko
34545a3d578SAndy Shevchenkoconfig EEEPC_WMI
34645a3d578SAndy Shevchenko	tristate "Eee PC WMI Driver"
34745a3d578SAndy Shevchenko	depends on ASUS_WMI
348a7f7f624SMasahiro Yamada	help
34945a3d578SAndy Shevchenko	  This is a driver for newer Eee PC laptops. It adds extra features
35045a3d578SAndy Shevchenko	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
35145a3d578SAndy Shevchenko
35245a3d578SAndy Shevchenko	  For more information, see
35345a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
35445a3d578SAndy Shevchenko
35545a3d578SAndy Shevchenko	  If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
35645a3d578SAndy Shevchenko	  here.
35745a3d578SAndy Shevchenko
358f1e1ea51SMario Limonciellosource "drivers/platform/x86/dell/Kconfig"
3597a3319c1SMichał Kępień
36045a3d578SAndy Shevchenkoconfig AMILO_RFKILL
36145a3d578SAndy Shevchenko	tristate "Fujitsu-Siemens Amilo rfkill support"
362817a5cdbSPali Rohár	depends on RFKILL
36345a3d578SAndy Shevchenko	depends on SERIO_I8042
364a7f7f624SMasahiro Yamada	help
36545a3d578SAndy Shevchenko	  This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
36645a3d578SAndy Shevchenko	  laptops.
367820787fcSColin Ian King
36841b16dceSLen Brownconfig FUJITSU_LAPTOP
36941b16dceSLen Brown	tristate "Fujitsu Laptop Extras"
37041b16dceSLen Brown	depends on ACPI
37141b16dceSLen Brown	depends on INPUT
37241b16dceSLen Brown	depends on BACKLIGHT_CLASS_DEVICE
373*14c8a145SSzilard Fabian	depends on ACPI_BATTERY
37414ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
375f2252672SMichał Kępień	select INPUT_SPARSEKMAP
376afdd1ebbSNecip Fazil Yildiran	select NEW_LEDS
377d89bcc83SMichał Kępień	select LEDS_CLASS
378a7f7f624SMasahiro Yamada	help
37941b16dceSLen Brown	  This is a driver for laptops built by Fujitsu:
38041b16dceSLen Brown
38141b16dceSLen Brown	    * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
38241b16dceSLen Brown	    * Possibly other Fujitsu laptop models
38341b16dceSLen Brown	    * Tested with S6410 and S7020
38441b16dceSLen Brown
38541b16dceSLen Brown	  It adds support for LCD brightness control and some hotkeys.
38641b16dceSLen Brown
38741b16dceSLen Brown	  If you have a Fujitsu laptop, say Y or M here.
38841b16dceSLen Brown
3892d24c490SRobert Gerlachconfig FUJITSU_TABLET
3902d24c490SRobert Gerlach       tristate "Fujitsu Tablet Extras"
3912d24c490SRobert Gerlach       depends on ACPI
3922d24c490SRobert Gerlach       depends on INPUT
393a7f7f624SMasahiro Yamada	help
3942d24c490SRobert Gerlach         This is a driver for tablets built by Fujitsu:
3952d24c490SRobert Gerlach
3962d24c490SRobert Gerlach           * Lifebook P1510/P1610/P1620/Txxxx
3972d24c490SRobert Gerlach           * Stylistic ST5xxx
3982d24c490SRobert Gerlach           * Possibly other Fujitsu tablet models
3992d24c490SRobert Gerlach
4002d24c490SRobert Gerlach         It adds support for the panel buttons, docking station detection,
4012d24c490SRobert Gerlach         tablet/notebook mode detection for convertible and
4022d24c490SRobert Gerlach         orientation detection for docked slates.
4032d24c490SRobert Gerlach
4042d24c490SRobert Gerlach         If you have a Fujitsu convertible or slate, say Y or M here.
4052d24c490SRobert Gerlach
4061b46f17dSHans de Goedeconfig GPD_POCKET_FAN
4071b46f17dSHans de Goede	tristate "GPD Pocket Fan Controller support"
4081b46f17dSHans de Goede	depends on ACPI
4091b46f17dSHans de Goede	depends on THERMAL
410a7f7f624SMasahiro Yamada	help
4111b46f17dSHans de Goede	  Driver for the GPD Pocket vendor specific FAN02501 ACPI device
4121b46f17dSHans de Goede	  which controls the fan speed on the GPD Pocket.
4131b46f17dSHans de Goede
4141b46f17dSHans de Goede	  Without this driver the fan on the Pocket will stay off independent
4151b46f17dSHans de Goede	  of the CPU temperature. Say Y or M if the kernel may be used on a
4161b46f17dSHans de Goede	  GPD pocket.
4171b46f17dSHans de Goede
4186e9b8992SJorge Lopezsource "drivers/platform/x86/hp/Kconfig"
419efcfed9bSJean Delvare
420a558ea42SMario Limoncielloconfig WIRELESS_HOTKEY
421a558ea42SMario Limonciello	tristate "Wireless hotkey button"
42254290fa6SAlex Hung	depends on ACPI
42354290fa6SAlex Hung	depends on INPUT
42454290fa6SAlex Hung	help
425a558ea42SMario Limonciello	 This driver provides supports for the wireless buttons found on some AMD,
426a558ea42SMario Limonciello	 HP, & Xioami laptops.
42754290fa6SAlex Hung	 On such systems the driver should load automatically (via ACPI alias).
42854290fa6SAlex Hung
42954290fa6SAlex Hung	 To compile this driver as a module, choose M here: the module will
430a558ea42SMario Limonciello	 be called wireless-hotkey.
43154290fa6SAlex Hung
43245a3d578SAndy Shevchenkoconfig IBM_RTL
43345a3d578SAndy Shevchenko	tristate "Device driver to enable PRTL support"
43445a3d578SAndy Shevchenko	depends on PCI
435a7f7f624SMasahiro Yamada	help
43645a3d578SAndy Shevchenko	 Enable support for IBM Premium Real Time Mode (PRTM).
43745a3d578SAndy Shevchenko	 This module will allow you the enter and exit PRTM in the BIOS via
43845a3d578SAndy Shevchenko	 sysfs on platforms that support this feature.  System in PRTM will
43945a3d578SAndy Shevchenko	 not receive CPU-generated SMIs for recoverable errors.  Use of this
44045a3d578SAndy Shevchenko	 feature without proper support may void your hardware warranty.
44141b16dceSLen Brown
44245a3d578SAndy Shevchenko	 If the proper BIOS support is found the driver will load and create
44345a3d578SAndy Shevchenko	 /sys/devices/system/ibm_rtl/.  The "state" variable will indicate
44445a3d578SAndy Shevchenko	 whether or not the BIOS is in PRTM.
44545a3d578SAndy Shevchenko	 state = 0 (BIOS SMIs on)
44645a3d578SAndy Shevchenko	 state = 1 (BIOS SMIs off)
44741b16dceSLen Brown
44857ac3b05SIke Panhcconfig IDEAPAD_LAPTOP
44957ac3b05SIke Panhc	tristate "Lenovo IdeaPad Laptop Extras"
45058ac7aa0SDavid Woodhouse	depends on ACPI
451ad0f4306SRandy Dunlap	depends on RFKILL && INPUT
45207a4a4fcSMaxim Mikityanskiy	depends on SERIO_I8042
453445e8d00SMatthew Garrett	depends on BACKLIGHT_CLASS_DEVICE
45414ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
45574caab99SArnd Bergmann	depends on ACPI_WMI || ACPI_WMI = n
45621f05a43SMaximilian Luz	select ACPI_PLATFORM_PROFILE
457f63409aeSIke Panhc	select INPUT_SPARSEKMAP
458d8f5c5eaSBarnabás Pőcze	select NEW_LEDS
459d8f5c5eaSBarnabás Pőcze	select LEDS_CLASS
46058ac7aa0SDavid Woodhouse	help
46116fd91e0SIke Panhc	  This is a driver for Lenovo IdeaPad netbooks contains drivers for
46216fd91e0SIke Panhc	  rfkill switch, hotkey, fan control and backlight control.
46358ac7aa0SDavid Woodhouse
464e82882cdSGergo Kotelesconfig LENOVO_YMC
465e82882cdSGergo Koteles	tristate "Lenovo Yoga Tablet Mode Control"
466e82882cdSGergo Koteles	depends on ACPI_WMI
467e82882cdSGergo Koteles	depends on INPUT
468e82882cdSGergo Koteles	select INPUT_SPARSEKMAP
469e82882cdSGergo Koteles	help
470e82882cdSGergo Koteles	  This driver maps the Tablet Mode Control switch to SW_TABLET_MODE input
471e82882cdSGergo Koteles	  events for Lenovo Yoga notebooks.
472e82882cdSGergo Koteles
47345a3d578SAndy Shevchenkoconfig SENSORS_HDAPS
47445a3d578SAndy Shevchenko	tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
4753dda3b37SBenjamin Tissoires	depends on INPUT
47645a3d578SAndy Shevchenko	help
47745a3d578SAndy Shevchenko	  This driver provides support for the IBM Hard Drive Active Protection
47845a3d578SAndy Shevchenko	  System (hdaps), which provides an accelerometer and other misc. data.
47945a3d578SAndy Shevchenko	  ThinkPads starting with the R50, T41, and X40 are supported.  The
48045a3d578SAndy Shevchenko	  accelerometer data is readable via sysfs.
4813dda3b37SBenjamin Tissoires
48245a3d578SAndy Shevchenko	  This driver also provides an absolute input class device, allowing
48345a3d578SAndy Shevchenko	  the laptop to act as a pinball machine-esque joystick.
48445a3d578SAndy Shevchenko
48545a3d578SAndy Shevchenko	  If your ThinkPad is not recognized by the driver, please update to latest
48645a3d578SAndy Shevchenko	  BIOS. This is especially the case for some R52 ThinkPads.
48745a3d578SAndy Shevchenko
48845a3d578SAndy Shevchenko	  Say Y here if you have an applicable laptop and want to experience
48945a3d578SAndy Shevchenko	  the awesome power of hdaps.
4903dda3b37SBenjamin Tissoires
49141b16dceSLen Brownconfig THINKPAD_ACPI
49241b16dceSLen Brown	tristate "ThinkPad ACPI Laptop Extras"
49341b16dceSLen Brown	depends on ACPI
4942801b968SOgnjen Galic	depends on ACPI_BATTERY
495d263da31SCorentin Chary	depends on INPUT
49619d337dfSJohannes Berg	depends on RFKILL || RFKILL = n
49714ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
49814ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
499153cca9cSHans de Goede	depends on I2C
500f809891eSHans de Goede	depends on DRM
50121f05a43SMaximilian Luz	select ACPI_PLATFORM_PROFILE
502f809891eSHans de Goede	select DRM_PRIVACY_SCREEN
50341b16dceSLen Brown	select HWMON
50441b16dceSLen Brown	select NVRAM
50541b16dceSLen Brown	select NEW_LEDS
50641b16dceSLen Brown	select LEDS_CLASS
507a7f7f624SMasahiro Yamada	help
50841b16dceSLen Brown	  This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
50941b16dceSLen Brown	  support for Fn-Fx key combinations, Bluetooth control, video
51041b16dceSLen Brown	  output switching, ThinkLight control, UltraBay eject and more.
51141b16dceSLen Brown	  For more information about this driver see
5129e1cbedeSMauro Carvalho Chehab	  <file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and
51341b16dceSLen Brown	  <http://ibm-acpi.sf.net/> .
51441b16dceSLen Brown
51541b16dceSLen Brown	  This driver was formerly known as ibm-acpi.
51641b16dceSLen Brown
5176e5b08eeSHenrique de Moraes Holschuh	  Extra functionality will be available if the rfkill (CONFIG_RFKILL)
5186e5b08eeSHenrique de Moraes Holschuh	  and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
5196e5b08eeSHenrique de Moraes Holschuh	  Note that if you want ThinkPad-ACPI to be built-in instead of
5206e5b08eeSHenrique de Moraes Holschuh	  modular, ALSA and rfkill will also have to be built-in.
5216e5b08eeSHenrique de Moraes Holschuh
52241b16dceSLen Brown	  If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
52341b16dceSLen Brown
524ff850c33SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_ALSA_SUPPORT
525ff850c33SHenrique de Moraes Holschuh	bool "Console audio control ALSA interface"
526ff850c33SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
527ff850c33SHenrique de Moraes Holschuh	depends on SND
528ff850c33SHenrique de Moraes Holschuh	depends on SND = y || THINKPAD_ACPI = SND
529ff850c33SHenrique de Moraes Holschuh	default y
530a7f7f624SMasahiro Yamada	help
531ff850c33SHenrique de Moraes Holschuh	  Enables monitoring of the built-in console audio output control
532ff850c33SHenrique de Moraes Holschuh	  (headphone and speakers), which is operated by the mute and (in
533ff850c33SHenrique de Moraes Holschuh	  some ThinkPad models) volume hotkeys.
534ff850c33SHenrique de Moraes Holschuh
535ff850c33SHenrique de Moraes Holschuh	  If this option is enabled, ThinkPad-ACPI will export an ALSA card
536ff850c33SHenrique de Moraes Holschuh	  with a single read-only mixer control, which should be used for
537ff850c33SHenrique de Moraes Holschuh	  on-screen-display feedback purposes by the Desktop Environment.
538ff850c33SHenrique de Moraes Holschuh
539ff850c33SHenrique de Moraes Holschuh	  Optionally, the driver will also allow software control (the
540ff850c33SHenrique de Moraes Holschuh	  ALSA mixer will be made read-write).  Please refer to the driver
541ff850c33SHenrique de Moraes Holschuh	  documentation for details.
542ff850c33SHenrique de Moraes Holschuh
543ff850c33SHenrique de Moraes Holschuh	  All IBM models have both volume and mute control.  Newer Lenovo
544ff850c33SHenrique de Moraes Holschuh	  models only have mute control (the volume hotkeys are just normal
545ff850c33SHenrique de Moraes Holschuh	  keys and volume control is done through the main HDA mixer).
546ff850c33SHenrique de Moraes Holschuh
547a73f3091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUGFACILITIES
548a73f3091SHenrique de Moraes Holschuh	bool "Maintainer debug facilities"
549a73f3091SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
550a7f7f624SMasahiro Yamada	help
551a73f3091SHenrique de Moraes Holschuh	  Enables extra stuff in the thinkpad-acpi which is completely useless
552a73f3091SHenrique de Moraes Holschuh	  for normal use.  Read the driver source to find out what it does.
553a73f3091SHenrique de Moraes Holschuh
554a73f3091SHenrique de Moraes Holschuh	  Say N here, unless you were told by a kernel maintainer to do
555a73f3091SHenrique de Moraes Holschuh	  otherwise.
556a73f3091SHenrique de Moraes Holschuh
55741b16dceSLen Brownconfig THINKPAD_ACPI_DEBUG
55841b16dceSLen Brown	bool "Verbose debug mode"
55941b16dceSLen Brown	depends on THINKPAD_ACPI
560a7f7f624SMasahiro Yamada	help
56141b16dceSLen Brown	  Enables extra debugging information, at the expense of a slightly
56241b16dceSLen Brown	  increase in driver size.
56341b16dceSLen Brown
56441b16dceSLen Brown	  If you are not sure, say N here.
56541b16dceSLen Brown
566a4d5effcSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_UNSAFE_LEDS
567a4d5effcSHenrique de Moraes Holschuh	bool "Allow control of important LEDs (unsafe)"
568a4d5effcSHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
569a7f7f624SMasahiro Yamada	help
570a4d5effcSHenrique de Moraes Holschuh	  Overriding LED state on ThinkPads can mask important
571a4d5effcSHenrique de Moraes Holschuh	  firmware alerts (like critical battery condition), or misled
572a4d5effcSHenrique de Moraes Holschuh	  the user into damaging the hardware (undocking or ejecting
573a4d5effcSHenrique de Moraes Holschuh	  the bay while buses are still active), etc.
574a4d5effcSHenrique de Moraes Holschuh
575a4d5effcSHenrique de Moraes Holschuh	  LED control on the ThinkPad is write-only (with very few
576a4d5effcSHenrique de Moraes Holschuh	  exceptions on very ancient models), which makes it
577a4d5effcSHenrique de Moraes Holschuh	  impossible to know beforehand if important information will
578a4d5effcSHenrique de Moraes Holschuh	  be lost when one changes LED state.
579a4d5effcSHenrique de Moraes Holschuh
580a4d5effcSHenrique de Moraes Holschuh	  Users that know what they are doing can enable this option
581a4d5effcSHenrique de Moraes Holschuh	  and the driver will allow control of every LED, including
582a4d5effcSHenrique de Moraes Holschuh	  the ones on the dock stations.
583a4d5effcSHenrique de Moraes Holschuh
584a4d5effcSHenrique de Moraes Holschuh	  Never enable this option on a distribution kernel.
585a4d5effcSHenrique de Moraes Holschuh
586a4d5effcSHenrique de Moraes Holschuh	  Say N here, unless you are building a kernel for your own
587a4d5effcSHenrique de Moraes Holschuh	  use, and need to control the important firmware LEDs.
588a4d5effcSHenrique de Moraes Holschuh
58941b16dceSLen Brownconfig THINKPAD_ACPI_VIDEO
59041b16dceSLen Brown	bool "Video output control support"
59141b16dceSLen Brown	depends on THINKPAD_ACPI
59241b16dceSLen Brown	default y
593a7f7f624SMasahiro Yamada	help
59441b16dceSLen Brown	  Allows the thinkpad_acpi driver to provide an interface to control
59541b16dceSLen Brown	  the various video output ports.
59641b16dceSLen Brown
59741b16dceSLen Brown	  This feature often won't work well, depending on ThinkPad model,
59841b16dceSLen Brown	  display state, video output devices in use, whether there is a X
59941b16dceSLen Brown	  server running, phase of the moon, and the current mood of
60041b16dceSLen Brown	  Schroedinger's cat.  If you can use X.org's RandR to control
60141b16dceSLen Brown	  your ThinkPad's video output ports instead of this feature,
602b525c06cSHenrique de Moraes Holschuh	  don't think twice: do it and say N here to save memory and avoid
603b525c06cSHenrique de Moraes Holschuh	  bad interactions with X.org.
60441b16dceSLen Brown
605b525c06cSHenrique de Moraes Holschuh	  NOTE: access to this feature is limited to processes with the
606b525c06cSHenrique de Moraes Holschuh	  CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
607b525c06cSHenrique de Moraes Holschuh	  where it interacts badly with X.org.
608b525c06cSHenrique de Moraes Holschuh
609b525c06cSHenrique de Moraes Holschuh	  If you are not sure, say Y here but do try to check if you could
610b525c06cSHenrique de Moraes Holschuh	  be using X.org RandR instead.
61141b16dceSLen Brown
61241b16dceSLen Brownconfig THINKPAD_ACPI_HOTKEY_POLL
61341b16dceSLen Brown	bool "Support NVRAM polling for hot keys"
61441b16dceSLen Brown	depends on THINKPAD_ACPI
61541b16dceSLen Brown	default y
616a7f7f624SMasahiro Yamada	help
61741b16dceSLen Brown	  Some thinkpad models benefit from NVRAM polling to detect a few of
61841b16dceSLen Brown	  the hot key press events.  If you know your ThinkPad model does not
61941b16dceSLen Brown	  need to do NVRAM polling to support any of the hot keys you use,
62041b16dceSLen Brown	  unselecting this option will save about 1kB of memory.
62141b16dceSLen Brown
62241b16dceSLen Brown	  ThinkPads T40 and newer, R52 and newer, and X31 and newer are
62341b16dceSLen Brown	  unlikely to need NVRAM polling in their latest BIOS versions.
62441b16dceSLen Brown
62541b16dceSLen Brown	  NVRAM polling can detect at most the following keys: ThinkPad/Access
62641b16dceSLen Brown	  IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
62741b16dceSLen Brown	  Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
62841b16dceSLen Brown
62941b16dceSLen Brown	  If you are not sure, say Y here.  The driver enables polling only if
63041b16dceSLen Brown	  it is strictly necessary to do so.
63141b16dceSLen Brown
632a40cd7efSMark Pearsonconfig THINKPAD_LMI
633a40cd7efSMark Pearson	tristate "Lenovo WMI-based systems management driver"
634a40cd7efSMark Pearson	depends on ACPI_WMI
635a40cd7efSMark Pearson	select FW_ATTR_CLASS
636a40cd7efSMark Pearson	help
637a40cd7efSMark Pearson	  This driver allows changing BIOS settings on Lenovo machines whose
638a40cd7efSMark Pearson	  BIOS support the WMI interface.
639a40cd7efSMark Pearson
640a40cd7efSMark Pearson	  To compile this driver as a module, choose M here: the module will
641a40cd7efSMark Pearson	  be called think-lmi.
642a40cd7efSMark Pearson
6438bd836feSAndy Shevchenkosource "drivers/platform/x86/intel/Kconfig"
6448bd836feSAndy Shevchenko
645392cacf2SNikita Kravetsconfig MSI_EC
646392cacf2SNikita Kravets	tristate "MSI EC Extras"
647392cacf2SNikita Kravets	depends on ACPI
648392cacf2SNikita Kravets	depends on ACPI_BATTERY
649392cacf2SNikita Kravets	help
650392cacf2SNikita Kravets	  This driver allows various MSI laptops' functionalities to be
651392cacf2SNikita Kravets	  controlled from userspace, including battery charge threshold.
652392cacf2SNikita Kravets
65345a3d578SAndy Shevchenkoconfig MSI_LAPTOP
65445a3d578SAndy Shevchenko	tristate "MSI Laptop Extras"
65545a3d578SAndy Shevchenko	depends on ACPI
65614ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
65745a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
65845a3d578SAndy Shevchenko	depends on RFKILL
65945a3d578SAndy Shevchenko	depends on INPUT && SERIO_I8042
660642e0447SDmitry Torokhov	select INPUT_SPARSEKMAP
661a7f7f624SMasahiro Yamada	help
66245a3d578SAndy Shevchenko	  This is a driver for laptops built by MSI (MICRO-STAR
66345a3d578SAndy Shevchenko	  INTERNATIONAL):
66476593d6fSCorentin Chary
66545a3d578SAndy Shevchenko	  MSI MegaBook S270 (MS-1013)
66645a3d578SAndy Shevchenko	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
66741b16dceSLen Brown
66845a3d578SAndy Shevchenko	  It adds support for Bluetooth, WLAN and LCD brightness control.
66941b16dceSLen Brown
67045a3d578SAndy Shevchenko	  More information about this driver is available at
67145a3d578SAndy Shevchenko	  <http://0pointer.de/lennart/tchibo.html>.
672ee027e4aSYong Wang
67345a3d578SAndy Shevchenko	  If you have an MSI S270 laptop, say Y or M here.
674edb73f4fSMattias Jacobsson
675d12d8bafSThomas Renningerconfig MSI_WMI
676d12d8bafSThomas Renninger	tristate "MSI WMI extras"
677d12d8bafSThomas Renninger	depends on ACPI_WMI
678d12d8bafSThomas Renninger	depends on INPUT
679de078e57SAnisse Astier	depends on BACKLIGHT_CLASS_DEVICE
68014ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
681c30116c6SAnisse Astier	select INPUT_SPARSEKMAP
682d12d8bafSThomas Renninger	help
683d12d8bafSThomas Renninger	 Say Y here if you want to support WMI-based hotkeys on MSI laptops.
684d12d8bafSThomas Renninger
685d12d8bafSThomas Renninger	 To compile this driver as a module, choose M here: the module will
686d12d8bafSThomas Renninger	 be called msi-wmi.
687d12d8bafSThomas Renninger
68845a3d578SAndy Shevchenkoconfig XO15_EBOOK
68945a3d578SAndy Shevchenko	tristate "OLPC XO-1.5 ebook switch"
69045a3d578SAndy Shevchenko	depends on OLPC || COMPILE_TEST
69145a3d578SAndy Shevchenko	depends on ACPI && INPUT
692a7f7f624SMasahiro Yamada	help
69345a3d578SAndy Shevchenko	  Support for the ebook switch on the OLPC XO-1.5 laptop.
69413bb0fd5SHans de Goede
69545a3d578SAndy Shevchenko	  This switch is triggered as the screen is rotated and folded down to
69645a3d578SAndy Shevchenko	  convert the device into ebook form.
69745a3d578SAndy Shevchenko
69845a3d578SAndy Shevchenkoconfig XO1_RFKILL
69945a3d578SAndy Shevchenko	tristate "OLPC XO-1 software RF kill switch"
70045a3d578SAndy Shevchenko	depends on OLPC || COMPILE_TEST
70145a3d578SAndy Shevchenko	depends on RFKILL
702a7f7f624SMasahiro Yamada	help
70345a3d578SAndy Shevchenko	  Support for enabling/disabling the WLAN interface on the OLPC XO-1
70445a3d578SAndy Shevchenko	  laptop.
70545a3d578SAndy Shevchenko
70645a3d578SAndy Shevchenkoconfig PCENGINES_APU2
70745a3d578SAndy Shevchenko	tristate "PC Engines APUv2/3 front button and LEDs driver"
70845a3d578SAndy Shevchenko	depends on INPUT && INPUT_KEYBOARD && GPIOLIB
70945a3d578SAndy Shevchenko	depends on LEDS_CLASS
71045a3d578SAndy Shevchenko	select GPIO_AMD_FCH
71145a3d578SAndy Shevchenko	select KEYBOARD_GPIO_POLLED
71245a3d578SAndy Shevchenko	select LEDS_GPIO
71345a3d578SAndy Shevchenko	help
71445a3d578SAndy Shevchenko	  This driver provides support for the front button and LEDs on
71545a3d578SAndy Shevchenko	  PC Engines APUv2/APUv3 board.
71645a3d578SAndy Shevchenko
71745a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
71845a3d578SAndy Shevchenko	  will be called pcengines-apuv2.
71945a3d578SAndy Shevchenko
72086af1d02SSantosh Kumar Yadavconfig BARCO_P50_GPIO
72186af1d02SSantosh Kumar Yadav	tristate "Barco P50 GPIO driver for identify LED/button"
72286af1d02SSantosh Kumar Yadav	depends on GPIOLIB
72386af1d02SSantosh Kumar Yadav	help
72486af1d02SSantosh Kumar Yadav	  This driver provides access to the GPIOs for the identify button
72586af1d02SSantosh Kumar Yadav	  and led present on Barco P50 board.
72686af1d02SSantosh Kumar Yadav
72786af1d02SSantosh Kumar Yadav	  To compile this driver as a module, choose M here: the module
72886af1d02SSantosh Kumar Yadav	  will be called barco-p50-gpio.
72986af1d02SSantosh Kumar Yadav
73045a3d578SAndy Shevchenkoconfig SAMSUNG_LAPTOP
73145a3d578SAndy Shevchenko	tristate "Samsung Laptop driver"
73245a3d578SAndy Shevchenko	depends on RFKILL || RFKILL = n
73345a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
73445a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
735bf8f65daSGuillaume Douézan-Grard	select LEDS_CLASS
736bf8f65daSGuillaume Douézan-Grard	select NEW_LEDS
737a7f7f624SMasahiro Yamada	help
73845a3d578SAndy Shevchenko	  This module implements a driver for a wide range of different
73945a3d578SAndy Shevchenko	  Samsung laptops.  It offers control over the different
74045a3d578SAndy Shevchenko	  function keys, wireless LED, LCD backlight level.
7419caeb532SHerton Ronaldo Krzesinski
74245a3d578SAndy Shevchenko	  It may also provide some sysfs files described in
74345a3d578SAndy Shevchenko	  <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop>
74445a3d578SAndy Shevchenko
74545a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
74645a3d578SAndy Shevchenko	  will be called samsung-laptop.
74745a3d578SAndy Shevchenko
74845a3d578SAndy Shevchenkoconfig SAMSUNG_Q10
74945a3d578SAndy Shevchenko	tristate "Samsung Q10 Extras"
75045a3d578SAndy Shevchenko	depends on ACPI
75145a3d578SAndy Shevchenko	select BACKLIGHT_CLASS_DEVICE
752a7f7f624SMasahiro Yamada	help
75345a3d578SAndy Shevchenko	  This driver provides support for backlight control on Samsung Q10
75445a3d578SAndy Shevchenko	  and related laptops, including Dell Latitude X200.
7559caeb532SHerton Ronaldo Krzesinski
756b4f9fe12SLen Brownconfig ACPI_TOSHIBA
757b4f9fe12SLen Brown	tristate "Toshiba Laptop Extras"
758b4f9fe12SLen Brown	depends on ACPI
7598ef5db9eSArvid Norlander	depends on ACPI_BATTERY
760f11f999eSSeth Forshee	depends on ACPI_WMI
7610c51a4d8SMark Brown	select LEDS_CLASS
7620c51a4d8SMark Brown	select NEW_LEDS
763c76a3e1dSJonathan Corbet	depends on BACKLIGHT_CLASS_DEVICE
764b4f9fe12SLen Brown	depends on INPUT
765283672e4SSeth Forshee	depends on SERIO_I8042 || SERIO_I8042 = n
766358d6a2cSHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
767c727ba4cSArvid Norlander	depends on HWMON || HWMON = n
768dc4522beSAzael Avalos	depends on RFKILL || RFKILL = n
76998010f1eSAzael Avalos	depends on IIO
770384a7cd9SDmitry Torokhov	select INPUT_SPARSEKMAP
771a7f7f624SMasahiro Yamada	help
772b4f9fe12SLen Brown	  This driver adds support for access to certain system settings
773b4f9fe12SLen Brown	  on "legacy free" Toshiba laptops.  These laptops can be recognized by
774b4f9fe12SLen Brown	  their lack of a BIOS setup menu and APM support.
775b4f9fe12SLen Brown
776b4f9fe12SLen Brown	  On these machines, all system configuration is handled through the
777b4f9fe12SLen Brown	  ACPI.  This driver is required for access to controls not covered
778b4f9fe12SLen Brown	  by the general ACPI drivers, such as LCD brightness, video output,
779b4f9fe12SLen Brown	  etc.
780b4f9fe12SLen Brown
781b4f9fe12SLen Brown	  This driver differs from the non-ACPI Toshiba laptop driver (located
782b4f9fe12SLen Brown	  under "Processor type and features") in several aspects.
783b4f9fe12SLen Brown	  Configuration is accessed by reading and writing text files in the
784b4f9fe12SLen Brown	  /proc tree instead of by program interface to /dev.  Furthermore, no
785b4f9fe12SLen Brown	  power management functions are exposed, as those are handled by the
786b4f9fe12SLen Brown	  general ACPI drivers.
787b4f9fe12SLen Brown
788b4f9fe12SLen Brown	  More information about this driver is available at
789b4f9fe12SLen Brown	  <http://memebeam.org/toys/ToshibaAcpiDriver>.
790b4f9fe12SLen Brown
791b4f9fe12SLen Brown	  If you have a legacy free Toshiba laptop (such as the Libretto L1
792b4f9fe12SLen Brown	  series), say Y.
79342b4e9eeSJes Sorensen
79442b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL
79542b4e9eeSJes Sorensen	tristate "Toshiba Bluetooth RFKill switch support"
79642b4e9eeSJes Sorensen	depends on ACPI
7977ee8cd33SAzael Avalos	depends on RFKILL || RFKILL = n
798a7f7f624SMasahiro Yamada	help
79942b4e9eeSJes Sorensen	  This driver adds support for Bluetooth events for the RFKill
80042b4e9eeSJes Sorensen	  switch on modern Toshiba laptops with full ACPI support and
80142b4e9eeSJes Sorensen	  an RFKill switch.
80242b4e9eeSJes Sorensen
80342b4e9eeSJes Sorensen	  This driver handles RFKill events for the TOS6205 Bluetooth,
80442b4e9eeSJes Sorensen	  and re-enables it when the switch is set back to the 'on'
80542b4e9eeSJes Sorensen	  position.
80642b4e9eeSJes Sorensen
80742b4e9eeSJes Sorensen	  If you have a modern Toshiba laptop with a Bluetooth and an
80842b4e9eeSJes Sorensen	  RFKill switch (such as the Portege R500), say Y.
809529aa8cbSThadeu Lima de Souza Cascardo
810186e4e89SAzael Avalosconfig TOSHIBA_HAPS
811186e4e89SAzael Avalos	tristate "Toshiba HDD Active Protection Sensor"
812186e4e89SAzael Avalos	depends on ACPI
813a7f7f624SMasahiro Yamada	help
814186e4e89SAzael Avalos	  This driver adds support for the built-in accelerometer
815769a12a9SMasanari Iida	  found on recent Toshiba laptops equipped with HID TOS620A
816186e4e89SAzael Avalos	  device.
817186e4e89SAzael Avalos
818186e4e89SAzael Avalos	  This driver receives ACPI notify events 0x80 when the sensor
819186e4e89SAzael Avalos	  detects a sudden move or a harsh vibration, as well as an
820186e4e89SAzael Avalos	  ACPI notify event 0x81 whenever the movement or vibration has
821186e4e89SAzael Avalos	  been stabilized.
822186e4e89SAzael Avalos
823186e4e89SAzael Avalos	  Also provides sysfs entries to get/set the desired protection
824769a12a9SMasanari Iida	  level and resetting the HDD protection interface.
825186e4e89SAzael Avalos
826186e4e89SAzael Avalos	  If you have a recent Toshiba laptop with a built-in accelerometer
827186e4e89SAzael Avalos	  device, say Y.
828186e4e89SAzael Avalos
82914991fc7SAzael Avalosconfig TOSHIBA_WMI
83014991fc7SAzael Avalos	tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)"
83114991fc7SAzael Avalos	depends on ACPI_WMI
83214991fc7SAzael Avalos	depends on INPUT
83314991fc7SAzael Avalos	select INPUT_SPARSEKMAP
834a7f7f624SMasahiro Yamada	help
83514991fc7SAzael Avalos	  This driver adds hotkey monitoring support to some Toshiba models
83614991fc7SAzael Avalos	  that manage the hotkeys via WMI events.
83714991fc7SAzael Avalos
83814991fc7SAzael Avalos	  WARNING: This driver is incomplete as it lacks a proper keymap and the
83914991fc7SAzael Avalos	  *notify function only prints the ACPI event type value. Be warned that
84014991fc7SAzael Avalos	  you will need to provide some information if you have a Toshiba model
84183fc61a5SMasanari Iida	  with WMI event hotkeys and want to help with the development of this
84214991fc7SAzael Avalos	  driver.
84314991fc7SAzael Avalos
84414991fc7SAzael Avalos	  If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.
84514991fc7SAzael Avalos
846529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC
847529aa8cbSThadeu Lima de Souza Cascardo	tristate "CMPC Laptop Extras"
8484f258cf4SRandy Dunlap	depends on ACPI && INPUT
849f35843edSThadeu Lima de Souza Cascardo	depends on RFKILL || RFKILL=n
850529aa8cbSThadeu Lima de Souza Cascardo	select BACKLIGHT_CLASS_DEVICE
851529aa8cbSThadeu Lima de Souza Cascardo	help
852529aa8cbSThadeu Lima de Souza Cascardo	  Support for Intel Classmate PC ACPI devices, including some
853529aa8cbSThadeu Lima de Souza Cascardo	  keys as input device, backlight device, tablet and accelerometer
854529aa8cbSThadeu Lima de Souza Cascardo	  devices.
855529aa8cbSThadeu Lima de Souza Cascardo
85645a3d578SAndy Shevchenkoconfig COMPAL_LAPTOP
85745a3d578SAndy Shevchenko	tristate "Compal (and others) Laptop Extras"
85845a3d578SAndy Shevchenko	depends on ACPI
85945a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
86045a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
86145a3d578SAndy Shevchenko	depends on RFKILL
86245a3d578SAndy Shevchenko	depends on HWMON
86345a3d578SAndy Shevchenko	depends on POWER_SUPPLY
864a7f7f624SMasahiro Yamada	help
86545a3d578SAndy Shevchenko	  This is a driver for laptops built by Compal, and some models by
86645a3d578SAndy Shevchenko	  other brands (e.g. Dell, Toshiba).
8671cd706dfSHans de Goede
86845a3d578SAndy Shevchenko	  It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
86945a3d578SAndy Shevchenko	  and battery charging level control.
870d740795dSYauhen Kharuzhy
87145a3d578SAndy Shevchenkoconfig LG_LAPTOP
87245a3d578SAndy Shevchenko	tristate "LG Laptop Extras"
87345a3d578SAndy Shevchenko	depends on ACPI
87407f5ed0eSMatan Ziv-Av	depends on ACPI_BATTERY
87545a3d578SAndy Shevchenko	depends on ACPI_WMI
87645a3d578SAndy Shevchenko	depends on INPUT
87745a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
8788f0c01e6SNecip Fazil Yildiran	select NEW_LEDS
87945a3d578SAndy Shevchenko	select LEDS_CLASS
88045a3d578SAndy Shevchenko	help
88145a3d578SAndy Shevchenko	 This driver adds support for hotkeys as well as control of keyboard
88245a3d578SAndy Shevchenko	 backlight, battery maximum charge level and various other ACPI
88345a3d578SAndy Shevchenko	 features.
8841cd706dfSHans de Goede
88545a3d578SAndy Shevchenko	 If you have an LG Gram laptop, say Y or M here.
886d740795dSYauhen Kharuzhy
88745a3d578SAndy Shevchenkoconfig PANASONIC_LAPTOP
88845a3d578SAndy Shevchenko	tristate "Panasonic Laptop Extras"
88945a3d578SAndy Shevchenko	depends on INPUT && ACPI
89045a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
891027f8845SHans de Goede	depends on ACPI_VIDEO=n || ACPI_VIDEO
8925e24e1ecSHans de Goede	depends on SERIO_I8042 || SERIO_I8042 = n
89345a3d578SAndy Shevchenko	select INPUT_SPARSEKMAP
894a7f7f624SMasahiro Yamada	help
89545a3d578SAndy Shevchenko	  This driver adds support for access to backlight control and hotkeys
89645a3d578SAndy Shevchenko	  on Panasonic Let's Note laptops.
89763dada87SHans de Goede
89845a3d578SAndy Shevchenko	  If you have a Panasonic Let's note laptop (such as the R1(N variant),
89945a3d578SAndy Shevchenko	  R2, R3, R5, T2, W2 and Y2 series), say Y.
90063dada87SHans de Goede
90145a3d578SAndy Shevchenkoconfig SONY_LAPTOP
90245a3d578SAndy Shevchenko	tristate "Sony Laptop Extras"
90345a3d578SAndy Shevchenko	depends on ACPI
90445a3d578SAndy Shevchenko	depends on ACPI_VIDEO || ACPI_VIDEO = n
90545a3d578SAndy Shevchenko	depends on BACKLIGHT_CLASS_DEVICE
90645a3d578SAndy Shevchenko	depends on INPUT
90745a3d578SAndy Shevchenko	depends on RFKILL
908a7f7f624SMasahiro Yamada	help
90945a3d578SAndy Shevchenko	  This mini-driver drives the SNC and SPIC devices present in the ACPI
91045a3d578SAndy Shevchenko	  BIOS of the Sony Vaio laptops.
91163dada87SHans de Goede
91245a3d578SAndy Shevchenko	  It gives access to some extra laptop functionalities like Bluetooth,
91345a3d578SAndy Shevchenko	  screen brightness control, Fn keys and allows powering on/off some
91445a3d578SAndy Shevchenko	  devices.
91545a3d578SAndy Shevchenko
91645a3d578SAndy Shevchenko	  Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information.
91745a3d578SAndy Shevchenko
91845a3d578SAndy Shevchenkoconfig SONYPI_COMPAT
91945a3d578SAndy Shevchenko	bool "Sonypi compatibility"
92045a3d578SAndy Shevchenko	depends on SONY_LAPTOP
921a7f7f624SMasahiro Yamada	help
92245a3d578SAndy Shevchenko	  Build the sonypi driver compatibility code into the sony-laptop driver.
92345a3d578SAndy Shevchenko
92445a3d578SAndy Shevchenkoconfig SYSTEM76_ACPI
92545a3d578SAndy Shevchenko	tristate "System76 ACPI Driver"
92645a3d578SAndy Shevchenko	depends on ACPI
927fc3341b4SArnd Bergmann	depends on ACPI_BATTERY
928fc3341b4SArnd Bergmann	depends on HWMON
929fc3341b4SArnd Bergmann	depends on INPUT
93045a3d578SAndy Shevchenko	select NEW_LEDS
93145a3d578SAndy Shevchenko	select LEDS_CLASS
93245a3d578SAndy Shevchenko	select LEDS_TRIGGERS
93345a3d578SAndy Shevchenko	help
93445a3d578SAndy Shevchenko	  This is a driver for System76 laptops running open firmware. It adds
93545a3d578SAndy Shevchenko	  support for Fn-Fx key combinations, keyboard backlight, and airplane mode
93645a3d578SAndy Shevchenko	  LEDs.
93745a3d578SAndy Shevchenko
93845a3d578SAndy Shevchenko	  If you have a System76 laptop running open firmware, say Y or M here.
93945a3d578SAndy Shevchenko
94045a3d578SAndy Shevchenkoconfig TOPSTAR_LAPTOP
94145a3d578SAndy Shevchenko	tristate "Topstar Laptop Extras"
942ecc83e52SAlex Hung	depends on ACPI
943ecc83e52SAlex Hung	depends on INPUT
944ecc83e52SAlex Hung	select INPUT_SPARSEKMAP
94545a3d578SAndy Shevchenko	select LEDS_CLASS
94645a3d578SAndy Shevchenko	select NEW_LEDS
947a7f7f624SMasahiro Yamada	help
94845a3d578SAndy Shevchenko	  This driver adds support for hotkeys found on Topstar laptops.
9499a58a333SSreedhara DS
95045a3d578SAndy Shevchenko	  If you have a Topstar laptop, say Y or M here.
9515369c02dSSreedhara DS
9525e63b2eaSLucas Tanureconfig SERIAL_MULTI_INSTANTIATE
9535e63b2eaSLucas Tanure	tristate "Serial bus multi instantiate pseudo device driver"
95468f201f9SStefan Binding	depends on I2C && SPI && ACPI
9558eec8a11SHong Liu	help
9565e63b2eaSLucas Tanure	  Some ACPI-based systems list multiple devices in a single ACPI
9575e63b2eaSLucas Tanure	  firmware-node. This driver will instantiate separate clients
95845a3d578SAndy Shevchenko	  for each device in the firmware-node.
9598eec8a11SHong Liu
96045a3d578SAndy Shevchenko	  To compile this driver as a module, choose M here: the module
9615e63b2eaSLucas Tanure	  will be called serial-multi-instantiate.
9628eec8a11SHong Liu
96345a3d578SAndy Shevchenkoconfig MLX_PLATFORM
96445a3d578SAndy Shevchenko	tristate "Mellanox Technologies platform support"
96506469a8dSVadim Pasternak	depends on ACPI && I2C && PCI
9667e7e1541SRandy Dunlap	select REGMAP
967a7f7f624SMasahiro Yamada	help
96845a3d578SAndy Shevchenko	  This option enables system support for the Mellanox Technologies
96945a3d578SAndy Shevchenko	  platform. The Mellanox systems provide data center networking
97045a3d578SAndy Shevchenko	  solutions based on Virtual Protocol Interconnect (VPI) technology
97145a3d578SAndy Shevchenko	  enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE
97245a3d578SAndy Shevchenko	  connection.
97345a3d578SAndy Shevchenko
97445a3d578SAndy Shevchenko	  If you have a Mellanox system, say Y or M here.
97545a3d578SAndy Shevchenko
97645a3d578SAndy Shevchenkoconfig TOUCHSCREEN_DMI
97745a3d578SAndy Shevchenko	bool "DMI based touchscreen configuration info"
97845a3d578SAndy Shevchenko	depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
979dba43fc4SLinus Torvalds	select EFI_EMBEDDED_FIRMWARE if EFI
980a7f7f624SMasahiro Yamada	help
98145a3d578SAndy Shevchenko	  Certain ACPI based tablets with e.g. Silead or Chipone touchscreens
98245a3d578SAndy Shevchenko	  do not have enough data in ACPI tables for the touchscreen driver to
98345a3d578SAndy Shevchenko	  handle the touchscreen properly, as OEMs expect the data to be baked
98445a3d578SAndy Shevchenko	  into the tablet model specific version of the driver shipped with the
98545a3d578SAndy Shevchenko	  the OS-image for the device. This option supplies the missing info.
98645a3d578SAndy Shevchenko	  Enable this for x86 tablets with Silead or Chipone touchscreens.
987aa7ffc01SJesse Barnes
98894ace9edSAi Chaoconfig INSPUR_PLATFORM_PROFILE
98994ace9edSAi Chao	tristate "Inspur WMI platform profile driver"
99094ace9edSAi Chao	depends on ACPI_WMI
99194ace9edSAi Chao	select ACPI_PLATFORM_PROFILE
99294ace9edSAi Chao	help
99394ace9edSAi Chao	This will allow users to determine and control the platform modes
99494ace9edSAi Chao	between low-power, balanced and performance modes.
99594ace9edSAi Chao
99694ace9edSAi Chao	To compile this driver as a module, choose M here: the module
99794ace9edSAi Chao	will be called inspur-platform-profile.
99894ace9edSAi Chao
999afdcb535SHans de Goedesource "drivers/platform/x86/x86-android-tablets/Kconfig"
100055fa3c96SHans de Goede
100117b707feSMark Pearsonconfig FW_ATTR_CLASS
100217b707feSMark Pearson	tristate
100317b707feSMark Pearson
100428a375dfSBryan O'Donoghueconfig INTEL_IMR
100528a375dfSBryan O'Donoghue	bool "Intel Isolated Memory Region support"
100628a375dfSBryan O'Donoghue	depends on X86_INTEL_QUARK && IOSF_MBI
1007a7f7f624SMasahiro Yamada	help
100828a375dfSBryan O'Donoghue	  This option provides a means to manipulate Isolated Memory Regions.
100928a375dfSBryan O'Donoghue	  IMRs are a set of registers that define read and write access masks
101028a375dfSBryan O'Donoghue	  to prohibit certain system agents from accessing memory with 1 KiB
101128a375dfSBryan O'Donoghue	  granularity.
101228a375dfSBryan O'Donoghue
101328a375dfSBryan O'Donoghue	  IMRs make it possible to control read/write access to an address
101428a375dfSBryan O'Donoghue	  by hardware agents inside the SoC. Read and write masks can be
101528a375dfSBryan O'Donoghue	  defined for:
101628a375dfSBryan O'Donoghue		- eSRAM flush
101728a375dfSBryan O'Donoghue		- Dirty CPU snoop (write only)
101828a375dfSBryan O'Donoghue		- RMU access
101928a375dfSBryan O'Donoghue		- PCI Virtual Channel 0/Virtual Channel 1
102028a375dfSBryan O'Donoghue		- SMM mode
102128a375dfSBryan O'Donoghue		- Non SMM mode
102228a375dfSBryan O'Donoghue
102328a375dfSBryan O'Donoghue	  Quark contains a set of eight IMR registers and makes use of those
102428a375dfSBryan O'Donoghue	  registers during its bootup process.
102528a375dfSBryan O'Donoghue
102628a375dfSBryan O'Donoghue	  If you are running on a Galileo/Quark say Y here.
102728a375dfSBryan O'Donoghue
102845a3d578SAndy Shevchenkoconfig INTEL_IPS
102945a3d578SAndy Shevchenko	tristate "Intel Intelligent Power Sharing"
10307934d76cSSinan Kaya	depends on ACPI && PCI
1031a7f7f624SMasahiro Yamada	help
103245a3d578SAndy Shevchenko	  Intel Calpella platforms support dynamic power sharing between the
103345a3d578SAndy Shevchenko	  CPU and GPU, maximizing performance in a given TDP.  This driver,
103445a3d578SAndy Shevchenko	  along with the CPU frequency and i915 drivers, provides that
103545a3d578SAndy Shevchenko	  functionality.  If in doubt, say Y here; it will only load on
103645a3d578SAndy Shevchenko	  supported platforms.
1037917ee75aSSeth Forshee
103845a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC
103954b34aa0SMika Westerberg	bool
104054b34aa0SMika Westerberg
104154b34aa0SMika Westerbergconfig INTEL_SCU
104254b34aa0SMika Westerberg	bool
104354b34aa0SMika Westerberg	select INTEL_SCU_IPC
104454b34aa0SMika Westerberg
104554b34aa0SMika Westerbergconfig INTEL_SCU_PCI
104654b34aa0SMika Westerberg	bool "Intel SCU PCI driver"
1047b8da68f4SMika Westerberg	depends on PCI
104854b34aa0SMika Westerberg	select INTEL_SCU
104954b34aa0SMika Westerberg	help
105054b34aa0SMika Westerberg	  This driver is used to bridge the communications between kernel
105154b34aa0SMika Westerberg	  and SCU on some embedded Intel x86 platforms. It also creates
1052b8da68f4SMika Westerberg	  devices that are connected to the SoC through the SCU.
1053b8da68f4SMika Westerberg	  Platforms supported:
1054b8da68f4SMika Westerberg	    Medfield
1055b8da68f4SMika Westerberg	    Clovertrail
1056b8da68f4SMika Westerberg	    Merrifield
1057b8da68f4SMika Westerberg	    Broxton
1058b8da68f4SMika Westerberg	    Apollo Lake
105945a3d578SAndy Shevchenko
10607a61f05eSMika Westerbergconfig INTEL_SCU_PLATFORM
10617a61f05eSMika Westerberg	tristate "Intel SCU platform driver"
10627a61f05eSMika Westerberg	depends on ACPI
10637a61f05eSMika Westerberg	select INTEL_SCU
10647a61f05eSMika Westerberg	help
10657a61f05eSMika Westerberg	  This driver is used to bridge the communications between kernel
10667a61f05eSMika Westerberg	  and SCU (sometimes called PMC as well). The driver currently
10677a61f05eSMika Westerberg	  supports Intel Elkhart Lake and compatible platforms.
10687a61f05eSMika Westerberg
106918365d68SAndy Shevchenkoconfig INTEL_SCU_WDT
107018365d68SAndy Shevchenko	bool
107118365d68SAndy Shevchenko	default INTEL_SCU_PCI
107218365d68SAndy Shevchenko	depends on INTEL_MID_WATCHDOG
107318365d68SAndy Shevchenko	help
107418365d68SAndy Shevchenko	  This is a specific platform code to instantiate watchdog device
107518365d68SAndy Shevchenko	  on ACPI-based Intel MID platforms.
107618365d68SAndy Shevchenko
107745a3d578SAndy Shevchenkoconfig INTEL_SCU_IPC_UTIL
107845a3d578SAndy Shevchenko	tristate "Intel SCU IPC utility driver"
107954b34aa0SMika Westerberg	depends on INTEL_SCU
1080a7f7f624SMasahiro Yamada	help
108145a3d578SAndy Shevchenko	  The IPC Util driver provides an interface with the SCU enabling
108245a3d578SAndy Shevchenko	  low level access for debug work and updating the firmware. Say
108345a3d578SAndy Shevchenko	  N unless you will be doing this on an Intel MID platform.
108445a3d578SAndy Shevchenko
10859bc289b8SHenning Schildsource "drivers/platform/x86/siemens/Kconfig"
1086917f5434SHenning Schild
1087d9cd21d4SHenry Shiconfig SILICOM_PLATFORM
1088d9cd21d4SHenry Shi	tristate "Silicom Edge Networking device support"
1089d9cd21d4SHenry Shi	depends on HWMON
1090d9cd21d4SHenry Shi	depends on GPIOLIB
1091d9cd21d4SHenry Shi	depends on LEDS_CLASS_MULTICOLOR
1092d9cd21d4SHenry Shi	help
1093d9cd21d4SHenry Shi	  This option enables support for the LEDs/GPIO/etc downstream of the
1094d9cd21d4SHenry Shi	  embedded controller on Silicom "Cordoba" hardware and derivatives.
1095d9cd21d4SHenry Shi
1096d9cd21d4SHenry Shi	  This platform driver provides support for various functions via
1097d9cd21d4SHenry Shi	  the Linux LED framework, GPIO framework, Hardware Monitoring (HWMON)
1098d9cd21d4SHenry Shi	  and device attributes.
1099d9cd21d4SHenry Shi
1100d9cd21d4SHenry Shi	  If you have a Silicom network appliance, say Y or M here.
1101d9cd21d4SHenry Shi
110234354476SDaniel Beerconfig WINMATE_FM07_KEYS
110334354476SDaniel Beer	tristate "Winmate FM07/FM07P front-panel keys driver"
110434354476SDaniel Beer	depends on INPUT
110534354476SDaniel Beer	help
110634354476SDaniel Beer	  Winmate FM07 and FM07P in-vehicle computers have a row of five
110734354476SDaniel Beer	  buttons below the display. This module adds an input device
110834354476SDaniel Beer	  that delivers key events when these buttons are pressed.
110934354476SDaniel Beer
111081ad5695SRobert Joslynconfig SEL3350_PLATFORM
111181ad5695SRobert Joslyn	tristate "SEL-3350 LEDs and power supplies"
111281ad5695SRobert Joslyn	depends on ACPI
111381ad5695SRobert Joslyn	depends on GPIOLIB
111481ad5695SRobert Joslyn	depends on PINCTRL_BROXTON
111581ad5695SRobert Joslyn	select POWER_SUPPLY
111681ad5695SRobert Joslyn	select NEW_LEDS
111781ad5695SRobert Joslyn	select LEDS_CLASS
111881ad5695SRobert Joslyn	select LEDS_GPIO
111981ad5695SRobert Joslyn	help
112081ad5695SRobert Joslyn	  Support for LEDs and power supplies on SEL-3350 computers.
112181ad5695SRobert Joslyn
112281ad5695SRobert Joslyn	  To compile this driver as a module, choose M here: the module
112381ad5695SRobert Joslyn	  will be called sel3350-platform.
112481ad5695SRobert Joslyn
112541b16dceSLen Brownendif # X86_PLATFORM_DEVICES
112642d0d423SAndy Shevchenko
112742d0d423SAndy Shevchenkoconfig P2SB
1128b9e6cbf9SAndy Shevchenko	bool
112942d0d423SAndy Shevchenko	depends on PCI && X86
113042d0d423SAndy Shevchenko	help
113142d0d423SAndy Shevchenko	  The Primary to Sideband (P2SB) bridge is an interface to some
113242d0d423SAndy Shevchenko	  PCI devices connected through it. In particular, SPI NOR controller
113342d0d423SAndy Shevchenko	  in Intel Apollo Lake SoC is one of such devices.
113442d0d423SAndy Shevchenko
113542d0d423SAndy Shevchenko	  The main purpose of this library is to unhide P2SB device in case
113642d0d423SAndy Shevchenko	  firmware kept it hidden on some platforms in order to access devices
113742d0d423SAndy Shevchenko	  behind it.
1138