mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
platform/x86: dell-wmi-descriptor: disable by default
[ Upstream commit 0f07c023dc ]
dell-wmi-descriptor only provides symbols to other drivers.
These drivers already select dell-wmi-descriptor when needed.
This fixes an issue where dell-wmi-descriptor is compiled as a module
with localyesconfig on a non-Dell machine.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/r/20211113080551.61860-1-linux@weissschuh.net
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
aca091aade
commit
8df09ab9d3
|
|
@ -187,7 +187,7 @@ config DELL_WMI_AIO
|
|||
|
||||
config DELL_WMI_DESCRIPTOR
|
||||
tristate
|
||||
default m
|
||||
default n
|
||||
depends on ACPI_WMI
|
||||
|
||||
config DELL_WMI_LED
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user