aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
authorThomas Weißschuh <linux@weissschuh.net>2021-11-13 09:05:51 +0100
committerHans de Goede <hdegoede@redhat.com>2021-11-16 10:56:53 +0100
commit0f07c023dcd08ca49b6d3dd018abc7cd56301478 (patch)
treee2aaf281dbf11188fba920c4cde64753f0530287 /drivers/platform
parentplatform/x86: samsung-laptop: Fix typo in a comment (diff)
downloadlinux-dev-0f07c023dcd08ca49b6d3dd018abc7cd56301478.tar.xz
linux-dev-0f07c023dcd08ca49b6d3dd018abc7cd56301478.zip
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>
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/dell/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/dell/Kconfig b/drivers/platform/x86/dell/Kconfig
index 2fffa57e596e..fe224a54f24c 100644
--- a/drivers/platform/x86/dell/Kconfig
+++ b/drivers/platform/x86/dell/Kconfig
@@ -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