Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54940fa6 authored by Darren Hart's avatar Darren Hart Committed by Darren Hart (VMware)
Browse files

platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS



If DELL_WMI "select"s DELL_SMBIOS, the DELL_SMBIOS dependencies are
ignored and it is still possible to end up with unmet direct
dependencies.

Change the select to a depends on.

Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarDarren Hart (VMware) <dvhart@infradead.org>
parent 7fe3fa3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,8 +168,8 @@ config DELL_WMI
	depends on DMI
	depends on INPUT
	depends on ACPI_VIDEO || ACPI_VIDEO = n
	depends on DELL_SMBIOS
	select DELL_WMI_DESCRIPTOR
	select DELL_SMBIOS
	select INPUT_SPARSEKMAP
	---help---
	  Say Y here if you want to support WMI-based hotkeys on Dell laptops.