Kconfig (651b57dd40871d4d0d61fb291e7f26e2b8bd69b1) Kconfig (73f0f2b52c5ea67b3140b23f58d8079d158839c8)
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

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

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

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

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
40config ACPI_WMI_LEGACY_DEVICE_NAMES
41 bool "Use legacy WMI device naming scheme"
42 depends on ACPI_WMI
43 help
44 Say Y here to force the WMI driver core to use the old WMI device naming
45 scheme when creating WMI devices. Doing so might be necessary for some
46 userspace applications but will cause the registration of WMI devices with
47 the same GUID to fail in some corner cases.
48
40config 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 (Managed Object Format) data. Using this requires
47 userspace tools and may be rather tedious.

--- 982 unchanged lines hidden ---
49config WMI_BMOF
50 tristate "WMI embedded Binary MOF driver"
51 depends on ACPI_WMI
52 default ACPI_WMI
53 help
54 Say Y here if you want to be able to read a firmware-embedded
55 WMI Binary MOF (Managed Object Format) data. Using this requires
56 userspace tools and may be rather tedious.

--- 982 unchanged lines hidden ---