From: David Kershner Date: Wed, 6 Dec 2017 16:05:26 +0000 (-0500) Subject: staging: unisys: remove !UML flag X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e816d1f92e62192ec6bc0d9164aa35025fa45efe;p=linux.git staging: unisys: remove !UML flag Remove the dependency that the drivers are not built during UML. 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 ca1bd9a36e474..f3c92a5616eab 100644 --- a/drivers/staging/unisys/Kconfig +++ b/drivers/staging/unisys/Kconfig @@ -3,7 +3,7 @@ # menuconfig UNISYSSPAR bool "Unisys SPAR driver support" - depends on X86_64 && !UML + depends on X86_64 depends on ACPI ---help--- Support for the Unisys SPAR drivers