From ed9eccbe8970f6eedc1b978c157caf1251a896d4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 4 Nov 2008 20:29:31 -0800 Subject: 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 Cc: Ian Abbott Cc: Shawn Bohrer Signed-off-by: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- drivers/staging/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/staging/Kconfig') 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 -- cgit v1.1