Kconfig (85f7582cd484dbf491b6d9bb2af6ef1467a024d2) Kconfig (411269babe8374b7777a0f154a2ad27c3c6dc218)
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

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

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
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

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

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
873config SURFACE_PRO3_BUTTON
874 tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
875 depends on ACPI && INPUT
876 help
877 This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
878
879config MSI_LAPTOP
880 tristate "MSI Laptop Extras"
881 depends on ACPI
882 depends on BACKLIGHT_CLASS_DEVICE
883 depends on ACPI_VIDEO || ACPI_VIDEO = n
884 depends on RFKILL
885 depends on INPUT && SERIO_I8042
886 select INPUT_SPARSEKMAP

--- 516 unchanged lines hidden ---
873config MSI_LAPTOP
874 tristate "MSI Laptop Extras"
875 depends on ACPI
876 depends on BACKLIGHT_CLASS_DEVICE
877 depends on ACPI_VIDEO || ACPI_VIDEO = n
878 depends on RFKILL
879 depends on INPUT && SERIO_I8042
880 select INPUT_SPARSEKMAP

--- 516 unchanged lines hidden ---