Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/x86: dell-wmi-descriptor: disable by default

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>

authored by

Thomas Weißschuh and committed by
Hans de Goede
0f07c023 3e58e1c4

+1 -1
+1 -1
drivers/platform/x86/dell/Kconfig
··· 187 187 188 188 config DELL_WMI_DESCRIPTOR 189 189 tristate 190 - default m 190 + default n 191 191 depends on ACPI_WMI 192 192 193 193 config DELL_WMI_LED