diff options
author | Benjamin Romer <benjamin.romer@unisys.com> | 2015-05-05 18:37:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-08 15:27:32 +0200 |
commit | 1b27feaa9d7bfd9e68c9f5e8a0039a223916c3bf (patch) | |
tree | 2f524cb327656d966ae3ac6131374d0de0dbb8dc /drivers/staging | |
parent | 53490b545cb07c9d2e1b36aa680afaf0d435aec8 (diff) |
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')
-rw-r--r-- | drivers/staging/unisys/visorbus/Kconfig | 2 |
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. |