aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/channels/Kconfig
diff options
context:
space:
mode:
authorKen Cox <jkc@redhat.com>2014-03-04 07:58:08 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-04 16:59:30 -0800
commit7b2a2d8383d08793aac3f157fa3f38ea90c5d3c0 (patch)
tree2e6a3e5d8df686b5e921d87ea142b4e6e7c6956e /drivers/staging/unisys/channels/Kconfig
parentstaging: visorchipset driver to provide registration and other services (diff)
downloadlinux-dev-7b2a2d8383d08793aac3f157fa3f38ea90c5d3c0.tar.xz
linux-dev-7b2a2d8383d08793aac3f157fa3f38ea90c5d3c0.zip
staging: visorchannelstub driver to provide channel support routines
The visorchannelstub module provides support routines for storing and retrieving data from a channel. 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/channels/Kconfig')
-rw-r--r--drivers/staging/unisys/channels/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/unisys/channels/Kconfig b/drivers/staging/unisys/channels/Kconfig
new file mode 100644
index 000000000000..47a235385567
--- /dev/null
+++ b/drivers/staging/unisys/channels/Kconfig
@@ -0,0 +1,10 @@
+#
+# Unisys channels configuration
+#
+
+config UNISYS_CHANNELSTUB
+ tristate "Unisys channelstub driver"
+ depends on UNISYSSPAR
+ ---help---
+ If you say Y here, you will enable the Unisys channels driver.
+