summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys/Kconfig
diff options
context:
space:
mode:
authorKen Cox <jkc@redhat.com>2014-03-04 17:58:05 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-05 04:52:12 +0400
commit9d9baadd4069c77a97bf530abad9ddb74875fe76 (patch)
tree227488ae2061881893bdf8ef28c3c6778473453d /drivers/staging/unisys/Kconfig
parent6b029336d93d8f9a94b0256b1f7d9c1768eedba7 (diff)
downloadlinux-9d9baadd4069c77a97bf530abad9ddb74875fe76.tar.xz
staging: visorutil driver to provide common functionality to other s-Par drivers
The visorutil module is a support library required by all other s-Par driver modules. Among its features it abstracts reading, writing, and manipulating a block of memory. 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/Kconfig')
-rw-r--r--drivers/staging/unisys/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/unisys/Kconfig b/drivers/staging/unisys/Kconfig
new file mode 100644
index 000000000000..60bbca0bde71
--- /dev/null
+++ b/drivers/staging/unisys/Kconfig
@@ -0,0 +1,14 @@
+#
+# Unisys SPAR driver configuration
+#
+menuconfig UNISYSSPAR
+ bool "Unisys SPAR driver support"
+ depends on X86_64
+ ---help---
+ Support for the Unisys SPAR drivers
+
+if UNISYSSPAR
+
+source "drivers/staging/unisys/visorutil/Kconfig"
+
+endif # UNISYSSPAR