aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/channels/Kconfig
diff options
context:
space:
mode:
authorKen Cox <jkc@redhat.com>2014-06-30 08:06:33 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-08 15:37:59 -0700
commit55afa336f97f5790fccc0434f778f6845e1913cd (patch)
tree4e8002cdbee6dc7550495adbea5643df15d7013d /drivers/staging/unisys/channels/Kconfig
parentMerge branch 'component-for-staging' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into staging-next (diff)
downloadlinux-dev-55afa336f97f5790fccc0434f778f6845e1913cd.tar.xz
linux-dev-55afa336f97f5790fccc0434f778f6845e1913cd.zip
Staging:unisys: Add Kconfig dependency on UNISYS_VISORUTIL to UNISYS_CHANNELSTUB
The visorchannelstub module references the variable unisys_spar_platform which is declared in the visorutil module. Add the proper dependency to Kconfig to ensure that visorutil is enabled when building visorchannelstub. This address the build error: drivers/built-in.o: In function `channel_mod_init': chanstub.c:(.init.text+0xbe24): undefined reference to `unisys_spar_platform' Reported by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Ken Cox <jkc@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/channels/Kconfig')
-rw-r--r--drivers/staging/unisys/channels/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/channels/Kconfig b/drivers/staging/unisys/channels/Kconfig
index 47a235385567..179c6cea2824 100644
--- a/drivers/staging/unisys/channels/Kconfig
+++ b/drivers/staging/unisys/channels/Kconfig
@@ -4,7 +4,7 @@
config UNISYS_CHANNELSTUB
tristate "Unisys channelstub driver"
- depends on UNISYSSPAR
+ depends on UNISYSSPAR && UNISYS_VISORUTIL
---help---
If you say Y here, you will enable the Unisys channels driver.