From: David Kershner Date: Wed, 6 Dec 2017 16:05:25 +0000 (-0500) Subject: staging: unisys: fix dependencies with UNISYSSPAR Kconfig flag X-Git-Tag: rel_imx_4.19.35_1.1.0~10789^2~411 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=a51cf83d73fcd05c3f058257c3fecbb20e3b9f45;p=linux.git staging: unisys: fix dependencies with UNISYSSPAR Kconfig flag The Kconfig file for UNISYSSPAR uses select ACPI and select PCI instead of depends on ACPI. This patch fixes the problem. Reported-by: Greg Kroah-Hartman Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/Kconfig b/drivers/staging/unisys/Kconfig index 4f1f5e624604..ca1bd9a36e47 100644 --- a/drivers/staging/unisys/Kconfig +++ b/drivers/staging/unisys/Kconfig @@ -4,8 +4,7 @@ menuconfig UNISYSSPAR bool "Unisys SPAR driver support" depends on X86_64 && !UML - select PCI - select ACPI + depends on ACPI ---help--- Support for the Unisys SPAR drivers