From c0f005888c6663898a040cd922947dd8caa55160 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 21 Mar 2008 14:12:51 -0700 Subject: Staging: add me4000 pci data collection driver Originally written by Guenter Gebhardt TODO: - checkpatch.pl cleanups - sparse cleanups - possible /proc interaction cleanups - more info needed for Kconfig entry - real device id? - module parameter cleanup Cc: Wolfgang Beiter Cc: Guenter Gebhardt Signed-off-by: Greg Kroah-Hartman --- drivers/staging/me4000/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 drivers/staging/me4000/Kconfig (limited to 'drivers/staging/me4000/Kconfig') diff --git a/drivers/staging/me4000/Kconfig b/drivers/staging/me4000/Kconfig new file mode 100644 index 00000000000..5e6c9de1f11 --- /dev/null +++ b/drivers/staging/me4000/Kconfig @@ -0,0 +1,10 @@ +config ME4000 + tristate "Meilhaus ME-4000 support" + default n + depends on PCI + help + This driver supports the Meilhaus ME-4000 family of boards + that do data collection and multipurpose I/O. + + To compile this driver as a module, choose M here: the module + will be called me4000. -- cgit v1.2.3