summaryrefslogtreecommitdiff
path: root/drivers/staging/Kconfig
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2008-11-05 04:29:31 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 21:52:16 (GMT)
commited9eccbe8970f6eedc1b978c157caf1251a896d4 (patch)
tree07ac30d0a81af1f75f7ca40f32926d370d195107 /drivers/staging/Kconfig
parent535deaa35e534f096843d930a3ba11e36c75f0d5 (diff)
downloadlinux-fsl-qoriq-ed9eccbe8970f6eedc1b978c157caf1251a896d4.tar.xz
Staging: add comedi core
This adds the Comedi core to the staging tree. This is a data acquision infrastructure for Linux, providing a common interface for these types of drivers. Taken directly from the comedi git tree, with only minor tweaks by Greg to get it to build properly within the kernel tree. From: David Schleef <ds@schleef.org> Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Shawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r--drivers/staging/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index 1324032..5474cb2 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -71,5 +71,7 @@ source "drivers/staging/rt2860/Kconfig"
source "drivers/staging/benet/Kconfig"
+source "drivers/staging/comedi/Kconfig"
+
endif # !STAGING_EXCLUDE_BUILD
endif # STAGING