aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/me4000/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-03-21 14:12:51 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2008-10-10 15:31:08 -0700
commitc0f005888c6663898a040cd922947dd8caa55160 (patch)
treeca3ffd7ccc4bdf7df905d687f2da1be56cf1ae80 /drivers/staging/me4000/Kconfig
parentcff338a9bd9d1acd6067d3ec93e846830e0b5974 (diff)
Staging: add me4000 pci data collection driver
Originally written by Guenter Gebhardt <g.gebhardt@meilhaus.de> 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 <w.beiter@aon.at> Cc: Guenter Gebhardt <g.gebhardt@meilhaus.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/me4000/Kconfig')
-rw-r--r--drivers/staging/me4000/Kconfig10
1 files changed, 10 insertions, 0 deletions
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.