aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2015-05-05 18:37:08 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-08 15:27:32 +0200
commit1b27feaa9d7bfd9e68c9f5e8a0039a223916c3bf (patch)
tree2f524cb327656d966ae3ac6131374d0de0dbb8dc /drivers/staging/unisys
parentstaging: unisys: move periodic_work.c into the visorbus directory (diff)
downloadlinux-dev-1b27feaa9d7bfd9e68c9f5e8a0039a223916c3bf.tar.xz
linux-dev-1b27feaa9d7bfd9e68c9f5e8a0039a223916c3bf.zip
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 <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visorbus/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.