Home
last modified time | relevance | path

Searched hist:"54940 fa60ad3728c592f62dadb558165495a6938" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/
H A DKconfigdiff 54940fa60ad3728c592f62dadb558165495a6938 Sat May 12 21:10:07 CEST 2018 Darren Hart <dvhart@infradead.org> 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>