platform/x86: Allow for SMBIOS backend defaults
authorDarren Hart (VMware) <dvhart@infradead.org>
Sat, 3 Mar 2018 01:40:32 +0000 (17:40 -0800)
committerDarren Hart (VMware) <dvhart@infradead.org>
Mon, 5 Mar 2018 23:35:33 +0000 (15:35 -0800)
commitc715e4345581bdb475ae4fb378a243aee72579ba
tree188453502fce0b16f0e53adfb5d2751f947110ab
parent41e36f2f85af758fd2f4be76112ebe649d07a801
platform/x86: Allow for SMBIOS backend defaults

Avoid accidental configurations by setting default y for DELL_SMBIOS
backends. Avoid this impacting the default build size, by making them
dependent on DELL_SMBIOS, so they only appear when DELL_SMBIOS is
manually selected, or by DELL_LAPTOP or DELL_WMI.

While DELL_SMBIOS does have a prompt, it does not have any dependencies.
Keeping DELL_SMBIOS visible, despite being "select"ed by DELL_LAPTOP and
DELL_WMI, is a deliberate choice to provide context for the WMI and SMM
backends, which would otherwise appear to float without context within
the menu.

Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/Kconfig