From: Benjamin Romer Date: Tue, 5 May 2015 22:37:08 +0000 (-0400) Subject: staging: unisys: fix visorbus Kconfig X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1b27feaa9d7bfd9e68c9f5e8a0039a223916c3bf;p=linux-beck.git staging: unisys: fix visorbus Kconfig 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorbus/Kconfig b/drivers/staging/unisys/visorbus/Kconfig index 420c9eee9075..9b299ac86015 100644 --- a/drivers/staging/unisys/visorbus/Kconfig +++ b/drivers/staging/unisys/visorbus/Kconfig @@ -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.