]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/platform/x86/Kconfig
platform/x86: toshiba_acpi: do not select INPUT_POLLDEV
[mirror_ubuntu-jammy-kernel.git] / drivers / platform / x86 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
41b16dce
LB
2#
3# X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DEVICES
7 bool "X86 Platform Specific Device Drivers"
8 default y
a00cd11b 9 depends on X86
41b16dce
LB
10 ---help---
11 Say Y here to get to see options for device drivers for various
12 x86 platforms, including vendor-specific laptop extension drivers.
13 This option alone does not add any kernel code.
14
15 If you say N, all options in this submenu will be skipped and disabled.
16
17if X86_PLATFORM_DEVICES
18
19config ACER_WMI
54b1ec89 20 tristate "Acer WMI Laptop Extras"
41b16dce 21 depends on ACPI
0c51a4d8
MB
22 select LEDS_CLASS
23 select NEW_LEDS
41b16dce
LB
24 depends on BACKLIGHT_CLASS_DEVICE
25 depends on SERIO_I8042
3fdca87d 26 depends on INPUT
19d337df 27 depends on RFKILL || RFKILL = n
e98062ed 28 depends on ACPI_WMI
3fdca87d 29 select INPUT_SPARSEKMAP
86924de2 30 # Acer WMI depends on ACPI_VIDEO when ACPI is enabled
86924de2 31 select ACPI_VIDEO if ACPI
41b16dce
LB
32 ---help---
33 This is a driver for newer Acer (and Wistron) laptops. It adds
34 wireless radio and bluetooth control, and on some laptops,
35 exposes the mail LED and LCD backlight.
36
41b16dce
LB
37 If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
38 here.
39
75971feb
CC
40config ACER_WIRELESS
41 tristate "Acer Wireless Radio Control Driver"
42 depends on ACPI
43 depends on INPUT
44 ---help---
45 The Acer Wireless Radio Control handles the airplane mode hotkey
46 present on new Acer laptops.
47
48 Say Y or M here if you have an Acer notebook with an airplane mode
49 hotkey.
50
51 If you choose to compile this driver as a module the module will be
52 called acer-wireless.
53
e86435eb
PF
54config ACERHDF
55 tristate "Acer Aspire One temperature and fan driver"
200db647 56 depends on ACPI && THERMAL
48c8dd64 57 select THERMAL_GOV_BANG_BANG
e86435eb
PF
58 ---help---
59 This is a driver for Acer Aspire One netbooks. It allows to access
60 the temperature sensor and to control the fan.
61
62 After loading this driver the BIOS is still in control of the fan.
63 To let the kernel handle the fan, do:
14c20688
PG
64 echo -n enabled > /sys/class/thermal/thermal_zoneN/mode
65 where N=0,1,2... depending on the number of thermal nodes and the
66 detection order of your particular system. The "type" parameter
67 in the same node directory will tell you if it is "acerhdf".
e86435eb
PF
68
69 For more information about this driver see
70 <http://piie.net/files/acerhdf_README.txt>
71
72 If you have an Acer Aspire One netbook, say Y or M
73 here.
74
a46ad0f1
ML
75config ALIENWARE_WMI
76 tristate "Alienware Special feature control"
77 depends on ACPI
78 depends on LEDS_CLASS
79 depends on NEW_LEDS
80 depends on ACPI_WMI
81 ---help---
82 This is a driver for controlling Alienware BIOS driven
83 features. It exposes an interface for controlling the AlienFX
84 zones on Alienware machines that don't contain a dedicated AlienFX
85 USB MCU such as the X51 and X51-R2.
86
41b16dce 87config ASUS_LAPTOP
6122af37 88 tristate "Asus Laptop Extras"
41b16dce 89 depends on ACPI
e73e2c62
CC
90 select LEDS_CLASS
91 select NEW_LEDS
14ca7a47 92 depends on BACKLIGHT_CLASS_DEVICE
12d6f35b 93 depends on INPUT
18e1311e 94 depends on RFKILL || RFKILL = n
14ca7a47 95 depends on ACPI_VIDEO || ACPI_VIDEO = n
66a71dd1 96 select INPUT_SPARSEKMAP
41b16dce 97 ---help---
8819de7f
AR
98 This is a driver for Asus laptops, Lenovo SL and the Pegatron
99 Lucid tablet. It may also support some MEDION, JVC or VICTOR
100 laptops. It makes all the extra buttons generate standard
b23910c2
AR
101 ACPI events and input events, and on the Lucid the built-in
102 accelerometer appears as an input device. It also adds
103 support for video output switching, LCD backlight control,
104 Bluetooth and Wlan control, and most importantly, allows you
105 to blink those fancy LEDs.
41b16dce 106
8819de7f 107 For more information see <http://acpi4asus.sf.net>.
41b16dce
LB
108
109 If you have an ACPI-compatible ASUS laptop, say Y or M here.
110
8e5cddd1
SH
111config DCDBAS
112 tristate "Dell Systems Management Base Driver"
113 depends on X86
114 help
115 The Dell Systems Management Base Driver provides a sysfs interface
116 for systems management software to perform System Management
117 Interrupts (SMIs) and Host Control Actions (system power cycle or
118 power off after OS shutdown) on certain Dell systems.
119
baa293e9 120 See <file:Documentation/driver-api/dcdbas.rst> for more details on the driver
8e5cddd1
SH
121 and the Dell systems on which Dell systems management software makes
122 use of this driver.
123
124 Say Y or M here to enable the driver for use by Dell systems
125 management software such as Dell OpenManage.
126
32d7b19b 127#
75073a64
DH
128# The DELL_SMBIOS driver depends on ACPI_WMI and/or DCDBAS if those
129# backends are selected. The "depends" line prevents a configuration
130# where DELL_SMBIOS=y while either of those dependencies =m.
32d7b19b 131#
2f9f26bd 132config DELL_SMBIOS
25d47027 133 tristate "Dell SMBIOS driver"
32d7b19b 134 depends on DCDBAS || DCDBAS=n
75073a64 135 depends on ACPI_WMI || ACPI_WMI=n
25d47027
ML
136 ---help---
137 This provides support for the Dell SMBIOS calling interface.
138 If you have a Dell computer you should enable this option.
139
140 Be sure to select at least one backend for it to work properly.
549b4930 141
1a258e67 142config DELL_SMBIOS_WMI
25d47027 143 bool "Dell SMBIOS driver WMI backend"
329d58b8 144 default y
1a258e67
ML
145 depends on ACPI_WMI
146 select DELL_WMI_DESCRIPTOR
329d58b8 147 depends on DELL_SMBIOS
1a258e67
ML
148 ---help---
149 This provides an implementation for the Dell SMBIOS calling interface
150 communicated over ACPI-WMI.
151
25d47027 152 If you have a Dell computer from >2007 you should say Y here.
1a258e67
ML
153 If you aren't sure and this module doesn't work for your computer
154 it just won't load.
155
549b4930 156config DELL_SMBIOS_SMM
25d47027 157 bool "Dell SMBIOS driver SMM backend"
329d58b8 158 default y
549b4930 159 depends on DCDBAS
329d58b8 160 depends on DELL_SMBIOS
2f9f26bd 161 ---help---
549b4930
ML
162 This provides an implementation for the Dell SMBIOS calling interface
163 communicated over SMI/SMM.
2f9f26bd 164
25d47027 165 If you have a Dell computer from <=2017 you should say Y here.
549b4930
ML
166 If you aren't sure and this module doesn't work for your computer
167 it just won't load.
2f9f26bd 168
cad73120 169config DELL_LAPTOP
fe7e913c 170 tristate "Dell Laptop Extras"
a570af48 171 depends on DMI
cad73120 172 depends on BACKLIGHT_CLASS_DEVICE
14ca7a47 173 depends on ACPI_VIDEO || ACPI_VIDEO = n
19d337df 174 depends on RFKILL || RFKILL = n
814cb8ad 175 depends on SERIO_I8042
7fe3fa3b 176 depends on DELL_SMBIOS
dccefb37 177 select POWER_SUPPLY
b9c913f3
LT
178 select LEDS_CLASS
179 select NEW_LEDS
d00fa46e
TI
180 select LEDS_TRIGGERS
181 select LEDS_TRIGGER_AUDIO
cad73120
LB
182 ---help---
183 This driver adds support for rfkill and backlight control to Dell
eec3b959 184 laptops (except for some models covered by the Compal driver).
cad73120 185
0b3f6109 186config DELL_WMI
72e83204 187 tristate "Dell WMI notifications"
0b3f6109 188 depends on ACPI_WMI
a570af48 189 depends on DMI
0b3f6109 190 depends on INPUT
14ca7a47 191 depends on ACPI_VIDEO || ACPI_VIDEO = n
54940fa6 192 depends on DELL_SMBIOS
92b8c540 193 select DELL_WMI_DESCRIPTOR
890a7c8e 194 select INPUT_SPARSEKMAP
0b3f6109
MG
195 ---help---
196 Say Y here if you want to support WMI-based hotkeys on Dell laptops.
197
198 To compile this driver as a module, choose M here: the module will
199 be called dell-wmi.
200
92b8c540
ML
201config DELL_WMI_DESCRIPTOR
202 tristate
203 depends on ACPI_WMI
204
820787fc
CIK
205config DELL_WMI_AIO
206 tristate "WMI Hotkeys for Dell All-In-One series"
207 depends on ACPI_WMI
208 depends on INPUT
209 select INPUT_SPARSEKMAP
210 ---help---
211 Say Y here if you want to support WMI-based hotkeys on Dell
212 All-In-One machines.
213
214 To compile this driver as a module, choose M here: the module will
cffbcd0c 215 be called dell-wmi-aio.
820787fc 216
7a3319c1
MK
217config DELL_WMI_LED
218 tristate "External LED on Dell Business Netbooks"
219 depends on LEDS_CLASS
220 depends on ACPI_WMI
221 help
222 This adds support for the Latitude 2100 and similar
223 notebooks that have an external LED.
224
4738d8aa 225config DELL_SMO8800
e4da9142 226 tristate "Dell Latitude freefall driver (ACPI SMO88XX)"
4738d8aa
PR
227 depends on ACPI
228 ---help---
e4da9142 229 Say Y here if you want to support SMO88XX freefall devices
4738d8aa
PR
230 on Dell Latitude laptops.
231
232 To compile this driver as a module, choose M here: the module will
233 be called dell-smo8800.
234
817a5cdb
PR
235config DELL_RBTN
236 tristate "Dell Airplane Mode Switch driver"
237 depends on ACPI
238 depends on INPUT
239 depends on RFKILL
240 ---help---
241 Say Y here if you want to support Dell Airplane Mode Switch ACPI
242 device on Dell laptops. Sometimes it has names: DELLABCE or DELRBTN.
243 This driver register rfkill device or input hotkey device depending
244 on hardware type (hw switch slider or keyboard toggle button). For
245 rfkill devices it receive HW switch events and set correct hard
246 rfkill state.
247
248 To compile this driver as a module, choose M here: the module will
249 be called dell-rbtn.
250
c48e2ffd
SH
251config DELL_RBU
252 tristate "BIOS update support for DELL systems via sysfs"
253 depends on X86
254 select FW_LOADER
255 select FW_LOADER_USER_HELPER
256 help
257 Say m if you want to have the option of updating the BIOS for your
258 DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)
259 supporting application to communicate with the BIOS regarding the new
260 image for the image update to take effect.
baa293e9 261 See <file:Documentation/driver-api/dell_rbu.rst> for more details on the driver.
c48e2ffd 262
820787fc 263
41b16dce
LB
264config FUJITSU_LAPTOP
265 tristate "Fujitsu Laptop Extras"
266 depends on ACPI
267 depends on INPUT
268 depends on BACKLIGHT_CLASS_DEVICE
14ca7a47 269 depends on ACPI_VIDEO || ACPI_VIDEO = n
f2252672 270 select INPUT_SPARSEKMAP
d89bcc83 271 select LEDS_CLASS
41b16dce
LB
272 ---help---
273 This is a driver for laptops built by Fujitsu:
274
275 * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
276 * Possibly other Fujitsu laptop models
277 * Tested with S6410 and S7020
278
279 It adds support for LCD brightness control and some hotkeys.
280
281 If you have a Fujitsu laptop, say Y or M here.
282
2d24c490
RG
283config FUJITSU_TABLET
284 tristate "Fujitsu Tablet Extras"
285 depends on ACPI
286 depends on INPUT
287 ---help---
288 This is a driver for tablets built by Fujitsu:
289
290 * Lifebook P1510/P1610/P1620/Txxxx
291 * Stylistic ST5xxx
292 * Possibly other Fujitsu tablet models
293
294 It adds support for the panel buttons, docking station detection,
295 tablet/notebook mode detection for convertible and
296 orientation detection for docked slates.
297
298 If you have a Fujitsu convertible or slate, say Y or M here.
299
c215ab9a
BH
300config AMILO_RFKILL
301 tristate "Fujitsu-Siemens Amilo rfkill support"
302 depends on RFKILL
e1a98e61 303 depends on SERIO_I8042
c215ab9a
BH
304 ---help---
305 This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
306 laptops.
307
1b46f17d
HG
308config GPD_POCKET_FAN
309 tristate "GPD Pocket Fan Controller support"
310 depends on ACPI
311 depends on THERMAL
312 ---help---
313 Driver for the GPD Pocket vendor specific FAN02501 ACPI device
314 which controls the fan speed on the GPD Pocket.
315
316 Without this driver the fan on the Pocket will stay off independent
317 of the CPU temperature. Say Y or M if the kernel may be used on a
318 GPD pocket.
319
41b16dce 320config TC1100_WMI
fe7e913c 321 tristate "HP Compaq TC1100 Tablet WMI Extras"
41b16dce 322 depends on !X86_64
41b16dce 323 depends on ACPI
e98062ed 324 depends on ACPI_WMI
41b16dce
LB
325 ---help---
326 This is a driver for the WMI extensions (wireless and bluetooth power
327 control) of the HP Compaq TC1100 tablet.
328
efcfed9b
JD
329config HP_ACCEL
330 tristate "HP laptop accelerometer"
331 depends on INPUT && ACPI
0cdbcd6d 332 depends on SERIO_I8042
efcfed9b
JD
333 select SENSORS_LIS3LV02D
334 select NEW_LEDS
335 select LEDS_CLASS
336 help
337 This driver provides support for the "Mobile Data Protection System 3D"
338 or "3D DriveGuard" feature of HP laptops. On such systems the driver
339 should load automatically (via ACPI alias).
340
341 Support for a led indicating disk protection will be provided as
342 hp::hddprotect. For more information on the feature, refer to
9b5db89e 343 Documentation/misc-devices/lis3lv02d.rst.
efcfed9b
JD
344
345 To compile this driver as a module, choose M here: the module will
346 be called hp_accel.
347
54290fa6 348config HP_WIRELESS
48d8b96c 349 tristate "HP wireless button"
54290fa6
AH
350 depends on ACPI
351 depends on INPUT
352 help
353 This driver provides supports for new HP wireless button for Windows 8.
354 On such systems the driver should load automatically (via ACPI alias).
355
356 To compile this driver as a module, choose M here: the module will
357 be called hp-wireless.
358
41b16dce
LB
359config HP_WMI
360 tristate "HP WMI extras"
361 depends on ACPI_WMI
362 depends on INPUT
19d337df 363 depends on RFKILL || RFKILL = n
4d291ed7 364 select INPUT_SPARSEKMAP
41b16dce
LB
365 help
366 Say Y here if you want to support WMI-based hotkeys on HP laptops and
367 to read data from WMI such as docking or ambient light sensor state.
368
369 To compile this driver as a module, choose M here: the module will
370 be called hp-wmi.
371
dbf0c5a6
MZA
372config LG_LAPTOP
373 tristate "LG Laptop Extras"
374 depends on ACPI
375 depends on ACPI_WMI
376 depends on INPUT
377 select INPUT_SPARSEKMAP
378 select LEDS_CLASS
379 help
380 This driver adds support for hotkeys as well as control of keyboard
381 backlight, battery maximum charge level and various other ACPI
382 features.
383
384 If you have an LG Gram laptop, say Y or M here.
385
41b16dce
LB
386config MSI_LAPTOP
387 tristate "MSI Laptop Extras"
388 depends on ACPI
389 depends on BACKLIGHT_CLASS_DEVICE
14ca7a47 390 depends on ACPI_VIDEO || ACPI_VIDEO = n
410c1765 391 depends on RFKILL
a0bcaee9
RD
392 depends on INPUT && SERIO_I8042
393 select INPUT_SPARSEKMAP
41b16dce
LB
394 ---help---
395 This is a driver for laptops built by MSI (MICRO-STAR
396 INTERNATIONAL):
397
398 MSI MegaBook S270 (MS-1013)
399 Cytron/TCM/Medion/Tchibo MD96100/SAM2000
400
401 It adds support for Bluetooth, WLAN and LCD brightness control.
402
403 More information about this driver is available at
404 <http://0pointer.de/lennart/tchibo.html>.
405
406 If you have an MSI S270 laptop, say Y or M here.
407
408config PANASONIC_LAPTOP
409 tristate "Panasonic Laptop Extras"
410 depends on INPUT && ACPI
411 depends on BACKLIGHT_CLASS_DEVICE
1a765cac 412 select INPUT_SPARSEKMAP
41b16dce
LB
413 ---help---
414 This driver adds support for access to backlight control and hotkeys
415 on Panasonic Let's Note laptops.
416
417 If you have a Panasonic Let's note laptop (such as the R1(N variant),
418 R2, R3, R5, T2, W2 and Y2 series), say Y.
419
420config COMPAL_LAPTOP
eec3b959 421 tristate "Compal (and others) Laptop Extras"
41b16dce
LB
422 depends on ACPI
423 depends on BACKLIGHT_CLASS_DEVICE
14ca7a47 424 depends on ACPI_VIDEO || ACPI_VIDEO = n
51c1410b 425 depends on RFKILL
c2834145 426 depends on HWMON
5ca56718 427 depends on POWER_SUPPLY
41b16dce 428 ---help---
eec3b959
IL
429 This is a driver for laptops built by Compal, and some models by
430 other brands (e.g. Dell, Toshiba).
41b16dce 431
d9a427ec
RF
432 It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
433 and battery charging level control.
41b16dce 434
41b16dce
LB
435config SONY_LAPTOP
436 tristate "Sony Laptop Extras"
437 depends on ACPI
14ca7a47
HG
438 depends on ACPI_VIDEO || ACPI_VIDEO = n
439 depends on BACKLIGHT_CLASS_DEVICE
41b16dce 440 depends on INPUT
14bd3136 441 depends on RFKILL
41b16dce
LB
442 ---help---
443 This mini-driver drives the SNC and SPIC devices present in the ACPI
444 BIOS of the Sony Vaio laptops.
445
446 It gives access to some extra laptop functionalities like Bluetooth,
447 screen brightness control, Fn keys and allows powering on/off some
448 devices.
449
9e1cbede 450 Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information.
41b16dce
LB
451
452config SONYPI_COMPAT
453 bool "Sonypi compatibility"
454 depends on SONY_LAPTOP
455 ---help---
456 Build the sonypi driver compatibility code into the sony-laptop driver.
457
57ac3b05
IP
458config IDEAPAD_LAPTOP
459 tristate "Lenovo IdeaPad Laptop Extras"
58ac7aa0 460 depends on ACPI
ad0f4306 461 depends on RFKILL && INPUT
07a4a4fc 462 depends on SERIO_I8042
445e8d00 463 depends on BACKLIGHT_CLASS_DEVICE
14ca7a47 464 depends on ACPI_VIDEO || ACPI_VIDEO = n
74caab99 465 depends on ACPI_WMI || ACPI_WMI = n
f63409ae 466 select INPUT_SPARSEKMAP
58ac7aa0 467 help
16fd91e0
IP
468 This is a driver for Lenovo IdeaPad netbooks contains drivers for
469 rfkill switch, hotkey, fan control and backlight control.
58ac7aa0 470
3dda3b37
BT
471config SURFACE3_WMI
472 tristate "Surface 3 WMI Driver"
473 depends on ACPI_WMI
474 depends on DMI
475 depends on INPUT
476 depends on SPI
477 ---help---
478 Say Y here if you have a Surface 3.
479
480 To compile this driver as a module, choose M here: the module will
481 be called surface3-wmi.
482
41b16dce
LB
483config THINKPAD_ACPI
484 tristate "ThinkPad ACPI Laptop Extras"
485 depends on ACPI
2801b968 486 depends on ACPI_BATTERY
d263da31 487 depends on INPUT
19d337df 488 depends on RFKILL || RFKILL = n
14ca7a47
HG
489 depends on ACPI_VIDEO || ACPI_VIDEO = n
490 depends on BACKLIGHT_CLASS_DEVICE
41b16dce
LB
491 select HWMON
492 select NVRAM
41b16dce
LB
493 select NEW_LEDS
494 select LEDS_CLASS
4e1d0924
TI
495 select LEDS_TRIGGERS
496 select LEDS_TRIGGER_AUDIO
41b16dce
LB
497 ---help---
498 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
499 support for Fn-Fx key combinations, Bluetooth control, video
500 output switching, ThinkLight control, UltraBay eject and more.
501 For more information about this driver see
9e1cbede 502 <file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and
41b16dce
LB
503 <http://ibm-acpi.sf.net/> .
504
505 This driver was formerly known as ibm-acpi.
506
6e5b08ee
HMH
507 Extra functionality will be available if the rfkill (CONFIG_RFKILL)
508 and/or ALSA (CONFIG_SND) subsystems are available in the kernel.
509 Note that if you want ThinkPad-ACPI to be built-in instead of
510 modular, ALSA and rfkill will also have to be built-in.
511
41b16dce
LB
512 If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
513
ff850c33
HMH
514config THINKPAD_ACPI_ALSA_SUPPORT
515 bool "Console audio control ALSA interface"
516 depends on THINKPAD_ACPI
517 depends on SND
518 depends on SND = y || THINKPAD_ACPI = SND
519 default y
520 ---help---
521 Enables monitoring of the built-in console audio output control
522 (headphone and speakers), which is operated by the mute and (in
523 some ThinkPad models) volume hotkeys.
524
525 If this option is enabled, ThinkPad-ACPI will export an ALSA card
526 with a single read-only mixer control, which should be used for
527 on-screen-display feedback purposes by the Desktop Environment.
528
529 Optionally, the driver will also allow software control (the
530 ALSA mixer will be made read-write). Please refer to the driver
531 documentation for details.
532
533 All IBM models have both volume and mute control. Newer Lenovo
534 models only have mute control (the volume hotkeys are just normal
535 keys and volume control is done through the main HDA mixer).
536
a73f3091
HMH
537config THINKPAD_ACPI_DEBUGFACILITIES
538 bool "Maintainer debug facilities"
539 depends on THINKPAD_ACPI
a73f3091
HMH
540 ---help---
541 Enables extra stuff in the thinkpad-acpi which is completely useless
542 for normal use. Read the driver source to find out what it does.
543
544 Say N here, unless you were told by a kernel maintainer to do
545 otherwise.
546
41b16dce
LB
547config THINKPAD_ACPI_DEBUG
548 bool "Verbose debug mode"
549 depends on THINKPAD_ACPI
41b16dce
LB
550 ---help---
551 Enables extra debugging information, at the expense of a slightly
552 increase in driver size.
553
554 If you are not sure, say N here.
555
a4d5effc
HMH
556config THINKPAD_ACPI_UNSAFE_LEDS
557 bool "Allow control of important LEDs (unsafe)"
558 depends on THINKPAD_ACPI
a4d5effc
HMH
559 ---help---
560 Overriding LED state on ThinkPads can mask important
561 firmware alerts (like critical battery condition), or misled
562 the user into damaging the hardware (undocking or ejecting
563 the bay while buses are still active), etc.
564
565 LED control on the ThinkPad is write-only (with very few
566 exceptions on very ancient models), which makes it
567 impossible to know beforehand if important information will
568 be lost when one changes LED state.
569
570 Users that know what they are doing can enable this option
571 and the driver will allow control of every LED, including
572 the ones on the dock stations.
573
574 Never enable this option on a distribution kernel.
575
576 Say N here, unless you are building a kernel for your own
577 use, and need to control the important firmware LEDs.
578
41b16dce
LB
579config THINKPAD_ACPI_VIDEO
580 bool "Video output control support"
581 depends on THINKPAD_ACPI
582 default y
583 ---help---
584 Allows the thinkpad_acpi driver to provide an interface to control
585 the various video output ports.
586
587 This feature often won't work well, depending on ThinkPad model,
588 display state, video output devices in use, whether there is a X
589 server running, phase of the moon, and the current mood of
590 Schroedinger's cat. If you can use X.org's RandR to control
591 your ThinkPad's video output ports instead of this feature,
b525c06c
HMH
592 don't think twice: do it and say N here to save memory and avoid
593 bad interactions with X.org.
41b16dce 594
b525c06c
HMH
595 NOTE: access to this feature is limited to processes with the
596 CAP_SYS_ADMIN capability, to avoid local DoS issues in platforms
597 where it interacts badly with X.org.
598
599 If you are not sure, say Y here but do try to check if you could
600 be using X.org RandR instead.
41b16dce
LB
601
602config THINKPAD_ACPI_HOTKEY_POLL
603 bool "Support NVRAM polling for hot keys"
604 depends on THINKPAD_ACPI
605 default y
606 ---help---
607 Some thinkpad models benefit from NVRAM polling to detect a few of
608 the hot key press events. If you know your ThinkPad model does not
609 need to do NVRAM polling to support any of the hot keys you use,
610 unselecting this option will save about 1kB of memory.
611
612 ThinkPads T40 and newer, R52 and newer, and X31 and newer are
613 unlikely to need NVRAM polling in their latest BIOS versions.
614
615 NVRAM polling can detect at most the following keys: ThinkPad/Access
616 IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
617 Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
618
619 If you are not sure, say Y here. The driver enables polling only if
620 it is strictly necessary to do so.
621
bd9fc3a7
JD
622config SENSORS_HDAPS
623 tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
25789f95 624 depends on INPUT
bd9fc3a7
JD
625 help
626 This driver provides support for the IBM Hard Drive Active Protection
627 System (hdaps), which provides an accelerometer and other misc. data.
628 ThinkPads starting with the R50, T41, and X40 are supported. The
629 accelerometer data is readable via sysfs.
630
631 This driver also provides an absolute input class device, allowing
632 the laptop to act as a pinball machine-esque joystick.
633
634 If your ThinkPad is not recognized by the driver, please update to latest
635 BIOS. This is especially the case for some R52 ThinkPads.
636
637 Say Y here if you have an applicable laptop and want to experience
638 the awesome power of hdaps.
639
41b16dce
LB
640config INTEL_MENLOW
641 tristate "Thermal Management driver for Intel menlow platform"
642 depends on ACPI_THERMAL
643 select THERMAL
644 ---help---
645 ACPI thermal management enhancement driver on
646 Intel Menlow platform.
647
648 If unsure, say N.
649
650config EEEPC_LAPTOP
7ec48ced 651 tristate "Eee PC Hotkey Driver"
41b16dce 652 depends on ACPI
3a5093ee 653 depends on INPUT
19d337df 654 depends on RFKILL || RFKILL = n
14ca7a47 655 depends on ACPI_VIDEO || ACPI_VIDEO = n
44b3615b 656 depends on HOTPLUG_PCI
14ca7a47 657 depends on BACKLIGHT_CLASS_DEVICE
d97c0def 658 select HWMON
3c0eb510
CC
659 select LEDS_CLASS
660 select NEW_LEDS
642e0447 661 select INPUT_SPARSEKMAP
41b16dce
LB
662 ---help---
663 This driver supports the Fn-Fx keys on Eee PC laptops.
76593d6f
CC
664
665 It also gives access to some extra laptop functionalities like
666 Bluetooth, backlight and allows powering on/off some other
667 devices.
41b16dce 668
e12e6d94
CC
669 If you have an Eee PC laptop, say Y or M here. If this driver
670 doesn't work on your Eee PC, try eeepc-wmi instead.
41b16dce 671
e12e6d94 672config ASUS_WMI
7ec48ced 673 tristate "ASUS WMI Driver"
ee027e4a 674 depends on ACPI_WMI
85624f90 675 depends on ACPI_BATTERY
ee027e4a 676 depends on INPUT
e07babde 677 depends on HWMON
89a7644b 678 depends on BACKLIGHT_CLASS_DEVICE
ba48fdb9 679 depends on RFKILL || RFKILL = n
90ba4b1b 680 depends on HOTPLUG_PCI
ea89e1d3 681 depends on ACPI_VIDEO || ACPI_VIDEO = n
fb48aef7 682 select INPUT_SPARSEKMAP
084fca63
CC
683 select LEDS_CLASS
684 select NEW_LEDS
ee027e4a 685 ---help---
b229ece9
CC
686 Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
687 Asus Notebooks).
ee027e4a
YW
688
689 To compile this driver as a module, choose M here: the module will
e12e6d94
CC
690 be called asus-wmi.
691
b229ece9 692config ASUS_NB_WMI
7ec48ced 693 tristate "Asus Notebook WMI Driver"
b229ece9 694 depends on ASUS_WMI
ea893695 695 depends on SERIO_I8042 || SERIO_I8042 = n
b229ece9
CC
696 ---help---
697 This is a driver for newer Asus notebooks. It adds extra features
698 like wireless radio and bluetooth control, leds, hotkeys, backlight...
699
f54619f2 700 For more information, see
b229ece9
CC
701 <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
702
703 If you have an ACPI-WMI compatible Asus Notebook, say Y or M
704 here.
705
e12e6d94 706config EEEPC_WMI
7ec48ced 707 tristate "Eee PC WMI Driver"
e12e6d94
CC
708 depends on ASUS_WMI
709 ---help---
710 This is a driver for newer Eee PC laptops. It adds extra features
711 like wireless radio and bluetooth control, leds, hotkeys, backlight...
712
f54619f2 713 For more information, see
e12e6d94
CC
714 <file:Documentation/ABI/testing/sysfs-platform-asus-wmi>
715
716 If you have an ACPI-WMI compatible Eee PC laptop (>= 1000), say Y or M
717 here.
b4f9fe12 718
f6a6bbae
JPRV
719config ASUS_WIRELESS
720 tristate "Asus Wireless Radio Control Driver"
721 depends on ACPI
722 depends on INPUT
2c1a49c9
JPRV
723 select NEW_LEDS
724 select LEDS_CLASS
f6a6bbae
JPRV
725 ---help---
726 The Asus Wireless Radio Control handles the airplane mode hotkey
727 present on some Asus laptops.
728
729 Say Y or M here if you have an ASUS notebook with an airplane mode
730 hotkey.
731
732 If you choose to compile this driver as a module the module will be
733 called asus-wireless.
734
b4f9fe12 735config ACPI_WMI
5fcdd177 736 tristate "WMI"
b4f9fe12 737 depends on ACPI
b4f9fe12
LB
738 help
739 This driver adds support for the ACPI-WMI (Windows Management
740 Instrumentation) mapper device (PNP0C14) found on some systems.
741
742 ACPI-WMI is a proprietary extension to ACPI to expose parts of the
743 ACPI firmware to userspace - this is done through various vendor
744 defined methods and data blocks in a PNP0C14 device, which are then
745 made available for userspace to call.
746
747 The implementation of this in Linux currently only exposes this to
748 other kernel space drivers.
749
750 This driver is a required dependency to build the firmware specific
751 drivers needed on many machines, including Acer and HP laptops.
752
753 It is safe to enable this driver even if your DSDT doesn't define
754 any ACPI-WMI devices.
755
f9dd82c0
DHV
756config WMI_BMOF
757 tristate "WMI embedded Binary MOF driver"
758 depends on ACPI_WMI
759 default ACPI_WMI
760 ---help---
761 Say Y here if you want to be able to read a firmware-embedded
762 WMI Binary MOF data. Using this requires userspace tools and may be
763 rather tedious.
764
765 To compile this driver as a module, choose M here: the module will
766 be called wmi-bmof.
767
ce6a9002
ML
768config INTEL_WMI_THUNDERBOLT
769 tristate "Intel WMI thunderbolt force power driver"
770 depends on ACPI_WMI
ce6a9002
ML
771 ---help---
772 Say Y here if you want to be able to use the WMI interface on select
773 systems to force the power control of Intel Thunderbolt controllers.
774 This is useful for updating the firmware when devices are not plugged
775 into the controller.
776
777 To compile this driver as a module, choose M here: the module will
778 be called intel-wmi-thunderbolt.
779
edb73f4f
MJ
780config XIAOMI_WMI
781 tristate "Xiaomi WMI key driver"
782 depends on ACPI_WMI
783 depends on INPUT
784 help
785 Say Y here if you want to support WMI-based keys on Xiaomi notebooks.
786
787 To compile this driver as a module, choose M here: the module will
788 be called xiaomi-wmi.
789
d12d8baf
TR
790config MSI_WMI
791 tristate "MSI WMI extras"
792 depends on ACPI_WMI
793 depends on INPUT
de078e57 794 depends on BACKLIGHT_CLASS_DEVICE
14ca7a47 795 depends on ACPI_VIDEO || ACPI_VIDEO = n
c30116c6 796 select INPUT_SPARSEKMAP
d12d8baf
TR
797 help
798 Say Y here if you want to support WMI-based hotkeys on MSI laptops.
799
800 To compile this driver as a module, choose M here: the module will
801 be called msi-wmi.
802
13bb0fd5
HG
803config PEAQ_WMI
804 tristate "PEAQ 2-in-1 WMI hotkey driver"
805 depends on ACPI_WMI
806 depends on INPUT
807 help
808 Say Y here if you want to support WMI-based hotkeys on PEAQ 2-in-1s.
809
9caeb532
HRK
810config TOPSTAR_LAPTOP
811 tristate "Topstar Laptop Extras"
812 depends on ACPI
813 depends on INPUT
97490f1c 814 select INPUT_SPARSEKMAP
bf8f65da
GDG
815 select LEDS_CLASS
816 select NEW_LEDS
9caeb532
HRK
817 ---help---
818 This driver adds support for hotkeys found on Topstar laptops.
819
820 If you have a Topstar laptop, say Y or M here.
821
b4f9fe12
LB
822config ACPI_TOSHIBA
823 tristate "Toshiba Laptop Extras"
824 depends on ACPI
f11f999e 825 depends on ACPI_WMI
0c51a4d8
MB
826 select LEDS_CLASS
827 select NEW_LEDS
c76a3e1d 828 depends on BACKLIGHT_CLASS_DEVICE
b4f9fe12 829 depends on INPUT
283672e4 830 depends on SERIO_I8042 || SERIO_I8042 = n
358d6a2c 831 depends on ACPI_VIDEO || ACPI_VIDEO = n
dc4522be 832 depends on RFKILL || RFKILL = n
98010f1e 833 depends on IIO
384a7cd9 834 select INPUT_SPARSEKMAP
b4f9fe12
LB
835 ---help---
836 This driver adds support for access to certain system settings
837 on "legacy free" Toshiba laptops. These laptops can be recognized by
838 their lack of a BIOS setup menu and APM support.
839
840 On these machines, all system configuration is handled through the
841 ACPI. This driver is required for access to controls not covered
842 by the general ACPI drivers, such as LCD brightness, video output,
843 etc.
844
845 This driver differs from the non-ACPI Toshiba laptop driver (located
846 under "Processor type and features") in several aspects.
847 Configuration is accessed by reading and writing text files in the
848 /proc tree instead of by program interface to /dev. Furthermore, no
849 power management functions are exposed, as those are handled by the
850 general ACPI drivers.
851
852 More information about this driver is available at
853 <http://memebeam.org/toys/ToshibaAcpiDriver>.
854
855 If you have a legacy free Toshiba laptop (such as the Libretto L1
856 series), say Y.
42b4e9ee
JS
857
858config TOSHIBA_BT_RFKILL
859 tristate "Toshiba Bluetooth RFKill switch support"
860 depends on ACPI
7ee8cd33 861 depends on RFKILL || RFKILL = n
42b4e9ee
JS
862 ---help---
863 This driver adds support for Bluetooth events for the RFKill
864 switch on modern Toshiba laptops with full ACPI support and
865 an RFKill switch.
866
867 This driver handles RFKill events for the TOS6205 Bluetooth,
868 and re-enables it when the switch is set back to the 'on'
869 position.
870
871 If you have a modern Toshiba laptop with a Bluetooth and an
872 RFKill switch (such as the Portege R500), say Y.
529aa8cb 873
186e4e89
AA
874config TOSHIBA_HAPS
875 tristate "Toshiba HDD Active Protection Sensor"
876 depends on ACPI
877 ---help---
878 This driver adds support for the built-in accelerometer
769a12a9 879 found on recent Toshiba laptops equipped with HID TOS620A
186e4e89
AA
880 device.
881
882 This driver receives ACPI notify events 0x80 when the sensor
883 detects a sudden move or a harsh vibration, as well as an
884 ACPI notify event 0x81 whenever the movement or vibration has
885 been stabilized.
886
887 Also provides sysfs entries to get/set the desired protection
769a12a9 888 level and resetting the HDD protection interface.
186e4e89
AA
889
890 If you have a recent Toshiba laptop with a built-in accelerometer
891 device, say Y.
892
14991fc7
AA
893config TOSHIBA_WMI
894 tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)"
14991fc7
AA
895 depends on ACPI_WMI
896 depends on INPUT
897 select INPUT_SPARSEKMAP
898 ---help---
899 This driver adds hotkey monitoring support to some Toshiba models
900 that manage the hotkeys via WMI events.
901
902 WARNING: This driver is incomplete as it lacks a proper keymap and the
903 *notify function only prints the ACPI event type value. Be warned that
904 you will need to provide some information if you have a Toshiba model
83fc61a5 905 with WMI event hotkeys and want to help with the development of this
14991fc7
AA
906 driver.
907
908 If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.
909
529aa8cb
TLSC
910config ACPI_CMPC
911 tristate "CMPC Laptop Extras"
4f258cf4 912 depends on ACPI && INPUT
f35843ed 913 depends on RFKILL || RFKILL=n
529aa8cb 914 select BACKLIGHT_CLASS_DEVICE
529aa8cb
TLSC
915 help
916 Support for Intel Classmate PC ACPI devices, including some
917 keys as input device, backlight device, tablet and accelerometer
918 devices.
919
1cd706df
HG
920config INTEL_CHT_INT33FE
921 tristate "Intel Cherry Trail ACPI INT33FE Driver"
455e027f 922 depends on X86 && ACPI && I2C && REGULATOR
7c8d4456 923 depends on CHARGER_BQ24190=y || (CHARGER_BQ24190=m && m)
50e49912
HK
924 depends on USB_ROLES_INTEL_XHCI=y || (USB_ROLES_INTEL_XHCI=m && m)
925 depends on TYPEC_MUX_PI3USB30532=y || (TYPEC_MUX_PI3USB30532=m && m)
1cd706df
HG
926 ---help---
927 This driver add support for the INT33FE ACPI device found on
928 some Intel Cherry Trail devices.
929
930 The INT33FE ACPI device has a CRS table with I2cSerialBusV2
931 resources for 3 devices: Maxim MAX17047 Fuel Gauge Controller,
932 FUSB302 USB Type-C Controller and PI3USB30532 USB switch.
933 This driver instantiates i2c-clients for these, so that standard
934 i2c drivers for these chips can bind to the them.
935
455e027f 936 If you enable this driver it is advised to also select
7c8d4456 937 CONFIG_TYPEC_FUSB302=m and CONFIG_BATTERY_MAX17042=m.
455e027f 938
63dada87
HG
939config INTEL_INT0002_VGPIO
940 tristate "Intel ACPI INT0002 Virtual GPIO driver"
941 depends on GPIOLIB && ACPI
942 select GPIOLIB_IRQCHIP
943 ---help---
944 Some peripherals on Bay Trail and Cherry Trail platforms signal a
945 Power Management Event (PME) to the Power Management Controller (PMC)
946 to wakeup the system. When this happens software needs to explicitly
947 clear the PME bus 0 status bit in the GPE0a_STS register to avoid an
948 IRQ storm on IRQ 9.
949
950 This is modelled in ACPI through the INT0002 ACPI device, which is
951 called a "Virtual GPIO controller" in ACPI because it defines the
952 event handler to call when the PME triggers through _AEI and _L02
953 methods as would be done for a real GPIO interrupt in ACPI.
954
955 To compile this driver as a module, choose M here: the module will
956 be called intel_int0002_vgpio.
957
ecc83e52
AH
958config INTEL_HID_EVENT
959 tristate "INTEL HID Event"
960 depends on ACPI
961 depends on INPUT
962 select INPUT_SPARSEKMAP
963 help
964 This driver provides support for the Intel HID Event hotkey interface.
965 Some laptops require this driver for hotkey support.
966
967 To compile this driver as a module, choose M here: the module will
968 be called intel_hid.
969
332e0812
AK
970config INTEL_VBTN
971 tristate "INTEL VIRTUAL BUTTON"
972 depends on ACPI
973 depends on INPUT
974 select INPUT_SPARSEKMAP
975 help
976 This driver provides support for the Intel Virtual Button interface.
977 Some laptops require this driver for power button support.
978
979 To compile this driver as a module, choose M here: the module will
980 be called intel_vbtn.
981
9a58a333
SD
982config INTEL_SCU_IPC
983 bool "Intel SCU IPC Support"
c95aaeff 984 depends on X86_INTEL_MID
9a58a333
SD
985 default y
986 ---help---
987 IPC is used to bridge the communications between kernel and SCU on
6c62673c
MG
988 some embedded Intel x86 platforms. This is not needed for PC-type
989 machines.
9a58a333 990
5369c02d
SD
991config INTEL_SCU_IPC_UTIL
992 tristate "Intel SCU IPC utility driver"
993 depends on INTEL_SCU_IPC
994 default y
995 ---help---
996 The IPC Util driver provides an interface with the SCU enabling
997 low level access for debug work and updating the firmware. Say
998 N unless you will be doing this on an Intel MID platform.
999
8eec8a11
HL
1000config INTEL_MID_POWER_BUTTON
1001 tristate "power button driver for Intel MID platforms"
80887757 1002 depends on INTEL_SCU_IPC && INPUT
8eec8a11
HL
1003 help
1004 This driver handles the power button on the Intel MID platforms.
1005
1006 If unsure, say N.
1007
f017fbe7
D
1008config INTEL_MFLD_THERMAL
1009 tristate "Thermal driver for Intel Medfield platform"
420138a7 1010 depends on MFD_INTEL_MSIC && THERMAL
f017fbe7
D
1011 help
1012 Say Y here to enable thermal driver support for the Intel Medfield
1013 platform.
1014
aa7ffc01
JB
1015config INTEL_IPS
1016 tristate "Intel Intelligent Power Sharing"
63680e0d 1017 depends on ACPI && PCI
aa7ffc01
JB
1018 ---help---
1019 Intel Calpella platforms support dynamic power sharing between the
1020 CPU and GPU, maximizing performance in a given TDP. This driver,
1021 along with the CPU frequency and i915 drivers, provides that
1022 functionality. If in doubt, say Y here; it will only load on
1023 supported platforms.
1024
28a375df
BD
1025config INTEL_IMR
1026 bool "Intel Isolated Memory Region support"
28a375df
BD
1027 depends on X86_INTEL_QUARK && IOSF_MBI
1028 ---help---
1029 This option provides a means to manipulate Isolated Memory Regions.
1030 IMRs are a set of registers that define read and write access masks
1031 to prohibit certain system agents from accessing memory with 1 KiB
1032 granularity.
1033
1034 IMRs make it possible to control read/write access to an address
1035 by hardware agents inside the SoC. Read and write masks can be
1036 defined for:
1037 - eSRAM flush
1038 - Dirty CPU snoop (write only)
1039 - RMU access
1040 - PCI Virtual Channel 0/Virtual Channel 1
1041 - SMM mode
1042 - Non SMM mode
1043
1044 Quark contains a set of eight IMR registers and makes use of those
1045 registers during its bootup process.
1046
1047 If you are running on a Galileo/Quark say Y here.
1048
b740d2e9 1049config INTEL_PMC_CORE
2854a0aa 1050 tristate "Intel PMC Core driver"
25789f95 1051 depends on PCI
b740d2e9
RB
1052 ---help---
1053 The Intel Platform Controller Hub for Intel Core SoCs provides access
1054 to Power Management Controller registers via a PCI interface. This
1055 driver can utilize debugging capabilities and supported features as
1056 exposed by the Power Management Controller.
1057
1058 Supported features:
c4abf92d
RB
1059 - SLP_S0_RESIDENCY counter
1060 - PCH IP Power Gating status
1061 - LTR Ignore
1062 - MPHY/PLL gating status (Sunrisepoint PCH only)
b740d2e9 1063
35f0ce03
VM
1064config IBM_RTL
1065 tristate "Device driver to enable PRTL support"
25789f95 1066 depends on PCI
35f0ce03
VM
1067 ---help---
1068 Enable support for IBM Premium Real Time Mode (PRTM).
1069 This module will allow you the enter and exit PRTM in the BIOS via
1070 sysfs on platforms that support this feature. System in PRTM will
1071 not receive CPU-generated SMIs for recoverable errors. Use of this
1072 feature without proper support may void your hardware warranty.
1073
1074 If the proper BIOS support is found the driver will load and create
1075 /sys/devices/system/ibm_rtl/. The "state" variable will indicate
1076 whether or not the BIOS is in PRTM.
1077 state = 0 (BIOS SMIs on)
1078 state = 1 (BIOS SMIs off)
1079
260586d2
DD
1080config XO1_RFKILL
1081 tristate "OLPC XO-1 software RF kill switch"
b02fdfcc 1082 depends on OLPC || COMPILE_TEST
260586d2
DD
1083 depends on RFKILL
1084 ---help---
1085 Support for enabling/disabling the WLAN interface on the OLPC XO-1
1086 laptop.
1087
89ca1177
PF
1088config XO15_EBOOK
1089 tristate "OLPC XO-1.5 ebook switch"
b02fdfcc 1090 depends on OLPC || COMPILE_TEST
89ca1177
PF
1091 depends on ACPI && INPUT
1092 ---help---
1093 Support for the ebook switch on the OLPC XO-1.5 laptop.
1094
1095 This switch is triggered as the screen is rotated and folded down to
1096 convert the device into ebook form.
1097
2d70b73a
GKH
1098config SAMSUNG_LAPTOP
1099 tristate "Samsung Laptop driver"
1c02f2d4 1100 depends on RFKILL || RFKILL = n
5ff67df3 1101 depends on ACPI_VIDEO || ACPI_VIDEO = n
1c02f2d4 1102 depends on BACKLIGHT_CLASS_DEVICE
f674ebf1
CC
1103 select LEDS_CLASS
1104 select NEW_LEDS
2d70b73a
GKH
1105 ---help---
1106 This module implements a driver for a wide range of different
1107 Samsung laptops. It offers control over the different
1c02f2d4
CC
1108 function keys, wireless LED, LCD backlight level.
1109
1110 It may also provide some sysfs files described in
44348e8a 1111 <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop>
2d70b73a
GKH
1112
1113 To compile this driver as a module, choose M here: the module
1114 will be called samsung-laptop.
1115
99b38b4a
DA
1116config MXM_WMI
1117 tristate "WMI support for MXM Laptop Graphics"
0eacdba3 1118 depends on ACPI_WMI
99b38b4a
DA
1119 ---help---
1120 MXM is a standard for laptop graphics cards, the WMI interface
1121 is required for switchable nvidia graphics machines
1122
bb3ce202
YK
1123config INTEL_OAKTRAIL
1124 tristate "Intel Oaktrail Platform Extras"
1125 depends on ACPI
14ca7a47 1126 depends on ACPI_VIDEO || ACPI_VIDEO = n
bb3ce202
YK
1127 depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
1128 ---help---
1129 Intel Oaktrail platform need this driver to provide interfaces to
1130 enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y
1131 here; it will only load on supported platforms.
1132
78542e18
FW
1133config SAMSUNG_Q10
1134 tristate "Samsung Q10 Extras"
aa3b88a3 1135 depends on ACPI
78542e18
FW
1136 select BACKLIGHT_CLASS_DEVICE
1137 ---help---
1138 This driver provides support for backlight control on Samsung Q10
1139 and related laptops, including Dell Latitude X200.
1140
917ee75a
SF
1141config APPLE_GMUX
1142 tristate "Apple Gmux Driver"
7934d76c 1143 depends on ACPI && PCI
917ee75a 1144 depends on PNP
f94f0f10
SF
1145 depends on BACKLIGHT_CLASS_DEVICE
1146 depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE
1147 depends on ACPI_VIDEO=n || ACPI_VIDEO
917ee75a
SF
1148 ---help---
1149 This driver provides support for the gmux device found on many
1150 Apple laptops, which controls the display mux for the hybrid
1151 graphics as well as the backlight. Currently only backlight
1152 control is supported by the driver.
1153
34a956db
MG
1154config INTEL_RST
1155 tristate "Intel Rapid Start Technology Driver"
1156 depends on ACPI
1157 ---help---
1158 This driver provides support for modifying paramaters on systems
1159 equipped with Intel's Rapid Start Technology. When put in an ACPI
1160 sleep state, these devices will wake after either a configured
1161 timeout or when the system battery reaches a critical state,
1162 automatically copying memory contents to disk. On resume, the
1163 firmware will copy the memory contents back to RAM and resume the OS
1164 as usual.
1165
5c7f80f7
MG
1166config INTEL_SMARTCONNECT
1167 tristate "Intel Smart Connect disabling driver"
1168 depends on ACPI
1169 ---help---
1170 Intel Smart Connect is a technology intended to permit devices to
1171 update state by resuming for a short period of time at regular
1172 intervals. If a user enables this functionality under Windows and
1173 then reboots into Linux, the system may remain configured to resume
1174 on suspend. In the absence of any userspace to support it, the system
1175 will then remain awake until something triggers another suspend.
1176
1177 This driver checks to determine whether the device has Intel Smart
1178 Connect enabled, and if so disables it.
1179
0a8b8353 1180config INTEL_PMC_IPC
1181 tristate "Intel PMC IPC Driver"
737ee582 1182 depends on ACPI && PCI
0a8b8353 1183 ---help---
1184 This driver provides support for PMC control on some Intel platforms.
1185 The PMC is an ARC processor which defines IPC commands for communication
1186 with other entities in the CPU.
1187
957ae509
NB
1188config INTEL_BXTWC_PMIC_TMU
1189 tristate "Intel BXT Whiskey Cove TMU Driver"
1190 depends on REGMAP
b5238b41 1191 depends on INTEL_SOC_PMIC_BXTWC && INTEL_PMC_IPC
957ae509
NB
1192 ---help---
1193 Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature.
1194 This driver enables the alarm wakeup functionality in the TMU unit
1195 of Whiskey Cove PMIC.
1196
2508a45a 1197config SURFACE_PRO3_BUTTON
6d5ac6e1 1198 tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
2508a45a
CY
1199 depends on ACPI && INPUT
1200 ---help---
6d5ac6e1 1201 This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
fdca4f16 1202
1a64b719
BT
1203config SURFACE_3_BUTTON
1204 tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet"
f6c5c1f9 1205 depends on ACPI && KEYBOARD_GPIO && I2C
1a64b719
BT
1206 ---help---
1207 This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet.
1208
fdca4f16
QZ
1209config INTEL_PUNIT_IPC
1210 tristate "Intel P-Unit IPC Driver"
1211 ---help---
1212 This driver provides support for Intel P-Unit Mailbox IPC mechanism,
1213 which is used to bridge the communications between kernel and P-Unit.
378f956e
SKC
1214
1215config INTEL_TELEMETRY
1216 tristate "Intel SoC Telemetry Driver"
378f956e
SKC
1217 depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64
1218 ---help---
1219 This driver provides interfaces to configure and use
1220 telemetry for INTEL SoC from APL onwards. It is also
1221 used to get various SoC events and parameters
1222 directly via debugfs files. Various tools may use
1223 this interface for SoC state monitoring.
30488704 1224
6613d18e
VP
1225config MLX_PLATFORM
1226 tristate "Mellanox Technologies platform support"
ef0f6226 1227 depends on I2C && REGMAP
6613d18e
VP
1228 ---help---
1229 This option enables system support for the Mellanox Technologies
1230 platform. The Mellanox systems provide data center networking
1231 solutions based on Virtual Protocol Interconnect (VPI) technology
1232 enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE
1233 connection.
1234
1235 If you have a Mellanox system, say Y or M here.
1236
4ec567b8
SP
1237config INTEL_TURBO_MAX_3
1238 bool "Intel Turbo Boost Max Technology 3.0 enumeration driver"
1239 depends on X86_64 && SCHED_MC_PRIO
1240 ---help---
1241 This driver reads maximum performance ratio of each CPU and set up
1242 the scheduler priority metrics. In this way scheduler can prefer
1243 CPU with higher performance to schedule tasks.
1244 This driver is only required when the system is not using Hardware
1245 P-States (HWP). In HWP mode, priority can be read from ACPI tables.
1246
74421786
HG
1247config TOUCHSCREEN_DMI
1248 bool "DMI based touchscreen configuration info"
6df97f85 1249 depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
cef9dd85 1250 ---help---
74421786
HG
1251 Certain ACPI based tablets with e.g. Silead or Chipone touchscreens
1252 do not have enough data in ACPI tables for the touchscreen driver to
1253 handle the touchscreen properly, as OEMs expect the data to be baked
1254 into the tablet model specific version of the driver shipped with the
1255 the OS-image for the device. This option supplies the missing info.
1256 Enable this for x86 tablets with Silead or Chipone touchscreens.
cef9dd85 1257
19a525d8
TI
1258config INTEL_CHTDC_TI_PWRBTN
1259 tristate "Intel Cherry Trail Dollar Cove TI power button driver"
1260 depends on INTEL_SOC_PMIC_CHTDC_TI
1261 depends on INPUT
1262 ---help---
1263 This option adds a power button driver driver for Dollar Cove TI
1264 PMIC on Intel Cherry Trail devices.
1265
1266 To compile this driver as a module, choose M here: the module
1267 will be called intel_chtdc_ti_pwrbtn.
1268
6456fd73
AS
1269config INTEL_MRFLD_PWRBTN
1270 tristate "Intel Merrifield Basin Cove power button driver"
1271 depends on INTEL_SOC_PMIC_MRFLD
1272 depends on INPUT
1273 ---help---
1274 This option adds a power button driver for Basin Cove PMIC
1275 on Intel Merrifield devices.
1276
1277 To compile this driver as a module, choose M here: the module
1278 will be called intel_mrfld_pwrbtn.
1279
e64e8498
HG
1280config I2C_MULTI_INSTANTIATE
1281 tristate "I2C multi instantiate pseudo device driver"
1282 depends on I2C && ACPI
1283 help
1284 Some ACPI-based systems list multiple i2c-devices in a single ACPI
1285 firmware-node. This driver will instantiate separate i2c-clients
1286 for each device in the firmware-node.
1287
1288 To compile this driver as a module, choose M here: the module
1289 will be called i2c-multi-instantiate.
1290
49ad712a
HG
1291config INTEL_ATOMISP2_PM
1292 tristate "Intel AtomISP2 dummy / power-management driver"
1293 depends on PCI && IOSF_MBI && PM
1294 help
1295 Power-management driver for Intel's Image Signal Processor found on
1296 Bay and Cherry Trail devices. This dummy driver's sole purpose is to
1297 turn the ISP off (put it in D3) to save power and to allow entering
1298 of S0ix modes.
1299
1300 To compile this driver as a module, choose M here: the module
1301 will be called intel_atomisp2_pm.
1302
bf4fb28c 1303config HUAWEI_WMI
1ac9abeb 1304 tristate "Huawei WMI laptop extras driver"
355a070b 1305 depends on ACPI_BATTERY
bf4fb28c
AB
1306 depends on ACPI_WMI
1307 depends on INPUT
1308 select INPUT_SPARSEKMAP
1309 select LEDS_CLASS
1310 select LEDS_TRIGGERS
1311 select LEDS_TRIGGER_AUDIO
1312 select NEW_LEDS
1313 help
1ac9abeb
AB
1314 This driver provides support for Huawei WMI hotkeys, battery charge
1315 control, fn-lock, mic-mute LED, and other extra features.
bf4fb28c
AB
1316
1317 To compile this driver as a module, choose M here: the module
1318 will be called huawei-wmi.
1319
f8eb0235
EWI
1320config PCENGINES_APU2
1321 tristate "PC Engines APUv2/3 front button and LEDs driver"
7d67c8ac 1322 depends on INPUT && INPUT_KEYBOARD && GPIOLIB
a422bf11 1323 depends on LEDS_CLASS
f8eb0235
EWI
1324 select GPIO_AMD_FCH
1325 select KEYBOARD_GPIO_POLLED
1326 select LEDS_GPIO
1327 help
1328 This driver provides support for the front button and LEDs on
1329 PC Engines APUv2/APUv3 board.
1330
1331 To compile this driver as a module, choose M here: the module
1332 will be called pcengines-apuv2.
1333
35f2c14d
SP
1334source "drivers/platform/x86/intel_speed_select_if/Kconfig"
1335
41b16dce 1336endif # X86_PLATFORM_DEVICES
80a7581f
IT
1337
1338config PMC_ATOM
1339 def_bool y
1340 depends on PCI
282a4e4c 1341 select COMMON_CLK