Skip to content

Commit 10a2f87

Browse files
committed
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
2 parents f65cfec + 54940fa commit 10a2f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ config DELL_WMI
168168
depends on DMI
169169
depends on INPUT
170170
depends on ACPI_VIDEO || ACPI_VIDEO = n
171+
depends on DELL_SMBIOS
171172
select DELL_WMI_DESCRIPTOR
172-
select DELL_SMBIOS
173173
select INPUT_SPARSEKMAP
174174
---help---
175175
Say Y here if you want to support WMI-based hotkeys on Dell laptops.

0 commit comments

Comments
 (0)