Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DEVICES
7 bool "X86 Platform Specific Device Drivers"
8 default y
9 depends on X86
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
20 tristate "Acer WMI Laptop Extras"
21 depends on ACPI
22 select LEDS_CLASS
23 select NEW_LEDS
24 depends on BACKLIGHT_CLASS_DEVICE
25 depends on SERIO_I8042
26 depends on INPUT
27 depends on RFKILL || RFKILL = n
28 depends on ACPI_WMI
29 select INPUT_SPARSEKMAP
30 # Acer WMI depends on ACPI_VIDEO when ACPI is enabled
31 select ACPI_VIDEO if ACPI
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
37 If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
38 here.
39
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
54config ACERHDF
55 tristate "Acer Aspire One temperature and fan driver"
56 depends on ACPI && THERMAL
57 select THERMAL_GOV_BANG_BANG
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:
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".
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
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
87config ASUS_LAPTOP
88 tristate "Asus Laptop Extras"
89 depends on ACPI
90 select LEDS_CLASS
91 select NEW_LEDS
92 depends on BACKLIGHT_CLASS_DEVICE
93 depends on INPUT
94 depends on RFKILL || RFKILL = n
95 depends on ACPI_VIDEO || ACPI_VIDEO = n
96 select INPUT_SPARSEKMAP
97 ---help---
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
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.
106
107 For more information see <http://acpi4asus.sf.net>.
108
109 If you have an ACPI-compatible ASUS laptop, say Y or M here.
110
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
120 See <file:Documentation/driver-api/dcdbas.rst> for more details on the driver
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
127#
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.
131#
132config DELL_SMBIOS
133 tristate "Dell SMBIOS driver"
134 depends on DCDBAS || DCDBAS=n
135 depends on ACPI_WMI || ACPI_WMI=n
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.
141
142config DELL_SMBIOS_WMI
143 bool "Dell SMBIOS driver WMI backend"
144 default y
145 depends on ACPI_WMI
146 select DELL_WMI_DESCRIPTOR
147 depends on DELL_SMBIOS
148 ---help---
149 This provides an implementation for the Dell SMBIOS calling interface
150 communicated over ACPI-WMI.
151
152 If you have a Dell computer from >2007 you should say Y here.
153 If you aren't sure and this module doesn't work for your computer
154 it just won't load.
155
156config DELL_SMBIOS_SMM
157 bool "Dell SMBIOS driver SMM backend"
158 default y
159 depends on DCDBAS
160 depends on DELL_SMBIOS
161 ---help---
162 This provides an implementation for the Dell SMBIOS calling interface
163 communicated over SMI/SMM.
164
165 If you have a Dell computer from <=2017 you should say Y here.
166 If you aren't sure and this module doesn't work for your computer
167 it just won't load.
168
169config DELL_LAPTOP
170 tristate "Dell Laptop Extras"
171 depends on DMI
172 depends on BACKLIGHT_CLASS_DEVICE
173 depends on ACPI_VIDEO || ACPI_VIDEO = n
174 depends on RFKILL || RFKILL = n
175 depends on SERIO_I8042
176 depends on DELL_SMBIOS
177 select POWER_SUPPLY
178 select LEDS_CLASS
179 select NEW_LEDS
180 select LEDS_TRIGGERS
181 select LEDS_TRIGGER_AUDIO
182 ---help---
183 This driver adds support for rfkill and backlight control to Dell
184 laptops (except for some models covered by the Compal driver).
185
186config DELL_WMI
187 tristate "Dell WMI notifications"
188 depends on ACPI_WMI
189 depends on DMI
190 depends on INPUT
191 depends on ACPI_VIDEO || ACPI_VIDEO = n
192 depends on DELL_SMBIOS
193 select DELL_WMI_DESCRIPTOR
194 select INPUT_SPARSEKMAP
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
201config DELL_WMI_DESCRIPTOR
202 tristate
203 depends on ACPI_WMI
204
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
215 be called dell-wmi-aio.
216
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
225config DELL_SMO8800
226 tristate "Dell Latitude freefall driver (ACPI SMO88XX)"
227 depends on ACPI
228 ---help---
229 Say Y here if you want to support SMO88XX freefall devices
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
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
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.
261 See <file:Documentation/admin-guide/dell_rbu.rst> for more details on the driver.
262
263
264config FUJITSU_LAPTOP
265 tristate "Fujitsu Laptop Extras"
266 depends on ACPI
267 depends on INPUT
268 depends on BACKLIGHT_CLASS_DEVICE
269 depends on ACPI_VIDEO || ACPI_VIDEO = n
270 select INPUT_SPARSEKMAP
271 select LEDS_CLASS
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
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
300config AMILO_RFKILL
301 tristate "Fujitsu-Siemens Amilo rfkill support"
302 depends on RFKILL
303 depends on SERIO_I8042
304 ---help---
305 This is a driver for enabling wifi on some Fujitsu-Siemens Amilo
306 laptops.
307
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
320config TC1100_WMI
321 tristate "HP Compaq TC1100 Tablet WMI Extras"
322 depends on !X86_64
323 depends on ACPI
324 depends on ACPI_WMI
325 ---help---
326 This is a driver for the WMI extensions (wireless and bluetooth power
327 control) of the HP Compaq TC1100 tablet.
328
329config HP_ACCEL
330 tristate "HP laptop accelerometer"
331 depends on INPUT && ACPI
332 depends on SERIO_I8042
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
343 Documentation/misc-devices/lis3lv02d.rst.
344
345 To compile this driver as a module, choose M here: the module will
346 be called hp_accel.
347
348config HP_WIRELESS
349 tristate "HP wireless button"
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
359config HP_WMI
360 tristate "HP WMI extras"
361 depends on ACPI_WMI
362 depends on INPUT
363 depends on RFKILL || RFKILL = n
364 select INPUT_SPARSEKMAP
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
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
386config MSI_LAPTOP
387 tristate "MSI Laptop Extras"
388 depends on ACPI
389 depends on BACKLIGHT_CLASS_DEVICE
390 depends on ACPI_VIDEO || ACPI_VIDEO = n
391 depends on RFKILL
392 depends on INPUT && SERIO_I8042
393 select INPUT_SPARSEKMAP
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
412 select INPUT_SPARSEKMAP
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
421 tristate "Compal (and others) Laptop Extras"
422 depends on ACPI
423 depends on BACKLIGHT_CLASS_DEVICE
424 depends on ACPI_VIDEO || ACPI_VIDEO = n
425 depends on RFKILL
426 depends on HWMON
427 depends on POWER_SUPPLY
428 ---help---
429 This is a driver for laptops built by Compal, and some models by
430 other brands (e.g. Dell, Toshiba).
431
432 It adds support for rfkill, Bluetooth, WLAN, LCD brightness, hwmon
433 and battery charging level control.
434
435config SONY_LAPTOP
436 tristate "Sony Laptop Extras"
437 depends on ACPI
438 depends on ACPI_VIDEO || ACPI_VIDEO = n
439 depends on BACKLIGHT_CLASS_DEVICE
440 depends on INPUT
441 depends on RFKILL
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
450 Read <file:Documentation/admin-guide/laptops/sony-laptop.rst> for more information.
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
458config IDEAPAD_LAPTOP
459 tristate "Lenovo IdeaPad Laptop Extras"
460 depends on ACPI
461 depends on RFKILL && INPUT
462 depends on SERIO_I8042
463 depends on BACKLIGHT_CLASS_DEVICE
464 depends on ACPI_VIDEO || ACPI_VIDEO = n
465 depends on ACPI_WMI || ACPI_WMI = n
466 select INPUT_SPARSEKMAP
467 help
468 This is a driver for Lenovo IdeaPad netbooks contains drivers for
469 rfkill switch, hotkey, fan control and backlight control.
470
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
483config THINKPAD_ACPI
484 tristate "ThinkPad ACPI Laptop Extras"
485 depends on ACPI
486 depends on ACPI_BATTERY
487 depends on INPUT
488 depends on RFKILL || RFKILL = n
489 depends on ACPI_VIDEO || ACPI_VIDEO = n
490 depends on BACKLIGHT_CLASS_DEVICE
491 select HWMON
492 select NVRAM
493 select NEW_LEDS
494 select LEDS_CLASS
495 select LEDS_TRIGGERS
496 select LEDS_TRIGGER_AUDIO
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
502 <file:Documentation/admin-guide/laptops/thinkpad-acpi.rst> and
503 <http://ibm-acpi.sf.net/> .
504
505 This driver was formerly known as ibm-acpi.
506
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
512 If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
513
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
537config THINKPAD_ACPI_DEBUGFACILITIES
538 bool "Maintainer debug facilities"
539 depends on THINKPAD_ACPI
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
547config THINKPAD_ACPI_DEBUG
548 bool "Verbose debug mode"
549 depends on THINKPAD_ACPI
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
556config THINKPAD_ACPI_UNSAFE_LEDS
557 bool "Allow control of important LEDs (unsafe)"
558 depends on THINKPAD_ACPI
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
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,
592 don't think twice: do it and say N here to save memory and avoid
593 bad interactions with X.org.
594
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.
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
622config SENSORS_HDAPS
623 tristate "Thinkpad Hard Drive Active Protection System (hdaps)"
624 depends on INPUT
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
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
651 tristate "Eee PC Hotkey Driver"
652 depends on ACPI
653 depends on INPUT
654 depends on RFKILL || RFKILL = n
655 depends on ACPI_VIDEO || ACPI_VIDEO = n
656 depends on HOTPLUG_PCI
657 depends on BACKLIGHT_CLASS_DEVICE
658 select HWMON
659 select LEDS_CLASS
660 select NEW_LEDS
661 select INPUT_SPARSEKMAP
662 ---help---
663 This driver supports the Fn-Fx keys on Eee PC laptops.
664
665 It also gives access to some extra laptop functionalities like
666 Bluetooth, backlight and allows powering on/off some other
667 devices.
668
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.
671
672config ASUS_WMI
673 tristate "ASUS WMI Driver"
674 depends on ACPI_WMI
675 depends on ACPI_BATTERY
676 depends on INPUT
677 depends on HWMON
678 depends on BACKLIGHT_CLASS_DEVICE
679 depends on RFKILL || RFKILL = n
680 depends on HOTPLUG_PCI
681 depends on ACPI_VIDEO || ACPI_VIDEO = n
682 select INPUT_SPARSEKMAP
683 select LEDS_CLASS
684 select NEW_LEDS
685 ---help---
686 Say Y here if you have a WMI aware Asus laptop (like Eee PCs or new
687 Asus Notebooks).
688
689 To compile this driver as a module, choose M here: the module will
690 be called asus-wmi.
691
692config ASUS_NB_WMI
693 tristate "Asus Notebook WMI Driver"
694 depends on ASUS_WMI
695 depends on SERIO_I8042 || SERIO_I8042 = n
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
700 For more information, see
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
706config EEEPC_WMI
707 tristate "Eee PC WMI Driver"
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
713 For more information, see
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.
718
719config ASUS_WIRELESS
720 tristate "Asus Wireless Radio Control Driver"
721 depends on ACPI
722 depends on INPUT
723 select NEW_LEDS
724 select LEDS_CLASS
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
735config ACPI_WMI
736 tristate "WMI"
737 depends on ACPI
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
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
768config INTEL_WMI_THUNDERBOLT
769 tristate "Intel WMI thunderbolt force power driver"
770 depends on ACPI_WMI
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
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
790config MSI_WMI
791 tristate "MSI WMI extras"
792 depends on ACPI_WMI
793 depends on INPUT
794 depends on BACKLIGHT_CLASS_DEVICE
795 depends on ACPI_VIDEO || ACPI_VIDEO = n
796 select INPUT_SPARSEKMAP
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
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
810config TOPSTAR_LAPTOP
811 tristate "Topstar Laptop Extras"
812 depends on ACPI
813 depends on INPUT
814 select INPUT_SPARSEKMAP
815 select LEDS_CLASS
816 select NEW_LEDS
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
822config ACPI_TOSHIBA
823 tristate "Toshiba Laptop Extras"
824 depends on ACPI
825 depends on ACPI_WMI
826 select LEDS_CLASS
827 select NEW_LEDS
828 depends on BACKLIGHT_CLASS_DEVICE
829 depends on INPUT
830 depends on SERIO_I8042 || SERIO_I8042 = n
831 depends on ACPI_VIDEO || ACPI_VIDEO = n
832 depends on RFKILL || RFKILL = n
833 depends on IIO
834 select INPUT_SPARSEKMAP
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.
857
858config TOSHIBA_BT_RFKILL
859 tristate "Toshiba Bluetooth RFKill switch support"
860 depends on ACPI
861 depends on RFKILL || RFKILL = n
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.
873
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
879 found on recent Toshiba laptops equipped with HID TOS620A
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
888 level and resetting the HDD protection interface.
889
890 If you have a recent Toshiba laptop with a built-in accelerometer
891 device, say Y.
892
893config TOSHIBA_WMI
894 tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)"
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
905 with WMI event hotkeys and want to help with the development of this
906 driver.
907
908 If you have a WMI-based hotkeys Toshiba laptop, say Y or M here.
909
910config ACPI_CMPC
911 tristate "CMPC Laptop Extras"
912 depends on ACPI && INPUT
913 depends on RFKILL || RFKILL=n
914 select BACKLIGHT_CLASS_DEVICE
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
920config INTEL_CHT_INT33FE
921 tristate "Intel Cherry Trail ACPI INT33FE Driver"
922 depends on X86 && ACPI && I2C && REGULATOR
923 depends on CHARGER_BQ24190=y || (CHARGER_BQ24190=m && m)
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)
926 ---help---
927 This driver add support for the INT33FE ACPI device found on
928 some Intel Cherry Trail devices.
929
930 There are two kinds of INT33FE ACPI device possible: for hardware
931 with USB Type-C and Micro-B connectors. This driver supports both.
932
933 The INT33FE ACPI device has a CRS table with I2cSerialBusV2
934 resources for Fuel Gauge Controller and (in the Type-C variant)
935 FUSB302 USB Type-C Controller and PI3USB30532 USB switch.
936 This driver instantiates i2c-clients for these, so that standard
937 i2c drivers for these chips can bind to the them.
938
939 If you enable this driver it is advised to also select
940 CONFIG_BATTERY_BQ27XXX=m or CONFIG_BATTERY_BQ27XXX_I2C=m for Micro-B
941 device and CONFIG_TYPEC_FUSB302=m and CONFIG_BATTERY_MAX17042=m
942 for Type-C device.
943
944
945config INTEL_INT0002_VGPIO
946 tristate "Intel ACPI INT0002 Virtual GPIO driver"
947 depends on GPIOLIB && ACPI
948 select GPIOLIB_IRQCHIP
949 ---help---
950 Some peripherals on Bay Trail and Cherry Trail platforms signal a
951 Power Management Event (PME) to the Power Management Controller (PMC)
952 to wakeup the system. When this happens software needs to explicitly
953 clear the PME bus 0 status bit in the GPE0a_STS register to avoid an
954 IRQ storm on IRQ 9.
955
956 This is modelled in ACPI through the INT0002 ACPI device, which is
957 called a "Virtual GPIO controller" in ACPI because it defines the
958 event handler to call when the PME triggers through _AEI and _L02
959 methods as would be done for a real GPIO interrupt in ACPI.
960
961 To compile this driver as a module, choose M here: the module will
962 be called intel_int0002_vgpio.
963
964config INTEL_HID_EVENT
965 tristate "INTEL HID Event"
966 depends on ACPI
967 depends on INPUT
968 select INPUT_SPARSEKMAP
969 help
970 This driver provides support for the Intel HID Event hotkey interface.
971 Some laptops require this driver for hotkey support.
972
973 To compile this driver as a module, choose M here: the module will
974 be called intel_hid.
975
976config INTEL_VBTN
977 tristate "INTEL VIRTUAL BUTTON"
978 depends on ACPI
979 depends on INPUT
980 select INPUT_SPARSEKMAP
981 help
982 This driver provides support for the Intel Virtual Button interface.
983 Some laptops require this driver for power button support.
984
985 To compile this driver as a module, choose M here: the module will
986 be called intel_vbtn.
987
988config INTEL_SCU_IPC
989 bool "Intel SCU IPC Support"
990 depends on X86_INTEL_MID
991 default y
992 ---help---
993 IPC is used to bridge the communications between kernel and SCU on
994 some embedded Intel x86 platforms. This is not needed for PC-type
995 machines.
996
997config INTEL_SCU_IPC_UTIL
998 tristate "Intel SCU IPC utility driver"
999 depends on INTEL_SCU_IPC
1000 default y
1001 ---help---
1002 The IPC Util driver provides an interface with the SCU enabling
1003 low level access for debug work and updating the firmware. Say
1004 N unless you will be doing this on an Intel MID platform.
1005
1006config INTEL_MID_POWER_BUTTON
1007 tristate "power button driver for Intel MID platforms"
1008 depends on INTEL_SCU_IPC && INPUT
1009 help
1010 This driver handles the power button on the Intel MID platforms.
1011
1012 If unsure, say N.
1013
1014config INTEL_MFLD_THERMAL
1015 tristate "Thermal driver for Intel Medfield platform"
1016 depends on MFD_INTEL_MSIC && THERMAL
1017 help
1018 Say Y here to enable thermal driver support for the Intel Medfield
1019 platform.
1020
1021config INTEL_IPS
1022 tristate "Intel Intelligent Power Sharing"
1023 depends on ACPI && PCI
1024 ---help---
1025 Intel Calpella platforms support dynamic power sharing between the
1026 CPU and GPU, maximizing performance in a given TDP. This driver,
1027 along with the CPU frequency and i915 drivers, provides that
1028 functionality. If in doubt, say Y here; it will only load on
1029 supported platforms.
1030
1031config INTEL_IMR
1032 bool "Intel Isolated Memory Region support"
1033 depends on X86_INTEL_QUARK && IOSF_MBI
1034 ---help---
1035 This option provides a means to manipulate Isolated Memory Regions.
1036 IMRs are a set of registers that define read and write access masks
1037 to prohibit certain system agents from accessing memory with 1 KiB
1038 granularity.
1039
1040 IMRs make it possible to control read/write access to an address
1041 by hardware agents inside the SoC. Read and write masks can be
1042 defined for:
1043 - eSRAM flush
1044 - Dirty CPU snoop (write only)
1045 - RMU access
1046 - PCI Virtual Channel 0/Virtual Channel 1
1047 - SMM mode
1048 - Non SMM mode
1049
1050 Quark contains a set of eight IMR registers and makes use of those
1051 registers during its bootup process.
1052
1053 If you are running on a Galileo/Quark say Y here.
1054
1055config INTEL_PMC_CORE
1056 tristate "Intel PMC Core driver"
1057 depends on PCI
1058 ---help---
1059 The Intel Platform Controller Hub for Intel Core SoCs provides access
1060 to Power Management Controller registers via a PCI interface. This
1061 driver can utilize debugging capabilities and supported features as
1062 exposed by the Power Management Controller.
1063
1064 Supported features:
1065 - SLP_S0_RESIDENCY counter
1066 - PCH IP Power Gating status
1067 - LTR Ignore
1068 - MPHY/PLL gating status (Sunrisepoint PCH only)
1069
1070config IBM_RTL
1071 tristate "Device driver to enable PRTL support"
1072 depends on PCI
1073 ---help---
1074 Enable support for IBM Premium Real Time Mode (PRTM).
1075 This module will allow you the enter and exit PRTM in the BIOS via
1076 sysfs on platforms that support this feature. System in PRTM will
1077 not receive CPU-generated SMIs for recoverable errors. Use of this
1078 feature without proper support may void your hardware warranty.
1079
1080 If the proper BIOS support is found the driver will load and create
1081 /sys/devices/system/ibm_rtl/. The "state" variable will indicate
1082 whether or not the BIOS is in PRTM.
1083 state = 0 (BIOS SMIs on)
1084 state = 1 (BIOS SMIs off)
1085
1086config XO1_RFKILL
1087 tristate "OLPC XO-1 software RF kill switch"
1088 depends on OLPC || COMPILE_TEST
1089 depends on RFKILL
1090 ---help---
1091 Support for enabling/disabling the WLAN interface on the OLPC XO-1
1092 laptop.
1093
1094config XO15_EBOOK
1095 tristate "OLPC XO-1.5 ebook switch"
1096 depends on OLPC || COMPILE_TEST
1097 depends on ACPI && INPUT
1098 ---help---
1099 Support for the ebook switch on the OLPC XO-1.5 laptop.
1100
1101 This switch is triggered as the screen is rotated and folded down to
1102 convert the device into ebook form.
1103
1104config SAMSUNG_LAPTOP
1105 tristate "Samsung Laptop driver"
1106 depends on RFKILL || RFKILL = n
1107 depends on ACPI_VIDEO || ACPI_VIDEO = n
1108 depends on BACKLIGHT_CLASS_DEVICE
1109 select LEDS_CLASS
1110 select NEW_LEDS
1111 ---help---
1112 This module implements a driver for a wide range of different
1113 Samsung laptops. It offers control over the different
1114 function keys, wireless LED, LCD backlight level.
1115
1116 It may also provide some sysfs files described in
1117 <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop>
1118
1119 To compile this driver as a module, choose M here: the module
1120 will be called samsung-laptop.
1121
1122config MXM_WMI
1123 tristate "WMI support for MXM Laptop Graphics"
1124 depends on ACPI_WMI
1125 ---help---
1126 MXM is a standard for laptop graphics cards, the WMI interface
1127 is required for switchable nvidia graphics machines
1128
1129config INTEL_OAKTRAIL
1130 tristate "Intel Oaktrail Platform Extras"
1131 depends on ACPI
1132 depends on ACPI_VIDEO || ACPI_VIDEO = n
1133 depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
1134 ---help---
1135 Intel Oaktrail platform need this driver to provide interfaces to
1136 enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y
1137 here; it will only load on supported platforms.
1138
1139config SAMSUNG_Q10
1140 tristate "Samsung Q10 Extras"
1141 depends on ACPI
1142 select BACKLIGHT_CLASS_DEVICE
1143 ---help---
1144 This driver provides support for backlight control on Samsung Q10
1145 and related laptops, including Dell Latitude X200.
1146
1147config APPLE_GMUX
1148 tristate "Apple Gmux Driver"
1149 depends on ACPI && PCI
1150 depends on PNP
1151 depends on BACKLIGHT_CLASS_DEVICE
1152 depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE
1153 depends on ACPI_VIDEO=n || ACPI_VIDEO
1154 ---help---
1155 This driver provides support for the gmux device found on many
1156 Apple laptops, which controls the display mux for the hybrid
1157 graphics as well as the backlight. Currently only backlight
1158 control is supported by the driver.
1159
1160config INTEL_RST
1161 tristate "Intel Rapid Start Technology Driver"
1162 depends on ACPI
1163 ---help---
1164 This driver provides support for modifying paramaters on systems
1165 equipped with Intel's Rapid Start Technology. When put in an ACPI
1166 sleep state, these devices will wake after either a configured
1167 timeout or when the system battery reaches a critical state,
1168 automatically copying memory contents to disk. On resume, the
1169 firmware will copy the memory contents back to RAM and resume the OS
1170 as usual.
1171
1172config INTEL_SMARTCONNECT
1173 tristate "Intel Smart Connect disabling driver"
1174 depends on ACPI
1175 ---help---
1176 Intel Smart Connect is a technology intended to permit devices to
1177 update state by resuming for a short period of time at regular
1178 intervals. If a user enables this functionality under Windows and
1179 then reboots into Linux, the system may remain configured to resume
1180 on suspend. In the absence of any userspace to support it, the system
1181 will then remain awake until something triggers another suspend.
1182
1183 This driver checks to determine whether the device has Intel Smart
1184 Connect enabled, and if so disables it.
1185
1186config INTEL_PMC_IPC
1187 tristate "Intel PMC IPC Driver"
1188 depends on ACPI && PCI
1189 ---help---
1190 This driver provides support for PMC control on some Intel platforms.
1191 The PMC is an ARC processor which defines IPC commands for communication
1192 with other entities in the CPU.
1193
1194config INTEL_BXTWC_PMIC_TMU
1195 tristate "Intel BXT Whiskey Cove TMU Driver"
1196 depends on REGMAP
1197 depends on INTEL_SOC_PMIC_BXTWC && INTEL_PMC_IPC
1198 ---help---
1199 Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature.
1200 This driver enables the alarm wakeup functionality in the TMU unit
1201 of Whiskey Cove PMIC.
1202
1203config SURFACE_PRO3_BUTTON
1204 tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
1205 depends on ACPI && INPUT
1206 ---help---
1207 This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
1208
1209config SURFACE_3_BUTTON
1210 tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet"
1211 depends on ACPI && KEYBOARD_GPIO && I2C
1212 ---help---
1213 This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet.
1214
1215config INTEL_PUNIT_IPC
1216 tristate "Intel P-Unit IPC Driver"
1217 ---help---
1218 This driver provides support for Intel P-Unit Mailbox IPC mechanism,
1219 which is used to bridge the communications between kernel and P-Unit.
1220
1221config INTEL_TELEMETRY
1222 tristate "Intel SoC Telemetry Driver"
1223 depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64
1224 ---help---
1225 This driver provides interfaces to configure and use
1226 telemetry for INTEL SoC from APL onwards. It is also
1227 used to get various SoC events and parameters
1228 directly via debugfs files. Various tools may use
1229 this interface for SoC state monitoring.
1230
1231config MLX_PLATFORM
1232 tristate "Mellanox Technologies platform support"
1233 depends on I2C && REGMAP
1234 ---help---
1235 This option enables system support for the Mellanox Technologies
1236 platform. The Mellanox systems provide data center networking
1237 solutions based on Virtual Protocol Interconnect (VPI) technology
1238 enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE
1239 connection.
1240
1241 If you have a Mellanox system, say Y or M here.
1242
1243config INTEL_TURBO_MAX_3
1244 bool "Intel Turbo Boost Max Technology 3.0 enumeration driver"
1245 depends on X86_64 && SCHED_MC_PRIO
1246 ---help---
1247 This driver reads maximum performance ratio of each CPU and set up
1248 the scheduler priority metrics. In this way scheduler can prefer
1249 CPU with higher performance to schedule tasks.
1250 This driver is only required when the system is not using Hardware
1251 P-States (HWP). In HWP mode, priority can be read from ACPI tables.
1252
1253config TOUCHSCREEN_DMI
1254 bool "DMI based touchscreen configuration info"
1255 depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
1256 ---help---
1257 Certain ACPI based tablets with e.g. Silead or Chipone touchscreens
1258 do not have enough data in ACPI tables for the touchscreen driver to
1259 handle the touchscreen properly, as OEMs expect the data to be baked
1260 into the tablet model specific version of the driver shipped with the
1261 the OS-image for the device. This option supplies the missing info.
1262 Enable this for x86 tablets with Silead or Chipone touchscreens.
1263
1264config INTEL_CHTDC_TI_PWRBTN
1265 tristate "Intel Cherry Trail Dollar Cove TI power button driver"
1266 depends on INTEL_SOC_PMIC_CHTDC_TI
1267 depends on INPUT
1268 ---help---
1269 This option adds a power button driver driver for Dollar Cove TI
1270 PMIC on Intel Cherry Trail devices.
1271
1272 To compile this driver as a module, choose M here: the module
1273 will be called intel_chtdc_ti_pwrbtn.
1274
1275config INTEL_MRFLD_PWRBTN
1276 tristate "Intel Merrifield Basin Cove power button driver"
1277 depends on INTEL_SOC_PMIC_MRFLD
1278 depends on INPUT
1279 ---help---
1280 This option adds a power button driver for Basin Cove PMIC
1281 on Intel Merrifield devices.
1282
1283 To compile this driver as a module, choose M here: the module
1284 will be called intel_mrfld_pwrbtn.
1285
1286config I2C_MULTI_INSTANTIATE
1287 tristate "I2C multi instantiate pseudo device driver"
1288 depends on I2C && ACPI
1289 help
1290 Some ACPI-based systems list multiple i2c-devices in a single ACPI
1291 firmware-node. This driver will instantiate separate i2c-clients
1292 for each device in the firmware-node.
1293
1294 To compile this driver as a module, choose M here: the module
1295 will be called i2c-multi-instantiate.
1296
1297config INTEL_ATOMISP2_PM
1298 tristate "Intel AtomISP2 dummy / power-management driver"
1299 depends on PCI && IOSF_MBI && PM
1300 help
1301 Power-management driver for Intel's Image Signal Processor found on
1302 Bay and Cherry Trail devices. This dummy driver's sole purpose is to
1303 turn the ISP off (put it in D3) to save power and to allow entering
1304 of S0ix modes.
1305
1306 To compile this driver as a module, choose M here: the module
1307 will be called intel_atomisp2_pm.
1308
1309config HUAWEI_WMI
1310 tristate "Huawei WMI laptop extras driver"
1311 depends on ACPI_BATTERY
1312 depends on ACPI_WMI
1313 depends on INPUT
1314 select INPUT_SPARSEKMAP
1315 select LEDS_CLASS
1316 select LEDS_TRIGGERS
1317 select LEDS_TRIGGER_AUDIO
1318 select NEW_LEDS
1319 help
1320 This driver provides support for Huawei WMI hotkeys, battery charge
1321 control, fn-lock, mic-mute LED, and other extra features.
1322
1323 To compile this driver as a module, choose M here: the module
1324 will be called huawei-wmi.
1325
1326config PCENGINES_APU2
1327 tristate "PC Engines APUv2/3 front button and LEDs driver"
1328 depends on INPUT && INPUT_KEYBOARD && GPIOLIB
1329 depends on LEDS_CLASS
1330 select GPIO_AMD_FCH
1331 select KEYBOARD_GPIO_POLLED
1332 select LEDS_GPIO
1333 help
1334 This driver provides support for the front button and LEDs on
1335 PC Engines APUv2/APUv3 board.
1336
1337 To compile this driver as a module, choose M here: the module
1338 will be called pcengines-apuv2.
1339
1340source "drivers/platform/x86/intel_speed_select_if/Kconfig"
1341
1342config SYSTEM76_ACPI
1343 tristate "System76 ACPI Driver"
1344 depends on ACPI
1345 select NEW_LEDS
1346 select LEDS_CLASS
1347 select LEDS_TRIGGERS
1348 help
1349 This is a driver for System76 laptops running open firmware. It adds
1350 support for Fn-Fx key combinations, keyboard backlight, and airplane mode
1351 LEDs.
1352
1353 If you have a System76 laptop running open firmware, say Y or M here.
1354
1355endif # X86_PLATFORM_DEVICES
1356
1357config PMC_ATOM
1358 def_bool y
1359 depends on PCI
1360 select COMMON_CLK