diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-05-18 21:22:16 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-05-18 21:22:16 -0700 |
commit | 10a2f87485b9fb7bec1a50305d4a3ec74aa8058c (patch) | |
tree | 10f884376866352aac581e8ea583a901c1d60519 | |
parent | f65cfecfa1181232cd7298243bcb3c535f09c4da (diff) | |
parent | 54940fa60ad3728c592f62dadb558165495a6938 (diff) | |
download | linux-10a2f87485b9fb7bec1a50305d4a3ec74aa8058c.tar.bz2 |
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
-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 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. |