Skip to content

Commit 0f07c02

Browse files
t-8chjwrdegoede
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent 3e58e1c commit 0f07c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/dell/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ config DELL_WMI_AIO
187187

188188
config DELL_WMI_DESCRIPTOR
189189
tristate
190-
default m
190+
default n
191191
depends on ACPI_WMI
192192

193193
config DELL_WMI_LED

0 commit comments

Comments
 (0)