]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: Kconfig: Fix dell-laptop dependency chain.
authorMario Limonciello <mario.limonciello@dell.com>
Fri, 20 Apr 2018 17:42:11 +0000 (12:42 -0500)
committerDarren Hart (VMware) <dvhart@infradead.org>
Fri, 4 May 2018 20:20:14 +0000 (22:20 +0200)
commit33651acb46e92a9c6c8ef3a19c56647bba7412fe
tree1fce4b02329214633c2542337ec65dad487c15a3
parentd0f53ae7b15d75843bd7bb8ab3432200c800fc56
platform/x86: Kconfig: Fix dell-laptop dependency chain.

As reported by Randy Dunlap:
>> WARNING: unmet direct dependencies detected for DELL_SMBIOS
>>   Depends on [m]: X86 [=y] && X86_PLATFORM_DEVICES [=y]
>> && (DCDBAS [=m] ||
>> DCDBAS [=m]=n) && (ACPI_WMI [=n] || ACPI_WMI [=n]=n)
>>   Selected by [y]:
>>   - DELL_LAPTOP [=y] && X86 [=y] && X86_PLATFORM_DEVICES [=y]
>> && DMI [=y]
>> && BACKLIGHT_CLASS_DEVICE [=y] && (ACPI_VIDEO [=n] ||
>> ACPI_VIDEO [=n]=n)
>> && (RFKILL [=n] || RFKILL [=n]=n) && SERIO_I8042 [=y]
>>

Right now it's possible to set dell laptop to compile in but this
causes dell-smbios to compile in which breaks if dcdbas is a module.

Dell laptop shouldn't select dell-smbios anymore, but depend on it.

Fixes: faeaeeb7686c (platform/x86: dell-smbios: Resolve dependency error on DCDBAS)
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Mario Limonciello <mario.limonciello@dell.com>
Cc: stable@vger.kernel.org
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/Kconfig