aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/channels/Kconfig
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2014-12-05 17:08:39 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-09 17:30:19 -0800
commitde6d15ee0eabf0d092350ae0cbff04dfce3c7217 (patch)
treee3bc9fbfab045d1e751ed0289d5c0d579a5bf43e /drivers/staging/unisys/channels/Kconfig
parentstaging: unisys: remove testing.h (diff)
downloadlinux-dev-de6d15ee0eabf0d092350ae0cbff04dfce3c7217.tar.xz
linux-dev-de6d15ee0eabf0d092350ae0cbff04dfce3c7217.zip
staging: unisys: get rid of channel stub
The functions in channels/* aren't used in a lot of places. In fact, the functions in channel.c can be moved to uislib/uisqueue.c, and the rest of the files in channels can be eliminated. This patch deletes the channels directory and files, removes it from all Kconfigs that referenced them, removes the reference in the Makefile, and moves the functions inside of channels.c to uislib/uisqueue.c. Signed-off-by: Ken Depro <kenneth.depro@unisys.com> Signed-off-by: Benjamin Romer <benjamin.romer@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, 0 insertions, 10 deletions
diff --git a/drivers/staging/unisys/channels/Kconfig b/drivers/staging/unisys/channels/Kconfig
deleted file mode 100644
index 179c6cea2824..000000000000
--- a/drivers/staging/unisys/channels/Kconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Unisys channels configuration
-#
-
-config UNISYS_CHANNELSTUB
- tristate "Unisys channelstub driver"
- depends on UNISYSSPAR && UNISYS_VISORUTIL
- ---help---
- If you say Y here, you will enable the Unisys channels driver.
-