Merge tag 'platform-drivers-x86-v4.17-3' of git://git.infradead.org/linux-platform-drivers-x86

Pull x86 platform driver fix from Darren Hart:
"Remove the last of the "select DELL_SMBIOS" references in the Kconfig"

* tag 'platform-drivers-x86-v4.17-3' of git://git.infradead.org/linux-platform-drivers-x86:
platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS

+1 -1
+1 -1
drivers/platform/x86/Kconfig
··· 168 168 depends on DMI 169 169 depends on INPUT 170 170 depends on ACPI_VIDEO || ACPI_VIDEO = n 171 + depends on DELL_SMBIOS 171 172 select DELL_WMI_DESCRIPTOR 172 - select DELL_SMBIOS 173 173 select INPUT_SPARSEKMAP 174 174 ---help--- 175 175 Say Y here if you want to support WMI-based hotkeys on Dell laptops.