cd9e2758c479b6e1c05cbfeeaf3dedd3c610300a
[linux-2.6-microblaze.git] / drivers / platform / x86 / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # X86 Platform Specific Drivers
4 #
5
6 menuconfig 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
17 if X86_PLATFORM_DEVICES
18
19 config 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
40 config 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
54 config 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
75 config 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
87 config 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
111 config 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 #
132 config 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
142 config 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
156 config 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
169 config 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
186 config 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
201 config DELL_WMI_DESCRIPTOR
202         tristate
203         depends on ACPI_WMI
204
205 config 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
217 config 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
225 config 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
235 config 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
251 config 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
264 config 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
283 config 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
300 config 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
308 config 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
320 config 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
329 config 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
348 config 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
359 config 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
372 config 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
386 config 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
408 config 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
420 config 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
435 config 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
452 config 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
458 config 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
471 config 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
483 config 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
514 config 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
537 config 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
547 config 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
556 config 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
579 config 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
602 config 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
622 config 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
640 config 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
650 config 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
672 config 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
692 config 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
706 config 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
719 config 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
735 config 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
756 config 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
768 config 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
780 config 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
790 config 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
803 config 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
810 config 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
822 config 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
858 config 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
874 config 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
893 config 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
910 config 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
920 config 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
945 config 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
964 config 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
976 config 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
988 config 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
997 config INTEL_SCU_IPC_UTIL
998         tristate "Intel SCU IPC utility driver"
999         depends on INTEL_SCU_IPC
1000         ---help---
1001           The IPC Util driver provides an interface with the SCU enabling
1002           low level access for debug work and updating the firmware. Say
1003           N unless you will be doing this on an Intel MID platform.
1004
1005 config INTEL_MID_POWER_BUTTON
1006         tristate "power button driver for Intel MID platforms"
1007         depends on INTEL_SCU_IPC && INPUT
1008         help
1009           This driver handles the power button on the Intel MID platforms.
1010
1011           If unsure, say N.
1012
1013 config INTEL_MFLD_THERMAL
1014        tristate "Thermal driver for Intel Medfield platform"
1015        depends on MFD_INTEL_MSIC && THERMAL
1016        help
1017          Say Y here to enable thermal driver support for the  Intel Medfield
1018          platform.
1019
1020 config INTEL_IPS
1021         tristate "Intel Intelligent Power Sharing"
1022         depends on ACPI && PCI
1023         ---help---
1024           Intel Calpella platforms support dynamic power sharing between the
1025           CPU and GPU, maximizing performance in a given TDP.  This driver,
1026           along with the CPU frequency and i915 drivers, provides that
1027           functionality.  If in doubt, say Y here; it will only load on
1028           supported platforms.
1029
1030 config INTEL_IMR
1031         bool "Intel Isolated Memory Region support"
1032         depends on X86_INTEL_QUARK && IOSF_MBI
1033         ---help---
1034           This option provides a means to manipulate Isolated Memory Regions.
1035           IMRs are a set of registers that define read and write access masks
1036           to prohibit certain system agents from accessing memory with 1 KiB
1037           granularity.
1038
1039           IMRs make it possible to control read/write access to an address
1040           by hardware agents inside the SoC. Read and write masks can be
1041           defined for:
1042                 - eSRAM flush
1043                 - Dirty CPU snoop (write only)
1044                 - RMU access
1045                 - PCI Virtual Channel 0/Virtual Channel 1
1046                 - SMM mode
1047                 - Non SMM mode
1048
1049           Quark contains a set of eight IMR registers and makes use of those
1050           registers during its bootup process.
1051
1052           If you are running on a Galileo/Quark say Y here.
1053
1054 config INTEL_PMC_CORE
1055         tristate "Intel PMC Core driver"
1056         depends on PCI
1057         ---help---
1058           The Intel Platform Controller Hub for Intel Core SoCs provides access
1059           to Power Management Controller registers via a PCI interface. This
1060           driver can utilize debugging capabilities and supported features as
1061           exposed by the Power Management Controller.
1062
1063           Supported features:
1064                 - SLP_S0_RESIDENCY counter
1065                 - PCH IP Power Gating status
1066                 - LTR Ignore
1067                 - MPHY/PLL gating status (Sunrisepoint PCH only)
1068
1069 config IBM_RTL
1070         tristate "Device driver to enable PRTL support"
1071         depends on PCI
1072         ---help---
1073          Enable support for IBM Premium Real Time Mode (PRTM).
1074          This module will allow you the enter and exit PRTM in the BIOS via
1075          sysfs on platforms that support this feature.  System in PRTM will
1076          not receive CPU-generated SMIs for recoverable errors.  Use of this
1077          feature without proper support may void your hardware warranty.
1078
1079          If the proper BIOS support is found the driver will load and create
1080          /sys/devices/system/ibm_rtl/.  The "state" variable will indicate
1081          whether or not the BIOS is in PRTM.
1082          state = 0 (BIOS SMIs on)
1083          state = 1 (BIOS SMIs off)
1084
1085 config XO1_RFKILL
1086         tristate "OLPC XO-1 software RF kill switch"
1087         depends on OLPC || COMPILE_TEST
1088         depends on RFKILL
1089         ---help---
1090           Support for enabling/disabling the WLAN interface on the OLPC XO-1
1091           laptop.
1092
1093 config XO15_EBOOK
1094         tristate "OLPC XO-1.5 ebook switch"
1095         depends on OLPC || COMPILE_TEST
1096         depends on ACPI && INPUT
1097         ---help---
1098           Support for the ebook switch on the OLPC XO-1.5 laptop.
1099
1100           This switch is triggered as the screen is rotated and folded down to
1101           convert the device into ebook form.
1102
1103 config SAMSUNG_LAPTOP
1104         tristate "Samsung Laptop driver"
1105         depends on RFKILL || RFKILL = n
1106         depends on ACPI_VIDEO || ACPI_VIDEO = n
1107         depends on BACKLIGHT_CLASS_DEVICE
1108         select LEDS_CLASS
1109         select NEW_LEDS
1110         ---help---
1111           This module implements a driver for a wide range of different
1112           Samsung laptops.  It offers control over the different
1113           function keys, wireless LED, LCD backlight level.
1114
1115           It may also provide some sysfs files described in
1116           <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop>
1117
1118           To compile this driver as a module, choose M here: the module
1119           will be called samsung-laptop.
1120
1121 config MXM_WMI
1122        tristate "WMI support for MXM Laptop Graphics"
1123        depends on ACPI_WMI
1124        ---help---
1125           MXM is a standard for laptop graphics cards, the WMI interface
1126           is required for switchable nvidia graphics machines
1127
1128 config INTEL_OAKTRAIL
1129         tristate "Intel Oaktrail Platform Extras"
1130         depends on ACPI
1131         depends on ACPI_VIDEO || ACPI_VIDEO = n
1132         depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
1133         ---help---
1134           Intel Oaktrail platform need this driver to provide interfaces to
1135           enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y
1136           here; it will only load on supported platforms.
1137
1138 config SAMSUNG_Q10
1139         tristate "Samsung Q10 Extras"
1140         depends on ACPI
1141         select BACKLIGHT_CLASS_DEVICE
1142         ---help---
1143           This driver provides support for backlight control on Samsung Q10
1144           and related laptops, including Dell Latitude X200.
1145
1146 config APPLE_GMUX
1147         tristate "Apple Gmux Driver"
1148         depends on ACPI && PCI
1149         depends on PNP
1150         depends on BACKLIGHT_CLASS_DEVICE
1151         depends on BACKLIGHT_APPLE=n || BACKLIGHT_APPLE
1152         depends on ACPI_VIDEO=n || ACPI_VIDEO
1153         ---help---
1154           This driver provides support for the gmux device found on many
1155           Apple laptops, which controls the display mux for the hybrid
1156           graphics as well as the backlight. Currently only backlight
1157           control is supported by the driver.
1158
1159 config INTEL_RST
1160         tristate "Intel Rapid Start Technology Driver"
1161         depends on ACPI
1162         ---help---
1163           This driver provides support for modifying paramaters on systems
1164           equipped with Intel's Rapid Start Technology. When put in an ACPI
1165           sleep state, these devices will wake after either a configured
1166           timeout or when the system battery reaches a critical state,
1167           automatically copying memory contents to disk. On resume, the
1168           firmware will copy the memory contents back to RAM and resume the OS
1169           as usual.
1170
1171 config INTEL_SMARTCONNECT
1172         tristate "Intel Smart Connect disabling driver"
1173         depends on ACPI
1174         ---help---
1175           Intel Smart Connect is a technology intended to permit devices to
1176           update state by resuming for a short period of time at regular
1177           intervals. If a user enables this functionality under Windows and
1178           then reboots into Linux, the system may remain configured to resume
1179           on suspend. In the absence of any userspace to support it, the system
1180           will then remain awake until something triggers another suspend.
1181
1182           This driver checks to determine whether the device has Intel Smart
1183           Connect enabled, and if so disables it.
1184
1185 config INTEL_PMC_IPC
1186         tristate "Intel PMC IPC Driver"
1187         depends on ACPI && PCI
1188         ---help---
1189         This driver provides support for PMC control on some Intel platforms.
1190         The PMC is an ARC processor which defines IPC commands for communication
1191         with other entities in the CPU.
1192
1193 config INTEL_BXTWC_PMIC_TMU
1194         tristate "Intel BXT Whiskey Cove TMU Driver"
1195         depends on REGMAP
1196         depends on INTEL_SOC_PMIC_BXTWC && INTEL_PMC_IPC
1197         ---help---
1198           Select this driver to use Intel BXT Whiskey Cove PMIC TMU feature.
1199           This driver enables the alarm wakeup functionality in the TMU unit
1200           of Whiskey Cove PMIC.
1201
1202 config SURFACE_PRO3_BUTTON
1203         tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
1204         depends on ACPI && INPUT
1205         ---help---
1206           This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
1207
1208 config SURFACE_3_BUTTON
1209         tristate "Power/home/volume buttons driver for Microsoft Surface 3 tablet"
1210         depends on ACPI && KEYBOARD_GPIO && I2C
1211         ---help---
1212           This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet.
1213
1214 config INTEL_PUNIT_IPC
1215         tristate "Intel P-Unit IPC Driver"
1216         ---help---
1217           This driver provides support for Intel P-Unit Mailbox IPC mechanism,
1218           which is used to bridge the communications between kernel and P-Unit.
1219
1220 config INTEL_TELEMETRY
1221         tristate "Intel SoC Telemetry Driver"
1222         depends on INTEL_PMC_IPC && INTEL_PUNIT_IPC && X86_64
1223         ---help---
1224           This driver provides interfaces to configure and use
1225           telemetry for INTEL SoC from APL onwards. It is also
1226           used to get various SoC events and parameters
1227           directly via debugfs files. Various tools may use
1228           this interface for SoC state monitoring.
1229
1230 config MLX_PLATFORM
1231         tristate "Mellanox Technologies platform support"
1232         depends on I2C && REGMAP
1233         ---help---
1234           This option enables system support for the Mellanox Technologies
1235           platform. The Mellanox systems provide data center networking
1236           solutions based on Virtual Protocol Interconnect (VPI) technology
1237           enable seamless connectivity to 56/100Gb/s InfiniBand or 10/40/56GbE
1238           connection.
1239
1240           If you have a Mellanox system, say Y or M here.
1241
1242 config INTEL_TURBO_MAX_3
1243         bool "Intel Turbo Boost Max Technology 3.0 enumeration driver"
1244         depends on X86_64 && SCHED_MC_PRIO
1245         ---help---
1246           This driver reads maximum performance ratio of each CPU and set up
1247           the scheduler priority metrics. In this way scheduler can prefer
1248           CPU with higher performance to schedule tasks.
1249           This driver is only required when the system is not using Hardware
1250           P-States (HWP). In HWP mode, priority can be read from ACPI tables.
1251
1252 config TOUCHSCREEN_DMI
1253         bool "DMI based touchscreen configuration info"
1254         depends on ACPI && DMI && I2C=y && TOUCHSCREEN_SILEAD
1255         select EFI_EMBEDDED_FIRMWARE if EFI
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
1264 config 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
1275 config 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
1286 config 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
1297 config 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 Trail and Cherry Trail devices. This dummy driver's sole purpose
1303           is to turn the ISP off (put it in D3) to save power and to allow
1304           entering 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
1309 config 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
1326 config 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
1340 config INTEL_UNCORE_FREQ_CONTROL
1341         tristate "Intel Uncore frequency control driver"
1342         depends on X86_64
1343         help
1344           This driver allows control of uncore frequency limits on
1345           supported server platforms.
1346           Uncore frequency controls RING/LLC (last-level cache) clocks.
1347
1348           To compile this driver as a module, choose M here: the module
1349           will be called intel-uncore-frequency.
1350
1351 source "drivers/platform/x86/intel_speed_select_if/Kconfig"
1352
1353 config SYSTEM76_ACPI
1354         tristate "System76 ACPI Driver"
1355         depends on ACPI
1356         select NEW_LEDS
1357         select LEDS_CLASS
1358         select LEDS_TRIGGERS
1359         help
1360           This is a driver for System76 laptops running open firmware. It adds
1361           support for Fn-Fx key combinations, keyboard backlight, and airplane mode
1362           LEDs.
1363
1364           If you have a System76 laptop running open firmware, say Y or M here.
1365
1366 endif # X86_PLATFORM_DEVICES
1367
1368 config PMC_ATOM
1369        def_bool y
1370        depends on PCI
1371        select COMMON_CLK