diff options
author | Darren Hart <dvhart@infradead.org> | 2018-05-12 15:10:07 -0400 |
---|---|---|
committer | Darren Hart (VMware) <dvhart@infradead.org> | 2018-05-12 18:38:40 -0400 |
commit | 74783c99bf564cf598ec371a1dd790a5bf5afb64 (patch) | |
tree | 1e9508dafcf9ff164fa269580e7e2a0751919eb6 | |
parent | 321089a4da2f6b20bb8af96354f76d260a4ca2c6 (diff) |
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: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
-rw-r--r-- | drivers/platform/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index bc309c5327ff..566644bb496a 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -168,8 +168,8 @@ config DELL_WMI | |||
168 | depends on DMI | 168 | depends on DMI |
169 | depends on INPUT | 169 | depends on INPUT |
170 | depends on ACPI_VIDEO || ACPI_VIDEO = n | 170 | depends on ACPI_VIDEO || ACPI_VIDEO = n |
171 | depends on DELL_SMBIOS | ||
171 | select DELL_WMI_DESCRIPTOR | 172 | select DELL_WMI_DESCRIPTOR |
172 | select DELL_SMBIOS | ||
173 | select INPUT_SPARSEKMAP | 173 | select INPUT_SPARSEKMAP |
174 | ---help--- | 174 | ---help--- |
175 | Say Y here if you want to support WMI-based hotkeys on Dell laptops. | 175 | Say Y here if you want to support WMI-based hotkeys on Dell laptops. |