OSDN Git Service

platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
authorDarren Hart <dvhart@infradead.org>
Sat, 12 May 2018 19:10:07 +0000 (12:10 -0700)
committerDarren Hart (VMware) <dvhart@infradead.org>
Sat, 12 May 2018 22:38:40 +0000 (15:38 -0700)
commit74783c99bf564cf598ec371a1dd790a5bf5afb64
tree1e9508dafcf9ff164fa269580e7e2a0751919eb6
parent321089a4da2f6b20bb8af96354f76d260a4ca2c6
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>
drivers/platform/x86/Kconfig