commit | 54940fa60ad3728c592f62dadb558165495a6938 | [log] [tgz] |
---|---|---|
author | Darren Hart <dvhart@infradead.org> | Sat May 12 12:10:07 2018 -0700 |
committer | Darren Hart (VMware) <dvhart@infradead.org> | Fri May 18 15:49:26 2018 -0700 |
tree | 1f48e6ffbf96d9c95e6211557c53b52a06a717bf | |
parent | 7fe3fa3b5ec8e75389cce4bf5d052a52e6198d59 [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>