[PATCH 12/12] platform/x86: Kconfig: Change the default settings for dell-wmi-smbios

From: Mario Limonciello
Date: Thu Sep 21 2017 - 09:57:54 EST


The dell-wmi-smbios driver should be enabled by default when ACPI_WMI
is enabled (like many other WMI drivers).

Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxxx>
---
drivers/platform/x86/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index a70bcd8caa72..4f9ca51b1968 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -94,6 +94,7 @@ config ASUS_LAPTOP
config DELL_WMI_SMBIOS
tristate "Dell WMI SMBIOS calling interface"
depends on ACPI_WMI
+ default ACPI_WMI
---help---
This module provides common functions for kernel modules using
Dell SMBIOS over ACPI-WMI.
--
2.14.1