Kconfig (411269babe8374b7777a0f154a2ad27c3c6dc218) | Kconfig (e8a60aa7404bfef37705da5607c97737073ac38d) |
---|---|
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 --- 416 unchanged lines hidden (view full) --- 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 | 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 --- 416 unchanged lines hidden (view full) --- 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 |
433config DELL_WMI_SYSMAN 434 tristate "Dell WMI-based Systems management driver" 435 depends on ACPI_WMI 436 depends on DMI 437 select NLS 438 help 439 This driver allows changing BIOS settings on many Dell machines from 440 2018 and newer without the use of any additional software. 441 442 To compile this driver as a module, choose M here: the module will 443 be called dell-wmi-sysman. 444 |
|
433config DELL_WMI_DESCRIPTOR 434 tristate 435 depends on ACPI_WMI 436 437config DELL_WMI_AIO 438 tristate "WMI Hotkeys for Dell All-In-One series" 439 depends on ACPI_WMI 440 depends on INPUT --- 956 unchanged lines hidden --- | 445config DELL_WMI_DESCRIPTOR 446 tristate 447 depends on ACPI_WMI 448 449config DELL_WMI_AIO 450 tristate "WMI Hotkeys for Dell All-In-One series" 451 depends on ACPI_WMI 452 depends on INPUT --- 956 unchanged lines hidden --- |