Skip to content

Commit

Permalink
platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
Browse files Browse the repository at this point in the history
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: Randy Dunlap <[email protected]>
Signed-off-by: Darren Hart (VMware) <[email protected]>
  • Loading branch information
dvhart committed May 18, 2018
1 parent 7fe3fa3 commit 54940fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 54940fa

Please sign in to comment.