From 5198fed2a51780c50d49d02215d90960bebc6345 Mon Sep 17 00:00:00 2001 From: Ken Cox Date: Thu, 26 Jun 2014 09:55:56 -0500 Subject: [PATCH] Staging: unisys Remove BROKEN from Kconfig to allow compilation The unisys drivers now properly check to make sure they are running on the s-Par platform before they will initialize. This was fixed in commit fc59490117 so it is safe to allow the unisys drivers to be built. This has been tested in the same qemu environment that originally produced the panic and the kernel now runs as expected. Reported-by: Fengguang Wu Reported-by: Sasha Levin Tested-by: Ken Cox Signed-off-by: Ken Cox Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/Kconfig b/drivers/staging/unisys/Kconfig index 6bae2afbaa153..ac080c9dcf46b 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 && BROKEN + depends on X86_64 ---help--- Support for the Unisys SPAR drivers -- 2.39.5