Kconfig (c3d3586d12b106dd96c80febd571760a0b4095a5) Kconfig (daef4c5a042302a047e56e8985f8d50d85f45802)
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

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

663 This driver allows changing BIOS settings on Lenovo machines whose
664 BIOS support the WMI interface.
665
666 To compile this driver as a module, choose M here: the module will
667 be called think-lmi.
668
669source "drivers/platform/x86/intel/Kconfig"
670
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

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

663 This driver allows changing BIOS settings on Lenovo machines whose
664 BIOS support the WMI interface.
665
666 To compile this driver as a module, choose M here: the module will
667 be called think-lmi.
668
669source "drivers/platform/x86/intel/Kconfig"
670
671config INTEL_INT0002_VGPIO
672 tristate "Intel ACPI INT0002 Virtual GPIO driver"
673 depends on GPIOLIB && ACPI && PM_SLEEP
674 select GPIOLIB_IRQCHIP
675 help
676 Some peripherals on Bay Trail and Cherry Trail platforms signal a
677 Power Management Event (PME) to the Power Management Controller (PMC)
678 to wakeup the system. When this happens software needs to explicitly
679 clear the PME bus 0 status bit in the GPE0a_STS register to avoid an
680 IRQ storm on IRQ 9.
681
682 This is modelled in ACPI through the INT0002 ACPI device, which is
683 called a "Virtual GPIO controller" in ACPI because it defines the
684 event handler to call when the PME triggers through _AEI and _L02
685 methods as would be done for a real GPIO interrupt in ACPI.
686
687 To compile this driver as a module, choose M here: the module will
688 be called intel_int0002_vgpio.
689
690config INTEL_OAKTRAIL
691 tristate "Intel Oaktrail Platform Extras"
692 depends on ACPI
693 depends on ACPI_VIDEO || ACPI_VIDEO = n
694 depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
695 help
696 Intel Oaktrail platform need this driver to provide interfaces to
697 enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y

--- 421 unchanged lines hidden ---
671config INTEL_OAKTRAIL
672 tristate "Intel Oaktrail Platform Extras"
673 depends on ACPI
674 depends on ACPI_VIDEO || ACPI_VIDEO = n
675 depends on RFKILL && BACKLIGHT_CLASS_DEVICE && ACPI
676 help
677 Intel Oaktrail platform need this driver to provide interfaces to
678 enable/disable the Camera, WiFi, BT etc. devices. If in doubt, say Y

--- 421 unchanged lines hidden ---