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