]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
staging: unisys: fix visorbus Kconfig
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 5 May 2015 22:37:08 +0000 (18:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 13:27:32 +0000 (15:27 +0200)
Removing visorutil made it impossible to build visorbus. Remove the config
setting from the Kconfig so the module can be enabled in the build.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/Kconfig

index 420c9eee9075f84f008926c3e416cf5e1705e268..9b299ac86015e95b9e56254c6aad1ac02661bc40 100644 (file)
@@ -4,6 +4,6 @@
 
 config UNISYS_VISORBUS
        tristate "Unisys visorbus driver"
-       depends on UNISYSSPAR && UNISYS_VISORUTIL
+       depends on UNISYSSPAR
        ---help---
        If you say Y here, you will enable the Unisys visorbus driver.