Kconfig (17b707fe5fbd3c019691873c1c11bddb0e0f7225) Kconfig (a40cd7ef22fbb11229cf982920f4ec96c1f49282)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DEVICES
7 bool "X86 Platform Specific Device Drivers"
8 default y

--- 626 unchanged lines hidden (view full) ---

635
636 NVRAM polling can detect at most the following keys: ThinkPad/Access
637 IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
638 Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
639
640 If you are not sure, say Y here. The driver enables polling only if
641 it is strictly necessary to do so.
642
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# X86 Platform Specific Drivers
4#
5
6menuconfig X86_PLATFORM_DEVICES
7 bool "X86 Platform Specific Device Drivers"
8 default y

--- 626 unchanged lines hidden (view full) ---

635
636 NVRAM polling can detect at most the following keys: ThinkPad/Access
637 IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
638 Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
639
640 If you are not sure, say Y here. The driver enables polling only if
641 it is strictly necessary to do so.
642
643config THINKPAD_LMI
644 tristate "Lenovo WMI-based systems management driver"
645 depends on ACPI_WMI
646 select FW_ATTR_CLASS
647 help
648 This driver allows changing BIOS settings on Lenovo machines whose
649 BIOS support the WMI interface.
650
651 To compile this driver as a module, choose M here: the module will
652 be called think-lmi.
653
643config INTEL_ATOMISP2_LED
644 tristate "Intel AtomISP2 camera LED driver"
645 depends on GPIOLIB && LEDS_GPIO
646 help
647 Many Bay Trail and Cherry Trail devices come with a camera attached
648 to Intel's Image Signal Processor. Linux currently does not have a
649 driver for these, so they do not work as a camera. Some of these
650 camera's have a LED which is controlled through a GPIO.

--- 676 unchanged lines hidden ---
654config INTEL_ATOMISP2_LED
655 tristate "Intel AtomISP2 camera LED driver"
656 depends on GPIOLIB && LEDS_GPIO
657 help
658 Many Bay Trail and Cherry Trail devices come with a camera attached
659 to Intel's Image Signal Processor. Linux currently does not have a
660 driver for these, so they do not work as a camera. Some of these
661 camera's have a LED which is controlled through a GPIO.

--- 676 unchanged lines hidden ---