The dell-smbios driver no longer depends on dcdbas, and it should now be offered with the preferred WMI backend when the WMI bus is enabled. 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 ef597f440d2e..cd9399572156 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -94,6 +94,7 @@ config ASUS_LAPTOP config DELL_SMBIOS tristate "Dell SMBIOS calling interface" depends on DELL_SMBIOS_WMI || DELL_SMBIOS_SMM + default ACPI_WMI ---help--- This module provides common functions for kernel modules using Dell SMBIOS. -- 2.14.1