platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
authorDarren Hart <[email protected]>
Sat, 12 May 2018 19:10:07 +0000 (12:10 -0700)
committerDarren Hart (VMware) <[email protected]>
Fri, 18 May 2018 22:49:26 +0000 (15:49 -0700)
commit54940fa60ad3728c592f62dadb558165495a6938
tree1f48e6ffbf96d9c95e6211557c53b52a06a717bf
parent7fe3fa3b5ec8e75389cce4bf5d052a52e6198d59
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 <[email protected]>
Signed-off-by: Darren Hart (VMware) <[email protected]>
drivers/platform/x86/Kconfig