xref: /linux/drivers/platform/x86/Kconfig (revision 8e5cddd1262cdee59257d554440cc9a80e5fcb7b)
141b16dceSLen Brown#
241b16dceSLen Brown# X86 Platform Specific Drivers
341b16dceSLen Brown#
441b16dceSLen Brown
541b16dceSLen Brownmenuconfig X86_PLATFORM_DEVICES
641b16dceSLen Brown	bool "X86 Platform Specific Device Drivers"
741b16dceSLen Brown	default y
8a00cd11bSJan Engelhardt	depends on X86
941b16dceSLen Brown	---help---
1041b16dceSLen Brown	  Say Y here to get to see options for device drivers for various
1141b16dceSLen Brown	  x86 platforms, including vendor-specific laptop extension drivers.
1241b16dceSLen Brown	  This option alone does not add any kernel code.
1341b16dceSLen Brown
1441b16dceSLen Brown	  If you say N, all options in this submenu will be skipped and disabled.
1541b16dceSLen Brown
1641b16dceSLen Brownif X86_PLATFORM_DEVICES
1741b16dceSLen Brown
1841b16dceSLen Brownconfig ACER_WMI
1954b1ec89SCarlos Corbacho	tristate "Acer WMI Laptop Extras"
2041b16dceSLen Brown	depends on ACPI
210c51a4d8SMark Brown	select LEDS_CLASS
220c51a4d8SMark Brown	select NEW_LEDS
2341b16dceSLen Brown	depends on BACKLIGHT_CLASS_DEVICE
2441b16dceSLen Brown	depends on SERIO_I8042
253fdca87dSLee, Chun-Yi	depends on INPUT
2619d337dfSJohannes Berg	depends on RFKILL || RFKILL = n
27e98062edSSedat Dilek	depends on ACPI_WMI
283fdca87dSLee, Chun-Yi	select INPUT_SPARSEKMAP
2986924de2SLee, Chun-Yi	# Acer WMI depends on ACPI_VIDEO when ACPI is enabled
3086924de2SLee, Chun-Yi        select ACPI_VIDEO if ACPI
3141b16dceSLen Brown	---help---
3241b16dceSLen Brown	  This is a driver for newer Acer (and Wistron) laptops. It adds
3341b16dceSLen Brown	  wireless radio and bluetooth control, and on some laptops,
3441b16dceSLen Brown	  exposes the mail LED and LCD backlight.
3541b16dceSLen Brown
3641b16dceSLen Brown	  If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
3741b16dceSLen Brown	  here.
3841b16dceSLen Brown
3975971febSChris Chiuconfig ACER_WIRELESS
4075971febSChris Chiu        tristate "Acer Wireless Radio Control Driver"
4175971febSChris Chiu        depends on ACPI
4275971febSChris Chiu        depends on INPUT
4375971febSChris Chiu        ---help---
4475971febSChris Chiu          The Acer Wireless Radio Control handles the airplane mode hotkey
4575971febSChris Chiu          present on new Acer laptops.
4675971febSChris Chiu
4775971febSChris Chiu          Say Y or M here if you have an Acer notebook with an airplane mode
4875971febSChris Chiu          hotkey.
4975971febSChris Chiu
5075971febSChris Chiu          If you choose to compile this driver as a module the module will be
5175971febSChris Chiu          called acer-wireless.
5275971febSChris Chiu
53e86435ebSPeter Feuererconfig ACERHDF
54e86435ebSPeter Feuerer	tristate "Acer Aspire One temperature and fan driver"
55200db647SRandy Dunlap	depends on ACPI && THERMAL
5648c8dd64SPeter Feuerer	select THERMAL_GOV_BANG_BANG
57e86435ebSPeter Feuerer	---help---
58e86435ebSPeter Feuerer	  This is a driver for Acer Aspire One netbooks. It allows to access
59e86435ebSPeter Feuerer	  the temperature sensor and to control the fan.
60e86435ebSPeter Feuerer
61e86435ebSPeter Feuerer	  After loading this driver the BIOS is still in control of the fan.
62e86435ebSPeter Feuerer	  To let the kernel handle the fan, do:
6314c20688SPaul Gortmaker	  echo -n enabled > /sys/class/thermal/thermal_zoneN/mode
6414c20688SPaul Gortmaker	  where N=0,1,2... depending on the number of thermal nodes and the
6514c20688SPaul Gortmaker	  detection order of your particular system.  The "type" parameter
6614c20688SPaul Gortmaker	  in the same node directory will tell you if it is "acerhdf".
67e86435ebSPeter Feuerer
68e86435ebSPeter Feuerer	  For more information about this driver see
69e86435ebSPeter Feuerer	  <http://piie.net/files/acerhdf_README.txt>
70e86435ebSPeter Feuerer
71e86435ebSPeter Feuerer	  If you have an Acer Aspire One netbook, say Y or M
72e86435ebSPeter Feuerer	  here.
73e86435ebSPeter Feuerer
74a46ad0f1SMario Limoncielloconfig ALIENWARE_WMI
75a46ad0f1SMario Limonciello	tristate "Alienware Special feature control"
76a46ad0f1SMario Limonciello	depends on ACPI
77a46ad0f1SMario Limonciello	depends on LEDS_CLASS
78a46ad0f1SMario Limonciello	depends on NEW_LEDS
79a46ad0f1SMario Limonciello	depends on ACPI_WMI
80a46ad0f1SMario Limonciello	---help---
81a46ad0f1SMario Limonciello	 This is a driver for controlling Alienware BIOS driven
82a46ad0f1SMario Limonciello	 features.  It exposes an interface for controlling the AlienFX
83a46ad0f1SMario Limonciello	 zones on Alienware machines that don't contain a dedicated AlienFX
84a46ad0f1SMario Limonciello	 USB MCU such as the X51 and X51-R2.
85a46ad0f1SMario Limonciello
8641b16dceSLen Brownconfig ASUS_LAPTOP
876122af37SCorentin Chary	tristate "Asus Laptop Extras"
8841b16dceSLen Brown	depends on ACPI
89e73e2c62SCorentin Chary	select LEDS_CLASS
90e73e2c62SCorentin Chary	select NEW_LEDS
9114ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
9212d6f35bSCorentin Chary	depends on INPUT
9318e1311eSCorentin Chary	depends on RFKILL || RFKILL = n
9414ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
9566a71dd1SCorentin Chary	select INPUT_SPARSEKMAP
968819de7fSAndy Ross	select INPUT_POLLDEV
9741b16dceSLen Brown	---help---
988819de7fSAndy Ross	  This is a driver for Asus laptops, Lenovo SL and the Pegatron
998819de7fSAndy Ross	  Lucid tablet. It may also support some MEDION, JVC or VICTOR
1008819de7fSAndy Ross	  laptops. It makes all the extra buttons generate standard
101b23910c2SAndy Ross	  ACPI events and input events, and on the Lucid the built-in
102b23910c2SAndy Ross	  accelerometer appears as an input device.  It also adds
103b23910c2SAndy Ross	  support for video output switching, LCD backlight control,
104b23910c2SAndy Ross	  Bluetooth and Wlan control, and most importantly, allows you
105b23910c2SAndy Ross	  to blink those fancy LEDs.
10641b16dceSLen Brown
1078819de7fSAndy Ross	  For more information see <http://acpi4asus.sf.net>.
10841b16dceSLen Brown
10941b16dceSLen Brown	  If you have an ACPI-compatible ASUS laptop, say Y or M here.
11041b16dceSLen Brown
111*8e5cddd1SStuart Hayesconfig DCDBAS
112*8e5cddd1SStuart Hayes	tristate "Dell Systems Management Base Driver"
113*8e5cddd1SStuart Hayes	depends on X86
114*8e5cddd1SStuart Hayes	help
115*8e5cddd1SStuart Hayes	  The Dell Systems Management Base Driver provides a sysfs interface
116*8e5cddd1SStuart Hayes	  for systems management software to perform System Management
117*8e5cddd1SStuart Hayes	  Interrupts (SMIs) and Host Control Actions (system power cycle or
118*8e5cddd1SStuart Hayes	  power off after OS shutdown) on certain Dell systems.
119*8e5cddd1SStuart Hayes
120*8e5cddd1SStuart Hayes	  See <file:Documentation/dcdbas.txt> for more details on the driver
121*8e5cddd1SStuart Hayes	  and the Dell systems on which Dell systems management software makes
122*8e5cddd1SStuart Hayes	  use of this driver.
123*8e5cddd1SStuart Hayes
124*8e5cddd1SStuart Hayes	  Say Y or M here to enable the driver for use by Dell systems
125*8e5cddd1SStuart Hayes	  management software such as Dell OpenManage.
126*8e5cddd1SStuart Hayes
12732d7b19bSDarren Hart (VMware)#
12875073a64SDarren Hart# The DELL_SMBIOS driver depends on ACPI_WMI and/or DCDBAS if those
12975073a64SDarren Hart# backends are selected. The "depends" line prevents a configuration
13075073a64SDarren Hart# where DELL_SMBIOS=y while either of those dependencies =m.
13132d7b19bSDarren Hart (VMware)#
1322f9f26bdSMichał Kępieńconfig DELL_SMBIOS
13325d47027SMario Limonciello	tristate "Dell SMBIOS driver"
13432d7b19bSDarren Hart (VMware)	depends on DCDBAS || DCDBAS=n
13575073a64SDarren Hart	depends on ACPI_WMI || ACPI_WMI=n
13625d47027SMario Limonciello	---help---
13725d47027SMario Limonciello	This provides support for the Dell SMBIOS calling interface.
13825d47027SMario Limonciello	If you have a Dell computer you should enable this option.
13925d47027SMario Limonciello
14025d47027SMario Limonciello	Be sure to select at least one backend for it to work properly.
1412f9f26bdSMichał Kępień
1421a258e67SMario Limoncielloconfig DELL_SMBIOS_WMI
14325d47027SMario Limonciello	bool "Dell SMBIOS driver WMI backend"
144329d58b8SDarren Hart (VMware)	default y
1451a258e67SMario Limonciello	depends on ACPI_WMI
1461a258e67SMario Limonciello	select DELL_WMI_DESCRIPTOR
147329d58b8SDarren Hart (VMware)	depends on DELL_SMBIOS
1481a258e67SMario Limonciello	---help---
1491a258e67SMario Limonciello	This provides an implementation for the Dell SMBIOS calling interface
1501a258e67SMario Limonciello	communicated over ACPI-WMI.
1511a258e67SMario Limonciello
15225d47027SMario Limonciello	If you have a Dell computer from >2007 you should say Y here.
1531a258e67SMario Limonciello	If you aren't sure and this module doesn't work for your computer
1541a258e67SMario Limonciello	it just won't load.
1551a258e67SMario Limonciello
156549b4930SMario Limoncielloconfig DELL_SMBIOS_SMM
15725d47027SMario Limonciello	bool "Dell SMBIOS driver SMM backend"
158329d58b8SDarren Hart (VMware)	default y
159549b4930SMario Limonciello	depends on DCDBAS
160329d58b8SDarren Hart (VMware)	depends on DELL_SMBIOS
161549b4930SMario Limonciello	---help---
162549b4930SMario Limonciello	This provides an implementation for the Dell SMBIOS calling interface
163549b4930SMario Limonciello	communicated over SMI/SMM.
164549b4930SMario Limonciello
16525d47027SMario Limonciello	If you have a Dell computer from <=2017 you should say Y here.
166549b4930SMario Limonciello	If you aren't sure and this module doesn't work for your computer
167549b4930SMario Limonciello	it just won't load.
1682f9f26bdSMichał Kępień
169cad73120SLen Brownconfig DELL_LAPTOP
170fe7e913cSKees Cook	tristate "Dell Laptop Extras"
171a570af48SAndy Lutomirski	depends on DMI
172cad73120SLen Brown	depends on BACKLIGHT_CLASS_DEVICE
17314ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
17419d337dfSJohannes Berg	depends on RFKILL || RFKILL = n
175814cb8adSMatthew Garrett	depends on SERIO_I8042
1767fe3fa3bSMario Limonciello	depends on DELL_SMBIOS
177dccefb37SLinus Torvalds	select POWER_SUPPLY
178b9c913f3SLinus Torvalds	select LEDS_CLASS
179b9c913f3SLinus Torvalds	select NEW_LEDS
180cad73120SLen Brown	---help---
181cad73120SLen Brown	This driver adds support for rfkill and backlight control to Dell
182eec3b959SIsmael Luceno	laptops (except for some models covered by the Compal driver).
183cad73120SLen Brown
1840b3f6109SMatthew Garrettconfig DELL_WMI
18572e83204SMario Limonciello	tristate "Dell WMI notifications"
1860b3f6109SMatthew Garrett	depends on ACPI_WMI
187a570af48SAndy Lutomirski	depends on DMI
1880b3f6109SMatthew Garrett	depends on INPUT
18914ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
19054940fa6SDarren Hart	depends on DELL_SMBIOS
19192b8c540SMario Limonciello	select DELL_WMI_DESCRIPTOR
192890a7c8eSDmitry Torokhov	select INPUT_SPARSEKMAP
1930b3f6109SMatthew Garrett	---help---
1940b3f6109SMatthew Garrett	  Say Y here if you want to support WMI-based hotkeys on Dell laptops.
1950b3f6109SMatthew Garrett
1960b3f6109SMatthew Garrett	  To compile this driver as a module, choose M here: the module will
1970b3f6109SMatthew Garrett	  be called dell-wmi.
1980b3f6109SMatthew Garrett
19992b8c540SMario Limoncielloconfig DELL_WMI_DESCRIPTOR
20092b8c540SMario Limonciello	tristate
20192b8c540SMario Limonciello	depends on ACPI_WMI
20292b8c540SMario Limonciello
203820787fcSColin Ian Kingconfig DELL_WMI_AIO
204820787fcSColin Ian King	tristate "WMI Hotkeys for Dell All-In-One series"
205820787fcSColin Ian King	depends on ACPI_WMI
206820787fcSColin Ian King	depends on INPUT
207820787fcSColin Ian King	select INPUT_SPARSEKMAP
208820787fcSColin Ian King	---help---
209820787fcSColin Ian King	  Say Y here if you want to support WMI-based hotkeys on Dell
210820787fcSColin Ian King	  All-In-One machines.
211820787fcSColin Ian King
212820787fcSColin Ian King	  To compile this driver as a module, choose M here: the module will
213cffbcd0cSRafi Rubin	  be called dell-wmi-aio.
214820787fcSColin Ian King
2157a3319c1SMichał Kępieńconfig DELL_WMI_LED
2167a3319c1SMichał Kępień	tristate "External LED on Dell Business Netbooks"
2177a3319c1SMichał Kępień	depends on LEDS_CLASS
2187a3319c1SMichał Kępień	depends on ACPI_WMI
2197a3319c1SMichał Kępień	help
2207a3319c1SMichał Kępień	  This adds support for the Latitude 2100 and similar
2217a3319c1SMichał Kępień	  notebooks that have an external LED.
2227a3319c1SMichał Kępień
2234738d8aaSPali Rohárconfig DELL_SMO8800
224e4da9142SPali Rohár	tristate "Dell Latitude freefall driver (ACPI SMO88XX)"
2254738d8aaSPali Rohár	depends on ACPI
2264738d8aaSPali Rohár	---help---
227e4da9142SPali Rohár	  Say Y here if you want to support SMO88XX freefall devices
2284738d8aaSPali Rohár	  on Dell Latitude laptops.
2294738d8aaSPali Rohár
2304738d8aaSPali Rohár	  To compile this driver as a module, choose M here: the module will
2314738d8aaSPali Rohár	  be called dell-smo8800.
2324738d8aaSPali Rohár
233817a5cdbSPali Rohárconfig DELL_RBTN
234817a5cdbSPali Rohár	tristate "Dell Airplane Mode Switch driver"
235817a5cdbSPali Rohár	depends on ACPI
236817a5cdbSPali Rohár	depends on INPUT
237817a5cdbSPali Rohár	depends on RFKILL
238817a5cdbSPali Rohár	---help---
239817a5cdbSPali Rohár	  Say Y here if you want to support Dell Airplane Mode Switch ACPI
240817a5cdbSPali Rohár	  device on Dell laptops. Sometimes it has names: DELLABCE or DELRBTN.
241817a5cdbSPali Rohár	  This driver register rfkill device or input hotkey device depending
242817a5cdbSPali Rohár	  on hardware type (hw switch slider or keyboard toggle button). For
243817a5cdbSPali Rohár	  rfkill devices it receive HW switch events and set correct hard
244817a5cdbSPali Rohár	  rfkill state.
245817a5cdbSPali Rohár
246817a5cdbSPali Rohár	  To compile this driver as a module, choose M here: the module will
247817a5cdbSPali Rohár	  be called dell-rbtn.
248817a5cdbSPali Rohár
249c48e2ffdSStuart Hayesconfig DELL_RBU
250c48e2ffdSStuart Hayes	tristate "BIOS update support for DELL systems via sysfs"
251c48e2ffdSStuart Hayes	depends on X86
252c48e2ffdSStuart Hayes	select FW_LOADER
253c48e2ffdSStuart Hayes	select FW_LOADER_USER_HELPER
254c48e2ffdSStuart Hayes	help
255c48e2ffdSStuart Hayes	 Say m if you want to have the option of updating the BIOS for your
256c48e2ffdSStuart Hayes	 DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)
257c48e2ffdSStuart Hayes	 supporting application to communicate with the BIOS regarding the new
258c48e2ffdSStuart Hayes	 image for the image update to take effect.
259c48e2ffdSStuart Hayes	 See <file:Documentation/dell_rbu.txt> for more details on the driver.
260c48e2ffdSStuart Hayes
261820787fcSColin Ian King
26241b16dceSLen Brownconfig FUJITSU_LAPTOP
26341b16dceSLen Brown	tristate "Fujitsu Laptop Extras"
26441b16dceSLen Brown	depends on ACPI
26541b16dceSLen Brown	depends on INPUT
26641b16dceSLen Brown	depends on BACKLIGHT_CLASS_DEVICE
26714ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
268f2252672SMichał Kępień	select INPUT_SPARSEKMAP
269d89bcc83SMichał Kępień	select LEDS_CLASS
27041b16dceSLen Brown	---help---
27141b16dceSLen Brown	  This is a driver for laptops built by Fujitsu:
27241b16dceSLen Brown
27341b16dceSLen Brown	    * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
27441b16dceSLen Brown	    * Possibly other Fujitsu laptop models
27541b16dceSLen Brown	    * Tested with S6410 and S7020
27641b16dceSLen Brown
27741b16dceSLen Brown	  It adds support for LCD brightness control and some hotkeys.
27841b16dceSLen Brown
27941b16dceSLen Brown	  If you have a Fujitsu laptop, say Y or M here.
28041b16dceSLen Brown
2812d24c490SRobert Gerlachconfig FUJITSU_TABLET
2822d24c490SRobert Gerlach       tristate "Fujitsu Tablet Extras"
2832d24c490SRobert Gerlach       depends on ACPI
2842d24c490SRobert Gerlach       depends on INPUT
2852d24c490SRobert Gerlach       ---help---
2862d24c490SRobert Gerlach         This is a driver for tablets built by Fujitsu:
2872d24c490SRobert Gerlach
2882d24c490SRobert Gerlach           * Lifebook P1510/P1610/P1620/Txxxx
2892d24c490SRobert Gerlach           * Stylistic ST5xxx
2902d24c490SRobert Gerlach           * Possibly other Fujitsu tablet models
2912d24c490SRobert Gerlach
2922d24c490SRobert Gerlach         It adds support for the panel buttons, docking station detection,
2932d24c490SRobert Gerlach         tablet/notebook mode detection for convertible and
2942d24c490SRobert Gerlach         orientation detection for docked slates.
2952d24c490SRobert Gerlach
2962d24c490SRobert Gerlach         If you have a Fujitsu convertible or slate, say Y or M here.
2972d24c490SRobert Gerlach
298c215ab9aSBen Hutchingsconfig AMILO_RFKILL
299c215ab9aSBen Hutchings	tristate "Fujitsu-Siemens Amilo rfkill support"
300c215ab9aSBen Hutchings	depends on RFKILL
301e1a98e61SBen Hutchings	depends on SERIO_I8042
302c215ab9aSBen Hutchings	---help---
303c215ab9aSBen Hutchings	  This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
304c215ab9aSBen Hutchings	  laptops.
305c215ab9aSBen Hutchings
3061b46f17dSHans de Goedeconfig GPD_POCKET_FAN
3071b46f17dSHans de Goede	tristate "GPD Pocket Fan Controller support"
3081b46f17dSHans de Goede	depends on ACPI
3091b46f17dSHans de Goede	depends on THERMAL
3101b46f17dSHans de Goede	---help---
3111b46f17dSHans de Goede	  Driver for the GPD Pocket vendor specific FAN02501 ACPI device
3121b46f17dSHans de Goede	  which controls the fan speed on the GPD Pocket.
3131b46f17dSHans de Goede
3141b46f17dSHans de Goede	  Without this driver the fan on the Pocket will stay off independent
3151b46f17dSHans de Goede	  of the CPU temperature. Say Y or M if the kernel may be used on a
3161b46f17dSHans de Goede	  GPD pocket.
3171b46f17dSHans de Goede
31841b16dceSLen Brownconfig TC1100_WMI
319fe7e913cSKees Cook	tristate "HP Compaq TC1100 Tablet WMI Extras"
32041b16dceSLen Brown	depends on !X86_64
32141b16dceSLen Brown	depends on ACPI
322e98062edSSedat Dilek	depends on ACPI_WMI
32341b16dceSLen Brown	---help---
32441b16dceSLen Brown	  This is a driver for the WMI extensions (wireless and bluetooth power
32541b16dceSLen Brown	  control) of the HP Compaq TC1100 tablet.
32641b16dceSLen Brown
327efcfed9bSJean Delvareconfig HP_ACCEL
328efcfed9bSJean Delvare	tristate "HP laptop accelerometer"
329efcfed9bSJean Delvare	depends on INPUT && ACPI
3300cdbcd6dSGiedrius Statkevicius	depends on SERIO_I8042
331efcfed9bSJean Delvare	select SENSORS_LIS3LV02D
332efcfed9bSJean Delvare	select NEW_LEDS
333efcfed9bSJean Delvare	select LEDS_CLASS
334efcfed9bSJean Delvare	help
335efcfed9bSJean Delvare	  This driver provides support for the "Mobile Data Protection System 3D"
336efcfed9bSJean Delvare	  or "3D DriveGuard" feature of HP laptops. On such systems the driver
337efcfed9bSJean Delvare	  should load automatically (via ACPI alias).
338efcfed9bSJean Delvare
339efcfed9bSJean Delvare	  Support for a led indicating disk protection will be provided as
340efcfed9bSJean Delvare	  hp::hddprotect. For more information on the feature, refer to
341395cf969SPaul Bolle	  Documentation/misc-devices/lis3lv02d.
342efcfed9bSJean Delvare
343efcfed9bSJean Delvare	  To compile this driver as a module, choose M here: the module will
344efcfed9bSJean Delvare	  be called hp_accel.
345efcfed9bSJean Delvare
34654290fa6SAlex Hungconfig HP_WIRELESS
34748d8b96cSBorislav Petkov	tristate "HP wireless button"
34854290fa6SAlex Hung	depends on ACPI
34954290fa6SAlex Hung	depends on INPUT
35054290fa6SAlex Hung	help
35154290fa6SAlex Hung	 This driver provides supports for new HP wireless button for Windows 8.
35254290fa6SAlex Hung	 On such systems the driver should load automatically (via ACPI alias).
35354290fa6SAlex Hung
35454290fa6SAlex Hung	 To compile this driver as a module, choose M here: the module will
35554290fa6SAlex Hung	 be called hp-wireless.
35654290fa6SAlex Hung
35741b16dceSLen Brownconfig HP_WMI
35841b16dceSLen Brown	tristate "HP WMI extras"
35941b16dceSLen Brown	depends on ACPI_WMI
36041b16dceSLen Brown	depends on INPUT
36119d337dfSJohannes Berg	depends on RFKILL || RFKILL = n
3624d291ed7SDmitry Torokhov	select INPUT_SPARSEKMAP
36341b16dceSLen Brown	help
36441b16dceSLen Brown	 Say Y here if you want to support WMI-based hotkeys on HP laptops and
36541b16dceSLen Brown	 to read data from WMI such as docking or ambient light sensor state.
36641b16dceSLen Brown
36741b16dceSLen Brown	 To compile this driver as a module, choose M here: the module will
36841b16dceSLen Brown	 be called hp-wmi.
36941b16dceSLen Brown
37041b16dceSLen Brownconfig MSI_LAPTOP
37141b16dceSLen Brown	tristate "MSI Laptop Extras"
37241b16dceSLen Brown	depends on ACPI
37341b16dceSLen Brown	depends on BACKLIGHT_CLASS_DEVICE
37414ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
375410c1765SRandy Dunlap	depends on RFKILL
376a0bcaee9SRandy Dunlap	depends on INPUT && SERIO_I8042
377a0bcaee9SRandy Dunlap	select INPUT_SPARSEKMAP
37841b16dceSLen Brown	---help---
37941b16dceSLen Brown	  This is a driver for laptops built by MSI (MICRO-STAR
38041b16dceSLen Brown	  INTERNATIONAL):
38141b16dceSLen Brown
38241b16dceSLen Brown	  MSI MegaBook S270 (MS-1013)
38341b16dceSLen Brown	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
38441b16dceSLen Brown
38541b16dceSLen Brown	  It adds support for Bluetooth, WLAN and LCD brightness control.
38641b16dceSLen Brown
38741b16dceSLen Brown	  More information about this driver is available at
38841b16dceSLen Brown	  <http://0pointer.de/lennart/tchibo.html>.
38941b16dceSLen Brown
39041b16dceSLen Brown	  If you have an MSI S270 laptop, say Y or M here.
39141b16dceSLen Brown
39241b16dceSLen Brownconfig PANASONIC_LAPTOP
39341b16dceSLen Brown	tristate "Panasonic Laptop Extras"
39441b16dceSLen Brown	depends on INPUT && ACPI
39541b16dceSLen Brown	depends on BACKLIGHT_CLASS_DEVICE
3961a765cacSDmitry Torokhov	select INPUT_SPARSEKMAP
39741b16dceSLen Brown	---help---
39841b16dceSLen Brown	  This driver adds support for access to backlight control and hotkeys
39941b16dceSLen Brown	  on Panasonic Let's Note laptops.
40041b16dceSLen Brown
40141b16dceSLen Brown	  If you have a Panasonic Let's note laptop (such as the R1(N variant),
40241b16dceSLen Brown	  R2, R3, R5, T2, W2 and Y2 series), say Y.
40341b16dceSLen Brown
40441b16dceSLen Brownconfig COMPAL_LAPTOP
405eec3b959SIsmael Luceno	tristate "Compal (and others) Laptop Extras"
40641b16dceSLen Brown	depends on ACPI
40741b16dceSLen Brown	depends on BACKLIGHT_CLASS_DEVICE
40814ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
40951c1410bSIngo Molnar	depends on RFKILL
410c2834145SRandy Dunlap	depends on HWMON
4115ca56718SRandy Dunlap	depends on POWER_SUPPLY
41241b16dceSLen Brown	---help---
413eec3b959SIsmael Luceno	  This is a driver for laptops built by Compal, and some models by
414eec3b959SIsmael Luceno	  other brands (e.g. Dell, Toshiba).
41541b16dceSLen Brown
416d9a427ecSRoald Frederickx	  It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
417d9a427ecSRoald Frederickx	  and battery charging level control.
41841b16dceSLen Brown
419eec3b959SIsmael Luceno	  For a (possibly incomplete) list of supported laptops, please refer
420eec3b959SIsmael Luceno	  to: Documentation/platform/x86-laptop-drivers.txt
42141b16dceSLen Brown
42241b16dceSLen Brownconfig SONY_LAPTOP
42341b16dceSLen Brown	tristate "Sony Laptop Extras"
42441b16dceSLen Brown	depends on ACPI
42514ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
42614ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
42741b16dceSLen Brown	depends on INPUT
42814bd3136SAlexander Beregalov	depends on RFKILL
42941b16dceSLen Brown	  ---help---
43041b16dceSLen Brown	  This mini-driver drives the SNC and SPIC devices present in the ACPI
43141b16dceSLen Brown	  BIOS of the Sony Vaio laptops.
43241b16dceSLen Brown
43341b16dceSLen Brown	  It gives access to some extra laptop functionalities like Bluetooth,
43441b16dceSLen Brown	  screen brightness control, Fn keys and allows powering on/off some
43541b16dceSLen Brown	  devices.
43641b16dceSLen Brown
43741b16dceSLen Brown	  Read <file:Documentation/laptops/sony-laptop.txt> for more information.
43841b16dceSLen Brown
43941b16dceSLen Brownconfig SONYPI_COMPAT
44041b16dceSLen Brown	bool "Sonypi compatibility"
44141b16dceSLen Brown	depends on SONY_LAPTOP
44241b16dceSLen Brown	  ---help---
44341b16dceSLen Brown	  Build the sonypi driver compatibility code into the sony-laptop driver.
44441b16dceSLen Brown
44557ac3b05SIke Panhcconfig IDEAPAD_LAPTOP
44657ac3b05SIke Panhc	tristate "Lenovo IdeaPad Laptop Extras"
44758ac7aa0SDavid Woodhouse	depends on ACPI
448ad0f4306SRandy Dunlap	depends on RFKILL && INPUT
44907a4a4fcSMaxim Mikityanskiy	depends on SERIO_I8042
450445e8d00SMatthew Garrett	depends on BACKLIGHT_CLASS_DEVICE
45114ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
45274caab99SArnd Bergmann	depends on ACPI_WMI || ACPI_WMI = n
453f63409aeSIke Panhc	select INPUT_SPARSEKMAP
45458ac7aa0SDavid Woodhouse	help
45516fd91e0SIke Panhc	  This is a driver for Lenovo IdeaPad netbooks contains drivers for
45616fd91e0SIke Panhc	  rfkill switch, hotkey, fan control and backlight control.
45758ac7aa0SDavid Woodhouse
4583dda3b37SBenjamin Tissoiresconfig SURFACE3_WMI
4593dda3b37SBenjamin Tissoires	tristate "Surface 3 WMI Driver"
4603dda3b37SBenjamin Tissoires	depends on ACPI_WMI
4613dda3b37SBenjamin Tissoires	depends on DMI
4623dda3b37SBenjamin Tissoires	depends on INPUT
4633dda3b37SBenjamin Tissoires	depends on SPI
4643dda3b37SBenjamin Tissoires	---help---
4653dda3b37SBenjamin Tissoires	  Say Y here if you have a Surface 3.
4663dda3b37SBenjamin Tissoires
4673dda3b37SBenjamin Tissoires	  To compile this driver as a module, choose M here: the module will
4683dda3b37SBenjamin Tissoires	  be called surface3-wmi.
4693dda3b37SBenjamin Tissoires
47041b16dceSLen Brownconfig THINKPAD_ACPI
47141b16dceSLen Brown	tristate "ThinkPad ACPI Laptop Extras"
47241b16dceSLen Brown	depends on ACPI
4732801b968SOgnjen Galic	depends on ACPI_BATTERY
474d263da31SCorentin Chary	depends on INPUT
47519d337dfSJohannes Berg	depends on RFKILL || RFKILL = n
47614ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
47714ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
47841b16dceSLen Brown	select HWMON
47941b16dceSLen Brown	select NVRAM
48041b16dceSLen Brown	select NEW_LEDS
48141b16dceSLen Brown	select LEDS_CLASS
48241b16dceSLen Brown	---help---
48341b16dceSLen Brown	  This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
48441b16dceSLen Brown	  support for Fn-Fx key combinations, Bluetooth control, video
48541b16dceSLen Brown	  output switching, ThinkLight control, UltraBay eject and more.
48641b16dceSLen Brown	  For more information about this driver see
48741b16dceSLen Brown	  <file:Documentation/laptops/thinkpad-acpi.txt> and
48841b16dceSLen Brown	  <http://ibm-acpi.sf.net/> .
48941b16dceSLen Brown
49041b16dceSLen Brown	  This driver was formerly known as ibm-acpi.
49141b16dceSLen Brown
4926e5b08eeSHenrique de Moraes Holschuh	  Extra functionality will be available if the rfkill (CONFIG_RFKILL)
4936e5b08eeSHenrique de Moraes Holschuh	  and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
4946e5b08eeSHenrique de Moraes Holschuh	  Note that if you want ThinkPad-ACPI to be built-in instead of
4956e5b08eeSHenrique de Moraes Holschuh	  modular, ALSA and rfkill will also have to be built-in.
4966e5b08eeSHenrique de Moraes Holschuh
49741b16dceSLen Brown	  If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
49841b16dceSLen Brown
499ff850c33SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_ALSA_SUPPORT
500ff850c33SHenrique de Moraes Holschuh	bool "Console audio control ALSA interface"
501ff850c33SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
502ff850c33SHenrique de Moraes Holschuh	depends on SND
503ff850c33SHenrique de Moraes Holschuh	depends on SND = y || THINKPAD_ACPI = SND
504ff850c33SHenrique de Moraes Holschuh	default y
505ff850c33SHenrique de Moraes Holschuh	---help---
506ff850c33SHenrique de Moraes Holschuh	  Enables monitoring of the built-in console audio output control
507ff850c33SHenrique de Moraes Holschuh	  (headphone and speakers), which is operated by the mute and (in
508ff850c33SHenrique de Moraes Holschuh	  some ThinkPad models) volume hotkeys.
509ff850c33SHenrique de Moraes Holschuh
510ff850c33SHenrique de Moraes Holschuh	  If this option is enabled, ThinkPad-ACPI will export an ALSA card
511ff850c33SHenrique de Moraes Holschuh	  with a single read-only mixer control, which should be used for
512ff850c33SHenrique de Moraes Holschuh	  on-screen-display feedback purposes by the Desktop Environment.
513ff850c33SHenrique de Moraes Holschuh
514ff850c33SHenrique de Moraes Holschuh	  Optionally, the driver will also allow software control (the
515ff850c33SHenrique de Moraes Holschuh	  ALSA mixer will be made read-write).  Please refer to the driver
516ff850c33SHenrique de Moraes Holschuh	  documentation for details.
517ff850c33SHenrique de Moraes Holschuh
518ff850c33SHenrique de Moraes Holschuh	  All IBM models have both volume and mute control.  Newer Lenovo
519ff850c33SHenrique de Moraes Holschuh	  models only have mute control (the volume hotkeys are just normal
520ff850c33SHenrique de Moraes Holschuh	  keys and volume control is done through the main HDA mixer).
521ff850c33SHenrique de Moraes Holschuh
522a73f3091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUGFACILITIES
523a73f3091SHenrique de Moraes Holschuh	bool "Maintainer debug facilities"
524a73f3091SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
525a73f3091SHenrique de Moraes Holschuh	---help---
526a73f3091SHenrique de Moraes Holschuh	  Enables extra stuff in the thinkpad-acpi which is completely useless
527a73f3091SHenrique de Moraes Holschuh	  for normal use.  Read the driver source to find out what it does.
528a73f3091SHenrique de Moraes Holschuh
529a73f3091SHenrique de Moraes Holschuh	  Say N here, unless you were told by a kernel maintainer to do
530a73f3091SHenrique de Moraes Holschuh	  otherwise.
531a73f3091SHenrique de Moraes Holschuh
53241b16dceSLen Brownconfig THINKPAD_ACPI_DEBUG
53341b16dceSLen Brown	bool "Verbose debug mode"
53441b16dceSLen Brown	depends on THINKPAD_ACPI
53541b16dceSLen Brown	---help---
53641b16dceSLen Brown	  Enables extra debugging information, at the expense of a slightly
53741b16dceSLen Brown	  increase in driver size.
53841b16dceSLen Brown
53941b16dceSLen Brown	  If you are not sure, say N here.
54041b16dceSLen Brown
541a4d5effcSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_UNSAFE_LEDS
542a4d5effcSHenrique de Moraes Holschuh	bool "Allow control of important LEDs (unsafe)"
543a4d5effcSHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
544a4d5effcSHenrique de Moraes Holschuh	---help---
545a4d5effcSHenrique de Moraes Holschuh	  Overriding LED state on ThinkPads can mask important
546a4d5effcSHenrique de Moraes Holschuh	  firmware alerts (like critical battery condition), or misled
547a4d5effcSHenrique de Moraes Holschuh	  the user into damaging the hardware (undocking or ejecting
548a4d5effcSHenrique de Moraes Holschuh	  the bay while buses are still active), etc.
549a4d5effcSHenrique de Moraes Holschuh
550a4d5effcSHenrique de Moraes Holschuh	  LED control on the ThinkPad is write-only (with very few
551a4d5effcSHenrique de Moraes Holschuh	  exceptions on very ancient models), which makes it
552a4d5effcSHenrique de Moraes Holschuh	  impossible to know beforehand if important information will
553a4d5effcSHenrique de Moraes Holschuh	  be lost when one changes LED state.
554a4d5effcSHenrique de Moraes Holschuh
555a4d5effcSHenrique de Moraes Holschuh	  Users that know what they are doing can enable this option
556a4d5effcSHenrique de Moraes Holschuh	  and the driver will allow control of every LED, including
557a4d5effcSHenrique de Moraes Holschuh	  the ones on the dock stations.
558a4d5effcSHenrique de Moraes Holschuh
559a4d5effcSHenrique de Moraes Holschuh	  Never enable this option on a distribution kernel.
560a4d5effcSHenrique de Moraes Holschuh
561a4d5effcSHenrique de Moraes Holschuh	  Say N here, unless you are building a kernel for your own
562a4d5effcSHenrique de Moraes Holschuh	  use, and need to control the important firmware LEDs.
563a4d5effcSHenrique de Moraes Holschuh
56441b16dceSLen Brownconfig THINKPAD_ACPI_VIDEO
56541b16dceSLen Brown	bool "Video output control support"
56641b16dceSLen Brown	depends on THINKPAD_ACPI
56741b16dceSLen Brown	default y
56841b16dceSLen Brown	---help---
56941b16dceSLen Brown	  Allows the thinkpad_acpi driver to provide an interface to control
57041b16dceSLen Brown	  the various video output ports.
57141b16dceSLen Brown
57241b16dceSLen Brown	  This feature often won't work well, depending on ThinkPad model,
57341b16dceSLen Brown	  display state, video output devices in use, whether there is a X
57441b16dceSLen Brown	  server running, phase of the moon, and the current mood of
57541b16dceSLen Brown	  Schroedinger's cat.  If you can use X.org's RandR to control
57641b16dceSLen Brown	  your ThinkPad's video output ports instead of this feature,
577b525c06cSHenrique de Moraes Holschuh	  don't think twice: do it and say N here to save memory and avoid
578b525c06cSHenrique de Moraes Holschuh	  bad interactions with X.org.
57941b16dceSLen Brown
580b525c06cSHenrique de Moraes Holschuh	  NOTE: access to this feature is limited to processes with the
581b525c06cSHenrique de Moraes Holschuh	  CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
582b525c06cSHenrique de Moraes Holschuh	  where it interacts badly with X.org.
583b525c06cSHenrique de Moraes Holschuh
584b525c06cSHenrique de Moraes Holschuh	  If you are not sure, say Y here but do try to check if you could
585b525c06cSHenrique de Moraes Holschuh	  be using X.org RandR instead.
58641b16dceSLen Brown
58741b16dceSLen Brownconfig THINKPAD_ACPI_HOTKEY_POLL
58841b16dceSLen Brown	bool "Support NVRAM polling for hot keys"
58941b16dceSLen Brown	depends on THINKPAD_ACPI
59041b16dceSLen Brown	default y
59141b16dceSLen Brown	---help---
59241b16dceSLen Brown	  Some thinkpad models benefit from NVRAM polling to detect a few of
59341b16dceSLen Brown	  the hot key press events.  If you know your ThinkPad model does not
59441b16dceSLen Brown	  need to do NVRAM polling to support any of the hot keys you use,
59541b16dceSLen Brown	  unselecting this option will save about 1kB of memory.
59641b16dceSLen Brown
59741b16dceSLen Brown	  ThinkPads T40 and newer, R52 and newer, and X31 and newer are
59841b16dceSLen Brown	  unlikely to need NVRAM polling in their latest BIOS versions.
59941b16dceSLen Brown
60041b16dceSLen Brown	  NVRAM polling can detect at most the following keys: ThinkPad/Access
60141b16dceSLen Brown	  IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
60241b16dceSLen Brown	  Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
60341b16dceSLen Brown
60441b16dceSLen Brown	  If you are not sure, say Y here.  The driver enables polling only if
60541b16dceSLen Brown	  it is strictly necessary to do so.
60641b16dceSLen Brown
607bd9fc3a7SJean Delvareconfig SENSORS_HDAPS
608bd9fc3a7SJean Delvare	tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
60925789f95SJean Delvare	depends on INPUT
610bd9fc3a7SJean Delvare	select INPUT_POLLDEV
611bd9fc3a7SJean Delvare	help
612bd9fc3a7SJean Delvare	  This driver provides support for the IBM Hard Drive Active Protection
613bd9fc3a7SJean Delvare	  System (hdaps), which provides an accelerometer and other misc. data.
614bd9fc3a7SJean Delvare	  ThinkPads starting with the R50, T41, and X40 are supported.  The
615bd9fc3a7SJean Delvare	  accelerometer data is readable via sysfs.
616bd9fc3a7SJean Delvare
617bd9fc3a7SJean Delvare	  This driver also provides an absolute input class device, allowing
618bd9fc3a7SJean Delvare	  the laptop to act as a pinball machine-esque joystick.
619bd9fc3a7SJean Delvare
620bd9fc3a7SJean Delvare	  If your ThinkPad is not recognized by the driver, please update to latest
621bd9fc3a7SJean Delvare	  BIOS. This is especially the case for some R52 ThinkPads.
622bd9fc3a7SJean Delvare
623bd9fc3a7SJean Delvare	  Say Y here if you have an applicable laptop and want to experience
624bd9fc3a7SJean Delvare	  the awesome power of hdaps.
625bd9fc3a7SJean Delvare
62641b16dceSLen Brownconfig INTEL_MENLOW
62741b16dceSLen Brown	tristate "Thermal Management driver for Intel menlow platform"
62841b16dceSLen Brown	depends on ACPI_THERMAL
62941b16dceSLen Brown	select THERMAL
63041b16dceSLen Brown	---help---
63141b16dceSLen Brown	  ACPI thermal management enhancement driver on
63241b16dceSLen Brown	  Intel Menlow platform.
63341b16dceSLen Brown
63441b16dceSLen Brown	  If unsure, say N.
63541b16dceSLen Brown
63641b16dceSLen Brownconfig EEEPC_LAPTOP
6377ec48cedSCorentin Chary	tristate "Eee PC Hotkey Driver"
63841b16dceSLen Brown	depends on ACPI
6393a5093eeSAlexey Dobriyan	depends on INPUT
64019d337dfSJohannes Berg	depends on RFKILL || RFKILL = n
64114ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
64244b3615bSIngo Molnar	depends on HOTPLUG_PCI
64314ca7a47SHans de Goede	depends on BACKLIGHT_CLASS_DEVICE
644d97c0defSLen Brown	select HWMON
6453c0eb510SCorentin Chary	select LEDS_CLASS
6463c0eb510SCorentin Chary	select NEW_LEDS
647642e0447SDmitry Torokhov	select INPUT_SPARSEKMAP
64841b16dceSLen Brown	---help---
64941b16dceSLen Brown	  This driver supports the Fn-Fx keys on Eee PC laptops.
65076593d6fSCorentin Chary
65176593d6fSCorentin Chary	  It  also gives access to some extra laptop functionalities like
65276593d6fSCorentin Chary	  Bluetooth, backlight and allows powering on/off some other
65376593d6fSCorentin Chary	  devices.
65441b16dceSLen Brown
655e12e6d94SCorentin Chary	  If you have an Eee PC laptop, say Y or M here. If this driver
656e12e6d94SCorentin Chary	  doesn't work on your Eee PC, try eeepc-wmi instead.
65741b16dceSLen Brown
658e12e6d94SCorentin Charyconfig ASUS_WMI
6597ec48cedSCorentin Chary	tristate "ASUS WMI Driver"
660ee027e4aSYong Wang	depends on ACPI_WMI
661ee027e4aSYong Wang	depends on INPUT
662e07babdeSCorentin Chary	depends on HWMON
66389a7644bSRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
664ba48fdb9SCorentin Chary	depends on RFKILL || RFKILL = n
66590ba4b1bSRandy Dunlap	depends on HOTPLUG_PCI
666ea89e1d3SRandy Dunlap	depends on ACPI_VIDEO || ACPI_VIDEO = n
667fb48aef7SIngo Molnar	select INPUT_SPARSEKMAP
668084fca63SCorentin Chary	select LEDS_CLASS
669084fca63SCorentin Chary	select NEW_LEDS
670ee027e4aSYong Wang	---help---
671b229ece9SCorentin Chary	  Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
672b229ece9SCorentin Chary	  Asus Notebooks).
673ee027e4aSYong Wang
674ee027e4aSYong Wang	  To compile this driver as a module, choose M here: the module will
675e12e6d94SCorentin Chary	  be called asus-wmi.
676e12e6d94SCorentin Chary
677b229ece9SCorentin Charyconfig ASUS_NB_WMI
6787ec48cedSCorentin Chary	tristate "Asus Notebook WMI Driver"
679b229ece9SCorentin Chary	depends on ASUS_WMI
680ea893695SArnd Bergmann	depends on SERIO_I8042 || SERIO_I8042 = n
681b229ece9SCorentin Chary	---help---
682b229ece9SCorentin Chary	  This is a driver for newer Asus notebooks. It adds extra features
683b229ece9SCorentin Chary	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
684b229ece9SCorentin Chary
685f54619f2SMasanari Iida	  For more information, see
686b229ece9SCorentin Chary	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
687b229ece9SCorentin Chary
688b229ece9SCorentin Chary	  If you have an ACPI-WMI compatible Asus Notebook, say Y or M
689b229ece9SCorentin Chary	  here.
690b229ece9SCorentin Chary
691e12e6d94SCorentin Charyconfig EEEPC_WMI
6927ec48cedSCorentin Chary	tristate "Eee PC WMI Driver"
693e12e6d94SCorentin Chary	depends on ASUS_WMI
694e12e6d94SCorentin Chary	---help---
695e12e6d94SCorentin Chary	  This is a driver for newer Eee PC laptops. It adds extra features
696e12e6d94SCorentin Chary	  like wireless radio and bluetooth control, leds, hotkeys, backlight...
697e12e6d94SCorentin Chary
698f54619f2SMasanari Iida	  For more information, see
699e12e6d94SCorentin Chary	  <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
700e12e6d94SCorentin Chary
701e12e6d94SCorentin Chary	  If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
702e12e6d94SCorentin Chary	  here.
703b4f9fe12SLen Brown
704f6a6bbaeSJoão Paulo Rechi Vitaconfig ASUS_WIRELESS
705f6a6bbaeSJoão Paulo Rechi Vita	tristate "Asus Wireless Radio Control Driver"
706f6a6bbaeSJoão Paulo Rechi Vita	depends on ACPI
707f6a6bbaeSJoão Paulo Rechi Vita	depends on INPUT
7082c1a49c9SJoão Paulo Rechi Vita	select NEW_LEDS
7092c1a49c9SJoão Paulo Rechi Vita	select LEDS_CLASS
710f6a6bbaeSJoão Paulo Rechi Vita	---help---
711f6a6bbaeSJoão Paulo Rechi Vita	  The Asus Wireless Radio Control handles the airplane mode hotkey
712f6a6bbaeSJoão Paulo Rechi Vita	  present on some Asus laptops.
713f6a6bbaeSJoão Paulo Rechi Vita
714f6a6bbaeSJoão Paulo Rechi Vita	  Say Y or M here if you have an ASUS notebook with an airplane mode
715f6a6bbaeSJoão Paulo Rechi Vita	  hotkey.
716f6a6bbaeSJoão Paulo Rechi Vita
717f6a6bbaeSJoão Paulo Rechi Vita	  If you choose to compile this driver as a module the module will be
718f6a6bbaeSJoão Paulo Rechi Vita	  called asus-wireless.
719f6a6bbaeSJoão Paulo Rechi Vita
720b4f9fe12SLen Brownconfig ACPI_WMI
7215fcdd177SCarlos Corbacho	tristate "WMI"
722b4f9fe12SLen Brown	depends on ACPI
723b4f9fe12SLen Brown	help
724b4f9fe12SLen Brown	  This driver adds support for the ACPI-WMI (Windows Management
725b4f9fe12SLen Brown	  Instrumentation) mapper device (PNP0C14) found on some systems.
726b4f9fe12SLen Brown
727b4f9fe12SLen Brown	  ACPI-WMI is a proprietary extension to ACPI to expose parts of the
728b4f9fe12SLen Brown	  ACPI firmware to userspace - this is done through various vendor
729b4f9fe12SLen Brown	  defined methods and data blocks in a PNP0C14 device, which are then
730b4f9fe12SLen Brown	  made available for userspace to call.
731b4f9fe12SLen Brown
732b4f9fe12SLen Brown	  The implementation of this in Linux currently only exposes this to
733b4f9fe12SLen Brown	  other kernel space drivers.
734b4f9fe12SLen Brown
735b4f9fe12SLen Brown	  This driver is a required dependency to build the firmware specific
736b4f9fe12SLen Brown	  drivers needed on many machines, including Acer and HP laptops.
737b4f9fe12SLen Brown
738b4f9fe12SLen Brown	  It is safe to enable this driver even if your DSDT doesn't define
739b4f9fe12SLen Brown	  any ACPI-WMI devices.
740b4f9fe12SLen Brown
741f9dd82c0SDarren Hart (VMware)config WMI_BMOF
742f9dd82c0SDarren Hart (VMware)	tristate "WMI embedded Binary MOF driver"
743f9dd82c0SDarren Hart (VMware)	depends on ACPI_WMI
744f9dd82c0SDarren Hart (VMware)	default ACPI_WMI
745f9dd82c0SDarren Hart (VMware)	---help---
746f9dd82c0SDarren Hart (VMware)	  Say Y here if you want to be able to read a firmware-embedded
747f9dd82c0SDarren Hart (VMware)	  WMI Binary MOF data. Using this requires userspace tools and may be
748f9dd82c0SDarren Hart (VMware)	  rather tedious.
749f9dd82c0SDarren Hart (VMware)
750f9dd82c0SDarren Hart (VMware)	  To compile this driver as a module, choose M here: the module will
751f9dd82c0SDarren Hart (VMware)	  be called wmi-bmof.
752f9dd82c0SDarren Hart (VMware)
753ce6a9002SMario Limoncielloconfig INTEL_WMI_THUNDERBOLT
754ce6a9002SMario Limonciello	tristate "Intel WMI thunderbolt force power driver"
755ce6a9002SMario Limonciello	depends on ACPI_WMI
756ce6a9002SMario Limonciello	---help---
757ce6a9002SMario Limonciello	  Say Y here if you want to be able to use the WMI interface on select
758ce6a9002SMario Limonciello	  systems to force the power control of Intel Thunderbolt controllers.
759ce6a9002SMario Limonciello	  This is useful for updating the firmware when devices are not plugged
760ce6a9002SMario Limonciello	  into the controller.
761ce6a9002SMario Limonciello
762ce6a9002SMario Limonciello	  To compile this driver as a module, choose M here: the module will
763ce6a9002SMario Limonciello	  be called intel-wmi-thunderbolt.
764ce6a9002SMario Limonciello
765d12d8bafSThomas Renningerconfig MSI_WMI
766d12d8bafSThomas Renninger	tristate "MSI WMI extras"
767d12d8bafSThomas Renninger	depends on ACPI_WMI
768d12d8bafSThomas Renninger	depends on INPUT
769de078e57SAnisse Astier	depends on BACKLIGHT_CLASS_DEVICE
77014ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
771c30116c6SAnisse Astier	select INPUT_SPARSEKMAP
772d12d8bafSThomas Renninger	help
773d12d8bafSThomas Renninger	 Say Y here if you want to support WMI-based hotkeys on MSI laptops.
774d12d8bafSThomas Renninger
775d12d8bafSThomas Renninger	 To compile this driver as a module, choose M here: the module will
776d12d8bafSThomas Renninger	 be called msi-wmi.
777d12d8bafSThomas Renninger
77813bb0fd5SHans de Goedeconfig PEAQ_WMI
77913bb0fd5SHans de Goede	tristate "PEAQ 2-in-1 WMI hotkey driver"
78013bb0fd5SHans de Goede	depends on ACPI_WMI
78113bb0fd5SHans de Goede	depends on INPUT
782a00c6963SArnd Bergmann	select INPUT_POLLDEV
78313bb0fd5SHans de Goede	help
78413bb0fd5SHans de Goede	 Say Y here if you want to support WMI-based hotkeys on PEAQ 2-in-1s.
78513bb0fd5SHans de Goede
7869caeb532SHerton Ronaldo Krzesinskiconfig TOPSTAR_LAPTOP
7879caeb532SHerton Ronaldo Krzesinski	tristate "Topstar Laptop Extras"
7889caeb532SHerton Ronaldo Krzesinski	depends on ACPI
7899caeb532SHerton Ronaldo Krzesinski	depends on INPUT
79097490f1cSDmitry Torokhov	select INPUT_SPARSEKMAP
791bf8f65daSGuillaume Douézan-Grard	select LEDS_CLASS
792bf8f65daSGuillaume Douézan-Grard	select NEW_LEDS
7939caeb532SHerton Ronaldo Krzesinski	---help---
7949caeb532SHerton Ronaldo Krzesinski	  This driver adds support for hotkeys found on Topstar laptops.
7959caeb532SHerton Ronaldo Krzesinski
7969caeb532SHerton Ronaldo Krzesinski	  If you have a Topstar laptop, say Y or M here.
7979caeb532SHerton Ronaldo Krzesinski
798b4f9fe12SLen Brownconfig ACPI_TOSHIBA
799b4f9fe12SLen Brown	tristate "Toshiba Laptop Extras"
800b4f9fe12SLen Brown	depends on ACPI
801f11f999eSSeth Forshee	depends on ACPI_WMI
8020c51a4d8SMark Brown	select LEDS_CLASS
8030c51a4d8SMark Brown	select NEW_LEDS
804c76a3e1dSJonathan Corbet	depends on BACKLIGHT_CLASS_DEVICE
805b4f9fe12SLen Brown	depends on INPUT
806283672e4SSeth Forshee	depends on SERIO_I8042 || SERIO_I8042 = n
807358d6a2cSHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
808dc4522beSAzael Avalos	depends on RFKILL || RFKILL = n
80998010f1eSAzael Avalos	depends on IIO
810b4f9fe12SLen Brown	select INPUT_POLLDEV
811384a7cd9SDmitry Torokhov	select INPUT_SPARSEKMAP
812b4f9fe12SLen Brown	---help---
813b4f9fe12SLen Brown	  This driver adds support for access to certain system settings
814b4f9fe12SLen Brown	  on "legacy free" Toshiba laptops.  These laptops can be recognized by
815b4f9fe12SLen Brown	  their lack of a BIOS setup menu and APM support.
816b4f9fe12SLen Brown
817b4f9fe12SLen Brown	  On these machines, all system configuration is handled through the
818b4f9fe12SLen Brown	  ACPI.  This driver is required for access to controls not covered
819b4f9fe12SLen Brown	  by the general ACPI drivers, such as LCD brightness, video output,
820b4f9fe12SLen Brown	  etc.
821b4f9fe12SLen Brown
822b4f9fe12SLen Brown	  This driver differs from the non-ACPI Toshiba laptop driver (located
823b4f9fe12SLen Brown	  under "Processor type and features") in several aspects.
824b4f9fe12SLen Brown	  Configuration is accessed by reading and writing text files in the
825b4f9fe12SLen Brown	  /proc tree instead of by program interface to /dev.  Furthermore, no
826b4f9fe12SLen Brown	  power management functions are exposed, as those are handled by the
827b4f9fe12SLen Brown	  general ACPI drivers.
828b4f9fe12SLen Brown
829b4f9fe12SLen Brown	  More information about this driver is available at
830b4f9fe12SLen Brown	  <http://memebeam.org/toys/ToshibaAcpiDriver>.
831b4f9fe12SLen Brown
832b4f9fe12SLen Brown	  If you have a legacy free Toshiba laptop (such as the Libretto L1
833b4f9fe12SLen Brown	  series), say Y.
83442b4e9eeSJes Sorensen
83542b4e9eeSJes Sorensenconfig TOSHIBA_BT_RFKILL
83642b4e9eeSJes Sorensen	tristate "Toshiba Bluetooth RFKill switch support"
83742b4e9eeSJes Sorensen	depends on ACPI
8387ee8cd33SAzael Avalos	depends on RFKILL || RFKILL = n
83942b4e9eeSJes Sorensen	---help---
84042b4e9eeSJes Sorensen	  This driver adds support for Bluetooth events for the RFKill
84142b4e9eeSJes Sorensen	  switch on modern Toshiba laptops with full ACPI support and
84242b4e9eeSJes Sorensen	  an RFKill switch.
84342b4e9eeSJes Sorensen
84442b4e9eeSJes Sorensen	  This driver handles RFKill events for the TOS6205 Bluetooth,
84542b4e9eeSJes Sorensen	  and re-enables it when the switch is set back to the 'on'
84642b4e9eeSJes Sorensen	  position.
84742b4e9eeSJes Sorensen
84842b4e9eeSJes Sorensen	  If you have a modern Toshiba laptop with a Bluetooth and an
84942b4e9eeSJes Sorensen	  RFKill switch (such as the Portege R500), say Y.
850529aa8cbSThadeu Lima de Souza Cascardo
851186e4e89SAzael Avalosconfig TOSHIBA_HAPS
852186e4e89SAzael Avalos	tristate "Toshiba HDD Active Protection Sensor"
853186e4e89SAzael Avalos	depends on ACPI
854186e4e89SAzael Avalos	---help---
855186e4e89SAzael Avalos	  This driver adds support for the built-in accelerometer
856769a12a9SMasanari Iida	  found on recent Toshiba laptops equipped with HID TOS620A
857186e4e89SAzael Avalos	  device.
858186e4e89SAzael Avalos
859186e4e89SAzael Avalos	  This driver receives ACPI notify events 0x80 when the sensor
860186e4e89SAzael Avalos	  detects a sudden move or a harsh vibration, as well as an
861186e4e89SAzael Avalos	  ACPI notify event 0x81 whenever the movement or vibration has
862186e4e89SAzael Avalos	  been stabilized.
863186e4e89SAzael Avalos
864186e4e89SAzael Avalos	  Also provides sysfs entries to get/set the desired protection
865769a12a9SMasanari Iida	  level and resetting the HDD protection interface.
866186e4e89SAzael Avalos
867186e4e89SAzael Avalos	  If you have a recent Toshiba laptop with a built-in accelerometer
868186e4e89SAzael Avalos	  device, say Y.
869186e4e89SAzael Avalos
87014991fc7SAzael Avalosconfig TOSHIBA_WMI
87114991fc7SAzael Avalos	tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)"
87214991fc7SAzael Avalos	depends on ACPI_WMI
87314991fc7SAzael Avalos	depends on INPUT
87414991fc7SAzael Avalos	select INPUT_SPARSEKMAP
87514991fc7SAzael Avalos	---help---
87614991fc7SAzael Avalos	  This driver adds hotkey monitoring support to some Toshiba models
87714991fc7SAzael Avalos	  that manage the hotkeys via WMI events.
87814991fc7SAzael Avalos
87914991fc7SAzael Avalos	  WARNING: This driver is incomplete as it lacks a proper keymap and the
88014991fc7SAzael Avalos	  *notify function only prints the ACPI event type value. Be warned that
88114991fc7SAzael Avalos	  you will need to provide some information if you have a Toshiba model
88283fc61a5SMasanari Iida	  with WMI event hotkeys and want to help with the development of this
88314991fc7SAzael Avalos	  driver.
88414991fc7SAzael Avalos
88514991fc7SAzael Avalos	  If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.
88614991fc7SAzael Avalos
887529aa8cbSThadeu Lima de Souza Cascardoconfig ACPI_CMPC
888529aa8cbSThadeu Lima de Souza Cascardo	tristate "CMPC Laptop Extras"
8894f258cf4SRandy Dunlap	depends on ACPI && INPUT
890f35843edSThadeu Lima de Souza Cascardo	depends on RFKILL || RFKILL=n
891529aa8cbSThadeu Lima de Souza Cascardo	select BACKLIGHT_CLASS_DEVICE
892529aa8cbSThadeu Lima de Souza Cascardo	help
893529aa8cbSThadeu Lima de Souza Cascardo	  Support for Intel Classmate PC ACPI devices, including some
894529aa8cbSThadeu Lima de Souza Cascardo	  keys as input device, backlight device, tablet and accelerometer
895529aa8cbSThadeu Lima de Souza Cascardo	  devices.
896529aa8cbSThadeu Lima de Souza Cascardo
8971cd706dfSHans de Goedeconfig INTEL_CHT_INT33FE
8981cd706dfSHans de Goede	tristate "Intel Cherry Trail ACPI INT33FE Driver"
899455e027fSHans de Goede	depends on X86 && ACPI && I2C && REGULATOR
9007c8d4456SHeikki Krogerus	depends on CHARGER_BQ24190=y || (CHARGER_BQ24190=m && m)
9011cd706dfSHans de Goede	---help---
9021cd706dfSHans de Goede	  This driver add support for the INT33FE ACPI device found on
9031cd706dfSHans de Goede	  some Intel Cherry Trail devices.
9041cd706dfSHans de Goede
9051cd706dfSHans de Goede	  The INT33FE ACPI device has a CRS table with I2cSerialBusV2
9061cd706dfSHans de Goede	  resources for 3 devices: Maxim MAX17047 Fuel Gauge Controller,
9071cd706dfSHans de Goede	  FUSB302 USB Type-C Controller and PI3USB30532 USB switch.
9081cd706dfSHans de Goede	  This driver instantiates i2c-clients for these, so that standard
9091cd706dfSHans de Goede	  i2c drivers for these chips can bind to the them.
9101cd706dfSHans de Goede
911455e027fSHans de Goede	  If you enable this driver it is advised to also select
9127c8d4456SHeikki Krogerus	  CONFIG_TYPEC_FUSB302=m and CONFIG_BATTERY_MAX17042=m.
913455e027fSHans de Goede
91463dada87SHans de Goedeconfig INTEL_INT0002_VGPIO
91563dada87SHans de Goede	tristate "Intel ACPI INT0002 Virtual GPIO driver"
91663dada87SHans de Goede	depends on GPIOLIB && ACPI
91763dada87SHans de Goede	select GPIOLIB_IRQCHIP
91863dada87SHans de Goede	---help---
91963dada87SHans de Goede	  Some peripherals on Bay Trail and Cherry Trail platforms signal a
92063dada87SHans de Goede	  Power Management Event (PME) to the Power Management Controller (PMC)
92163dada87SHans de Goede	  to wakeup the system. When this happens software needs to explicitly
92263dada87SHans de Goede	  clear the PME bus 0 status bit in the GPE0a_STS register to avoid an
92363dada87SHans de Goede	  IRQ storm on IRQ 9.
92463dada87SHans de Goede
92563dada87SHans de Goede	  This is modelled in ACPI through the INT0002 ACPI device, which is
92663dada87SHans de Goede	  called a "Virtual GPIO controller" in ACPI because it defines the
92763dada87SHans de Goede	  event handler to call when the PME triggers through _AEI and _L02
92863dada87SHans de Goede	  methods as would be done for a real GPIO interrupt in ACPI.
92963dada87SHans de Goede
93063dada87SHans de Goede	  To compile this driver as a module, choose M here: the module will
93163dada87SHans de Goede	  be called intel_int0002_vgpio.
93263dada87SHans de Goede
933ecc83e52SAlex Hungconfig INTEL_HID_EVENT
934ecc83e52SAlex Hung	tristate "INTEL HID Event"
935ecc83e52SAlex Hung	depends on ACPI
936ecc83e52SAlex Hung	depends on INPUT
937ecc83e52SAlex Hung	select INPUT_SPARSEKMAP
938ecc83e52SAlex Hung	help
939ecc83e52SAlex Hung	  This driver provides support for the Intel HID Event hotkey interface.
940ecc83e52SAlex Hung	  Some laptops require this driver for hotkey support.
941ecc83e52SAlex Hung
942ecc83e52SAlex Hung	  To compile this driver as a module, choose M here: the module will
943ecc83e52SAlex Hung	  be called intel_hid.
944ecc83e52SAlex Hung
945332e0812SAceLan Kaoconfig INTEL_VBTN
946332e0812SAceLan Kao	tristate "INTEL VIRTUAL BUTTON"
947332e0812SAceLan Kao	depends on ACPI
948332e0812SAceLan Kao	depends on INPUT
949332e0812SAceLan Kao	select INPUT_SPARSEKMAP
950332e0812SAceLan Kao	help
951332e0812SAceLan Kao	  This driver provides support for the Intel Virtual Button interface.
952332e0812SAceLan Kao	  Some laptops require this driver for power button support.
953332e0812SAceLan Kao
954332e0812SAceLan Kao	  To compile this driver as a module, choose M here: the module will
955332e0812SAceLan Kao	  be called intel_vbtn.
956332e0812SAceLan Kao
9579a58a333SSreedhara DSconfig INTEL_SCU_IPC
9589a58a333SSreedhara DS	bool "Intel SCU IPC Support"
959c95aaeffSAlan Cox	depends on X86_INTEL_MID
9609a58a333SSreedhara DS	default y
9619a58a333SSreedhara DS	---help---
9629a58a333SSreedhara DS	  IPC is used to bridge the communications between kernel and SCU on
9636c62673cSMatthew Garrett	  some embedded Intel x86 platforms. This is not needed for PC-type
9646c62673cSMatthew Garrett	  machines.
9659a58a333SSreedhara DS
9665369c02dSSreedhara DSconfig INTEL_SCU_IPC_UTIL
9675369c02dSSreedhara DS	tristate "Intel SCU IPC utility driver"
9685369c02dSSreedhara DS	depends on INTEL_SCU_IPC
9695369c02dSSreedhara DS	default y
9705369c02dSSreedhara DS	---help---
9715369c02dSSreedhara DS	  The IPC Util driver provides an interface with the SCU enabling
9725369c02dSSreedhara DS	  low level access for debug work and updating the firmware. Say
9735369c02dSSreedhara DS	  N unless you will be doing this on an Intel MID platform.
9745369c02dSSreedhara DS
9758eec8a11SHong Liuconfig INTEL_MID_POWER_BUTTON
9768eec8a11SHong Liu	tristate "power button driver for Intel MID platforms"
97780887757SRandy Dunlap	depends on INTEL_SCU_IPC && INPUT
9788eec8a11SHong Liu	help
9798eec8a11SHong Liu	  This driver handles the power button on the Intel MID platforms.
9808eec8a11SHong Liu
9818eec8a11SHong Liu	  If unsure, say N.
9828eec8a11SHong Liu
983f017fbe7SDurgadoss Rconfig INTEL_MFLD_THERMAL
984f017fbe7SDurgadoss R       tristate "Thermal driver for Intel Medfield platform"
985420138a7SMika Westerberg       depends on MFD_INTEL_MSIC && THERMAL
986f017fbe7SDurgadoss R       help
987f017fbe7SDurgadoss R         Say Y here to enable thermal driver support for the  Intel Medfield
988f017fbe7SDurgadoss R         platform.
989f017fbe7SDurgadoss R
990aa7ffc01SJesse Barnesconfig INTEL_IPS
991aa7ffc01SJesse Barnes	tristate "Intel Intelligent Power Sharing"
992aa7ffc01SJesse Barnes	depends on ACPI
993aa7ffc01SJesse Barnes	---help---
994aa7ffc01SJesse Barnes	  Intel Calpella platforms support dynamic power sharing between the
995aa7ffc01SJesse Barnes	  CPU and GPU, maximizing performance in a given TDP.  This driver,
996aa7ffc01SJesse Barnes	  along with the CPU frequency and i915 drivers, provides that
997aa7ffc01SJesse Barnes	  functionality.  If in doubt, say Y here; it will only load on
998aa7ffc01SJesse Barnes	  supported platforms.
999aa7ffc01SJesse Barnes
100028a375dfSBryan O'Donoghueconfig INTEL_IMR
100128a375dfSBryan O'Donoghue	bool "Intel Isolated Memory Region support"
100228a375dfSBryan O'Donoghue	depends on X86_INTEL_QUARK && IOSF_MBI
100328a375dfSBryan O'Donoghue	---help---
100428a375dfSBryan O'Donoghue	  This option provides a means to manipulate Isolated Memory Regions.
100528a375dfSBryan O'Donoghue	  IMRs are a set of registers that define read and write access masks
100628a375dfSBryan O'Donoghue	  to prohibit certain system agents from accessing memory with 1 KiB
100728a375dfSBryan O'Donoghue	  granularity.
100828a375dfSBryan O'Donoghue
100928a375dfSBryan O'Donoghue	  IMRs make it possible to control read/write access to an address
101028a375dfSBryan O'Donoghue	  by hardware agents inside the SoC. Read and write masks can be
101128a375dfSBryan O'Donoghue	  defined for:
101228a375dfSBryan O'Donoghue		- eSRAM flush
101328a375dfSBryan O'Donoghue		- Dirty CPU snoop (write only)
101428a375dfSBryan O'Donoghue		- RMU access
101528a375dfSBryan O'Donoghue		- PCI Virtual Channel 0/Virtual Channel 1
101628a375dfSBryan O'Donoghue		- SMM mode
101728a375dfSBryan O'Donoghue		- Non SMM mode
101828a375dfSBryan O'Donoghue
101928a375dfSBryan O'Donoghue	  Quark contains a set of eight IMR registers and makes use of those
102028a375dfSBryan O'Donoghue	  registers during its bootup process.
102128a375dfSBryan O'Donoghue
102228a375dfSBryan O'Donoghue	  If you are running on a Galileo/Quark say Y here.
102328a375dfSBryan O'Donoghue
1024b740d2e9SRajneesh Bhardwajconfig INTEL_PMC_CORE
10252854a0aaSSrinivas Pandruvada	tristate "Intel PMC Core driver"
102625789f95SJean Delvare	depends on PCI
1027b740d2e9SRajneesh Bhardwaj	---help---
1028b740d2e9SRajneesh Bhardwaj	  The Intel Platform Controller Hub for Intel Core SoCs provides access
1029b740d2e9SRajneesh Bhardwaj	  to Power Management Controller registers via a PCI interface. This
1030b740d2e9SRajneesh Bhardwaj	  driver can utilize debugging capabilities and supported features as
1031b740d2e9SRajneesh Bhardwaj	  exposed by the Power Management Controller.
1032b740d2e9SRajneesh Bhardwaj
1033b740d2e9SRajneesh Bhardwaj	  Supported features:
1034c4abf92dSRajneesh Bhardwaj		- SLP_S0_RESIDENCY counter
1035c4abf92dSRajneesh Bhardwaj		- PCH IP Power Gating status
1036c4abf92dSRajneesh Bhardwaj		- LTR Ignore
1037c4abf92dSRajneesh Bhardwaj		- MPHY/PLL gating status (Sunrisepoint PCH only)
1038b740d2e9SRajneesh Bhardwaj
103935f0ce03SVernon Maueryconfig IBM_RTL
104035f0ce03SVernon Mauery	tristate "Device driver to enable PRTL support"
104125789f95SJean Delvare	depends on PCI
104235f0ce03SVernon Mauery	---help---
104335f0ce03SVernon Mauery	 Enable support for IBM Premium Real Time Mode (PRTM).
104435f0ce03SVernon Mauery	 This module will allow you the enter and exit PRTM in the BIOS via
104535f0ce03SVernon Mauery	 sysfs on platforms that support this feature.  System in PRTM will
104635f0ce03SVernon Mauery	 not receive CPU-generated SMIs for recoverable errors.  Use of this
104735f0ce03SVernon Mauery	 feature without proper support may void your hardware warranty.
104835f0ce03SVernon Mauery
104935f0ce03SVernon Mauery	 If the proper BIOS support is found the driver will load and create
105035f0ce03SVernon Mauery	 /sys/devices/system/ibm_rtl/.  The "state" variable will indicate
105135f0ce03SVernon Mauery	 whether or not the BIOS is in PRTM.
105235f0ce03SVernon Mauery	 state = 0 (BIOS SMIs on)
105335f0ce03SVernon Mauery	 state = 1 (BIOS SMIs off)
105435f0ce03SVernon Mauery
1055260586d2SDaniel Drakeconfig XO1_RFKILL
1056260586d2SDaniel Drake	tristate "OLPC XO-1 software RF kill switch"
1057b02fdfccSJean Delvare	depends on OLPC || COMPILE_TEST
1058260586d2SDaniel Drake	depends on RFKILL
1059260586d2SDaniel Drake	---help---
1060260586d2SDaniel Drake	  Support for enabling/disabling the WLAN interface on the OLPC XO-1
1061260586d2SDaniel Drake	  laptop.
1062260586d2SDaniel Drake
106389ca1177SPaul Foxconfig XO15_EBOOK
106489ca1177SPaul Fox	tristate "OLPC XO-1.5 ebook switch"
1065b02fdfccSJean Delvare	depends on OLPC || COMPILE_TEST
106689ca1177SPaul Fox	depends on ACPI && INPUT
106789ca1177SPaul Fox	---help---
106889ca1177SPaul Fox	  Support for the ebook switch on the OLPC XO-1.5 laptop.
106989ca1177SPaul Fox
107089ca1177SPaul Fox	  This switch is triggered as the screen is rotated and folded down to
107189ca1177SPaul Fox	  convert the device into ebook form.
107289ca1177SPaul Fox
10732d70b73aSGreg Kroah-Hartmanconfig SAMSUNG_LAPTOP
10742d70b73aSGreg Kroah-Hartman	tristate "Samsung Laptop driver"
10751c02f2d4SCorentin Chary	depends on RFKILL || RFKILL = n
10765ff67df3SRandy Dunlap	depends on ACPI_VIDEO || ACPI_VIDEO = n
10771c02f2d4SCorentin Chary	depends on BACKLIGHT_CLASS_DEVICE
1078f674ebf1SCorentin Chary	select LEDS_CLASS
1079f674ebf1SCorentin Chary	select NEW_LEDS
10802d70b73aSGreg Kroah-Hartman	---help---
10812d70b73aSGreg Kroah-Hartman	  This module implements a driver for a wide range of different
10822d70b73aSGreg Kroah-Hartman	  Samsung laptops.  It offers control over the different
10831c02f2d4SCorentin Chary	  function keys, wireless LED, LCD backlight level.
10841c02f2d4SCorentin Chary
10851c02f2d4SCorentin Chary	  It may also provide some sysfs files described in
108644348e8aSMauro Carvalho Chehab	  <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop>
10872d70b73aSGreg Kroah-Hartman
10882d70b73aSGreg Kroah-Hartman	  To compile this driver as a module, choose M here: the module
10892d70b73aSGreg Kroah-Hartman	  will be called samsung-laptop.
10902d70b73aSGreg Kroah-Hartman
109199b38b4aSDave Airlieconfig MXM_WMI
109299b38b4aSDave Airlie       tristate "WMI support for MXM Laptop Graphics"
10930eacdba3SDave Airlie       depends on ACPI_WMI
109499b38b4aSDave Airlie       ---help---
109599b38b4aSDave Airlie          MXM is a standard for laptop graphics cards, the WMI interface
109699b38b4aSDave Airlie	  is required for switchable nvidia graphics machines
109799b38b4aSDave Airlie
1098bb3ce202SYin Kangkaiconfig INTEL_OAKTRAIL
1099bb3ce202SYin Kangkai	tristate "Intel Oaktrail Platform Extras"
1100bb3ce202SYin Kangkai	depends on ACPI
110114ca7a47SHans de Goede	depends on ACPI_VIDEO || ACPI_VIDEO = n
1102bb3ce202SYin Kangkai	depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
1103bb3ce202SYin Kangkai	---help---
1104bb3ce202SYin Kangkai	  Intel Oaktrail platform need this driver to provide interfaces to
1105bb3ce202SYin Kangkai	  enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y
1106bb3ce202SYin Kangkai	  here; it will only load on supported platforms.
1107bb3ce202SYin Kangkai
110878542e18SFrederick van der Wyckconfig SAMSUNG_Q10
110978542e18SFrederick van der Wyck	tristate "Samsung Q10 Extras"
1110aa3b88a3SFrederick van der Wyck	depends on ACPI
111178542e18SFrederick van der Wyck	select BACKLIGHT_CLASS_DEVICE
111278542e18SFrederick van der Wyck	---help---
111378542e18SFrederick van der Wyck	  This driver provides support for backlight control on Samsung Q10
111478542e18SFrederick van der Wyck	  and related laptops, including Dell Latitude X200.
111578542e18SFrederick van der Wyck
1116917ee75aSSeth Forsheeconfig APPLE_GMUX
1117917ee75aSSeth Forshee	tristate "Apple Gmux Driver"
1118f94f0f10SSeth Forshee	depends on ACPI
1119917ee75aSSeth Forshee	depends on PNP
1120f94f0f10SSeth Forshee	depends on BACKLIGHT_CLASS_DEVICE
1121f94f0f10SSeth Forshee	depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE
1122f94f0f10SSeth Forshee	depends on ACPI_VIDEO=n || ACPI_VIDEO
1123917ee75aSSeth Forshee	---help---
1124917ee75aSSeth Forshee	  This driver provides support for the gmux device found on many
1125917ee75aSSeth Forshee	  Apple laptops, which controls the display mux for the hybrid
1126917ee75aSSeth Forshee	  graphics as well as the backlight. Currently only backlight
1127917ee75aSSeth Forshee	  control is supported by the driver.
1128917ee75aSSeth Forshee
112934a956dbSMatthew Garrettconfig INTEL_RST
113034a956dbSMatthew Garrett        tristate "Intel Rapid Start Technology Driver"
113134a956dbSMatthew Garrett	depends on ACPI
113234a956dbSMatthew Garrett	---help---
113334a956dbSMatthew Garrett	  This driver provides support for modifying paramaters on systems
113434a956dbSMatthew Garrett	  equipped with Intel's Rapid Start Technology. When put in an ACPI
113534a956dbSMatthew Garrett	  sleep state, these devices will wake after either a configured
113634a956dbSMatthew Garrett	  timeout or when the system battery reaches a critical state,
113734a956dbSMatthew Garrett	  automatically copying memory contents to disk. On resume, the
113834a956dbSMatthew Garrett	  firmware will copy the memory contents back to RAM and resume the OS
113934a956dbSMatthew Garrett	  as usual.
114034a956dbSMatthew Garrett
11415c7f80f7SMatthew Garrettconfig INTEL_SMARTCONNECT
11425c7f80f7SMatthew Garrett        tristate "Intel Smart Connect disabling driver"
11435c7f80f7SMatthew Garrett	depends on ACPI
11445c7f80f7SMatthew Garrett	---help---
11455c7f80f7SMatthew Garrett	  Intel Smart Connect is a technology intended to permit devices to
11465c7f80f7SMatthew Garrett	  update state by resuming for a short period of time at regular
11475c7f80f7SMatthew Garrett	  intervals. If a user enables this functionality under Windows and
11485c7f80f7SMatthew Garrett	  then reboots into Linux, the system may remain configured to resume
11495c7f80f7SMatthew Garrett	  on suspend. In the absence of any userspace to support it, the system
11505c7f80f7SMatthew Garrett	  will then remain awake until something triggers another suspend.
11515c7f80f7SMatthew Garrett
11525c7f80f7SMatthew Garrett	  This driver checks to determine whether the device has Intel Smart
11535c7f80f7SMatthew Garrett	  Connect enabled, and if so disables it.
11545c7f80f7SMatthew Garrett
11558b10acd7SHu Taoconfig PVPANIC
11568b10acd7SHu Tao	tristate "pvpanic device support"
11578b10acd7SHu Tao	depends on ACPI
11588b10acd7SHu Tao	---help---
11598b10acd7SHu Tao	  This driver provides support for the pvpanic device.  pvpanic is
11608b10acd7SHu Tao	  a paravirtualized device provided by QEMU; it lets a virtual machine
11618b10acd7SHu Tao	  (guest) communicate panic events to the host.
11628b10acd7SHu Tao
11630a8b8353Sqipeng.zhaconfig INTEL_PMC_IPC
11640a8b8353Sqipeng.zha	tristate "Intel PMC IPC Driver"
116579ae6bb1SLee Jones	depends on ACPI
11660a8b8353Sqipeng.zha	---help---
11670a8b8353Sqipeng.zha	This driver provides support for PMC control on some Intel platforms.
11680a8b8353Sqipeng.zha	The PMC is an ARC processor which defines IPC commands for communication
11690a8b8353Sqipeng.zha	with other entities in the CPU.
11700a8b8353Sqipeng.zha
1171957ae509SNilesh Bacchewarconfig INTEL_BXTWC_PMIC_TMU
1172957ae509SNilesh Bacchewar	tristate "Intel BXT Whiskey Cove TMU Driver"
1173957ae509SNilesh Bacchewar	depends on REGMAP
1174b5238b41SAndy Shevchenko	depends on INTEL_SOC_PMIC_BXTWC && INTEL_PMC_IPC
1175957ae509SNilesh Bacchewar	---help---
1176957ae509SNilesh Bacchewar	  Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature.
1177957ae509SNilesh Bacchewar	  This driver enables the alarm wakeup functionality in the TMU unit
1178957ae509SNilesh Bacchewar	  of Whiskey Cove PMIC.
1179957ae509SNilesh Bacchewar
11802508a45aSChen Yuconfig SURFACE_PRO3_BUTTON
11816d5ac6e1SWeng Xuetian	tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
11822508a45aSChen Yu	depends on ACPI && INPUT
11832508a45aSChen Yu	---help---
11846d5ac6e1SWeng Xuetian	  This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
1185fdca4f16SQipeng Zha
11861a64b719SBenjamin Tissoiresconfig SURFACE_3_BUTTON
11871a64b719SBenjamin Tissoires	tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet"
1188f6c5c1f9SRandy Dunlap	depends on ACPI && KEYBOARD_GPIO && I2C
11891a64b719SBenjamin Tissoires	---help---
11901a64b719SBenjamin Tissoires	  This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet.
11911a64b719SBenjamin Tissoires
1192fdca4f16SQipeng Zhaconfig INTEL_PUNIT_IPC
1193fdca4f16SQipeng Zha	tristate "Intel P-Unit IPC Driver"
1194fdca4f16SQipeng Zha	---help---
1195fdca4f16SQipeng Zha	  This driver provides support for Intel P-Unit Mailbox IPC mechanism,
1196fdca4f16SQipeng Zha	  which is used to bridge the communications between kernel and P-Unit.
1197378f956eSSouvik Kumar Chakravarty
1198378f956eSSouvik Kumar Chakravartyconfig INTEL_TELEMETRY
1199378f956eSSouvik Kumar Chakravarty	tristate "Intel SoC Telemetry Driver"
1200378f956eSSouvik Kumar Chakravarty	depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64
1201378f956eSSouvik Kumar Chakravarty	---help---
1202378f956eSSouvik Kumar Chakravarty	  This driver provides interfaces to configure and use
1203378f956eSSouvik Kumar Chakravarty	  telemetry for INTEL SoC from APL onwards. It is also
1204378f956eSSouvik Kumar Chakravarty	  used to get various SoC events and parameters
1205378f956eSSouvik Kumar Chakravarty	  directly via debugfs files. Various tools may use
1206378f956eSSouvik Kumar Chakravarty	  this interface for SoC state monitoring.
120730488704SVadim Pasternak
12086613d18eSVadim Pasternakconfig MLX_PLATFORM
12096613d18eSVadim Pasternak	tristate "Mellanox Technologies platform support"
1210ef0f6226SVadim Pasternak	depends on I2C && REGMAP
12116613d18eSVadim Pasternak	---help---
12126613d18eSVadim Pasternak	  This option enables system support for the Mellanox Technologies
12136613d18eSVadim Pasternak	  platform. The Mellanox systems provide data center networking
12146613d18eSVadim Pasternak	  solutions based on Virtual Protocol Interconnect (VPI) technology
12156613d18eSVadim Pasternak	  enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE
12166613d18eSVadim Pasternak	  connection.
12176613d18eSVadim Pasternak
12186613d18eSVadim Pasternak	  If you have a Mellanox system, say Y or M here.
12196613d18eSVadim Pasternak
12204ec567b8SSrinivas Pandruvadaconfig INTEL_TURBO_MAX_3
12214ec567b8SSrinivas Pandruvada	bool "Intel Turbo Boost Max Technology 3.0 enumeration driver"
12224ec567b8SSrinivas Pandruvada	depends on X86_64 && SCHED_MC_PRIO
12234ec567b8SSrinivas Pandruvada	---help---
12244ec567b8SSrinivas Pandruvada	  This driver reads maximum performance ratio of each CPU and set up
12254ec567b8SSrinivas Pandruvada	  the scheduler priority metrics. In this way scheduler can prefer
12264ec567b8SSrinivas Pandruvada	  CPU with higher performance to schedule tasks.
12274ec567b8SSrinivas Pandruvada	  This driver is only required when the system is not using Hardware
12284ec567b8SSrinivas Pandruvada	  P-States (HWP). In HWP mode, priority can be read from ACPI tables.
12294ec567b8SSrinivas Pandruvada
123074421786SHans de Goedeconfig TOUCHSCREEN_DMI
123174421786SHans de Goede	bool "DMI based touchscreen configuration info"
12326df97f85SDarren Hart (VMware)	depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
1233cef9dd85SHans de Goede	---help---
123474421786SHans de Goede	  Certain ACPI based tablets with e.g. Silead or Chipone touchscreens
123574421786SHans de Goede	  do not have enough data in ACPI tables for the touchscreen driver to
123674421786SHans de Goede	  handle the touchscreen properly, as OEMs expect the data to be baked
123774421786SHans de Goede	  into the tablet model specific version of the driver shipped with the
123874421786SHans de Goede	  the OS-image for the device. This option supplies the missing info.
123974421786SHans de Goede	  Enable this for x86 tablets with Silead or Chipone touchscreens.
1240cef9dd85SHans de Goede
124119a525d8STakashi Iwaiconfig INTEL_CHTDC_TI_PWRBTN
124219a525d8STakashi Iwai	tristate "Intel Cherry Trail Dollar Cove TI power button driver"
124319a525d8STakashi Iwai	depends on INTEL_SOC_PMIC_CHTDC_TI
124419a525d8STakashi Iwai	depends on INPUT
124519a525d8STakashi Iwai	---help---
124619a525d8STakashi Iwai	  This option adds a power button driver driver for Dollar Cove TI
124719a525d8STakashi Iwai	  PMIC on Intel Cherry Trail devices.
124819a525d8STakashi Iwai
124919a525d8STakashi Iwai	  To compile this driver as a module, choose M here: the module
125019a525d8STakashi Iwai	  will be called intel_chtdc_ti_pwrbtn.
125119a525d8STakashi Iwai
1252e64e8498SHans de Goedeconfig I2C_MULTI_INSTANTIATE
1253e64e8498SHans de Goede	tristate "I2C multi instantiate pseudo device driver"
1254e64e8498SHans de Goede	depends on I2C && ACPI
1255e64e8498SHans de Goede	help
1256e64e8498SHans de Goede	  Some ACPI-based systems list multiple i2c-devices in a single ACPI
1257e64e8498SHans de Goede	  firmware-node. This driver will instantiate separate i2c-clients
1258e64e8498SHans de Goede	  for each device in the firmware-node.
1259e64e8498SHans de Goede
1260e64e8498SHans de Goede	  To compile this driver as a module, choose M here: the module
1261e64e8498SHans de Goede	  will be called i2c-multi-instantiate.
1262e64e8498SHans de Goede
126341b16dceSLen Brownendif # X86_PLATFORM_DEVICES
126480a7581fSIrina Tirdea
126580a7581fSIrina Tirdeaconfig PMC_ATOM
126680a7581fSIrina Tirdea       def_bool y
126780a7581fSIrina Tirdea       depends on PCI
1268282a4e4cSIrina Tirdea       select COMMON_CLK
1269