From: Ken Cox <jkc@redhat.com> Date: Thu, 26 Jun 2014 14:55:56 +0000 (-0500) Subject: Staging: unisys Remove BROKEN from Kconfig to allow compilation X-Git-Tag: firefly_0821_release~176^2~3491^2~1497 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d93b88eb7628fc70f7e0feef640132bb484b70ef;p=firefly-linux-kernel-4.4.55.git 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 fcd0157ece 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 <fengguang.wu@intel.com> Reported-by: Sasha Levin <sasha.levin@oracle.com> Tested-by: Ken Cox <jkc@redhat.com> Signed-off-by: Ken Cox <jkc@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- diff --git a/drivers/staging/unisys/Kconfig b/drivers/staging/unisys/Kconfig index 6bae2afbaa15..ac080c9dcf46 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