]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Jun 2018 19:01:46 +0000 (04:01 +0900)
commitd1f6a917b1bcfef176137cda494eef142d218849
treefe7b8b585236267689140c73aea810585e316de8
parentce841083dc4d1c9188738bd6ccd176593a068e9e
platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS

[ Upstream commit 54940fa60ad3728c592f62dadb558165495a6938 ]

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>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/x86/Kconfig