aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/uislib/Kconfig
diff options
context:
space:
mode:
authorKen Cox <jkc@redhat.com>2014-03-04 07:58:09 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-04 16:59:31 -0800
commitbac8a4d5d29b1475d06f319d87e1d608c0b9dbe8 (patch)
tree4d8c706fd2e0f0cc0855d4b30c97c0d663d13dc4 /drivers/staging/unisys/uislib/Kconfig
parentstaging: visorchannelstub driver to provide channel support routines (diff)
downloadlinux-dev-bac8a4d5d29b1475d06f319d87e1d608c0b9dbe8.tar.xz
linux-dev-bac8a4d5d29b1475d06f319d87e1d608c0b9dbe8.zip
staging: visoruislib driver used to handle requests from virtpci
The visoruislib module is a support library, used to handle requests from virtpci. Signed-off-by: Ken Cox <jkc@redhat.com> Cc: Ben Romer <sparmaintainer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/uislib/Kconfig')
-rw-r--r--drivers/staging/unisys/uislib/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/unisys/uislib/Kconfig b/drivers/staging/unisys/uislib/Kconfig
new file mode 100644
index 000000000000..8d87d9c81c66
--- /dev/null
+++ b/drivers/staging/unisys/uislib/Kconfig
@@ -0,0 +1,10 @@
+#
+# Unisys uislib configuration
+#
+
+config UNISYS_UISLIB
+ tristate "Unisys uislib driver"
+ depends on UNISYSSPAR && UNISYS_VISORCHIPSET && UNISYS_CHANNELSTUB
+ ---help---
+ If you say Y here, you will enable the Unisys uislib driver.
+