]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.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)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 1 Oct 2018 12:58:21 +0000 (14:58 +0200)
commit2a931ff680798ae462e8347d085068c7adbf295d
tree3974485646a836745571980a9bab2372a27f6c7d
parent3de1e176f3c41cf6b17c8439de0ebc211eb2c5aa
platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS

BugLink: http://bugs.launchpad.net/bugs/1794889
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/platform/x86/Kconfig