blob: 923af22a4686158a823bb6665125f2a7607e48d4 [file] [log] [blame]
David Kiliani3fedd142008-11-01 00:39:12 +01001#
2# Meilhaus configuration
3#
4
5menuconfig MEILHAUS
6 tristate "Meilhaus support"
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -08007 depends on m
David Kiliani3fedd142008-11-01 00:39:12 +01008 ---help---
9 If you have a Meilhaus card, say Y (or M) here.
10
11 You need both this driver, and the driver for the particular
12 data collection card.
13
14 To compile this driver as a module, choose M here. The module will
15 be called memain.
16
17if MEILHAUS
18
19config ME0600
20 tristate "Meilhaus ME-600 support"
21 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -080022 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +010023 help
24 This driver supports the Meilhaus ME-600 family of boards
25 that do data collection and multipurpose I/O.
26
27 To compile this driver as a module, choose M here: the module
28 will be called me0600.
29
30config ME0900
31 tristate "Meilhaus ME-900 support"
32 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -080033 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +010034 help
35 This driver supports the Meilhaus ME-900 family of boards
36 that do data collection and multipurpose I/O.
37
38 To compile this driver as a module, choose M here: the module
39 will be called me0900.
40
41config ME1000
42 tristate "Meilhaus ME-1000 support"
43 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -080044 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +010045 help
46 This driver supports the Meilhaus ME-1000 family of boards
47 that do data collection and multipurpose I/O.
48
49 To compile this driver as a module, choose M here: the module
50 will be called me1000.
51
52config ME1400
53 tristate "Meilhaus ME-1400 support"
54 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -080055 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +010056 help
57 This driver supports the Meilhaus ME-1400 family of boards
58 that do data collection and multipurpose I/O.
59
60 To compile this driver as a module, choose M here: the module
61 will be called me1400.
62
63config ME1600
64 tristate "Meilhaus ME-1600 support"
65 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -080066 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +010067 help
68 This driver supports the Meilhaus ME-1600 family of boards
69 that do data collection and multipurpose I/O.
70
71 To compile this driver as a module, choose M here: the module
72 will be called me1600.
73
74config ME4600
75 tristate "Meilhaus ME-4600 support"
76 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -080077 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +010078 help
79 This driver supports the Meilhaus ME-4600 family of boards
80 that do data collection and multipurpose I/O.
81
82 To compile this driver as a module, choose M here: the module
83 will be called me4600.
84
85config ME6000
86 tristate "Meilhaus ME-6000 support"
87 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -080088 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +010089 help
90 This driver supports the Meilhaus ME-6000 family of boards
91 that do data collection and multipurpose I/O.
92
93 To compile this driver as a module, choose M here: the module
94 will be called me6000.
95
96config ME8100
97 tristate "Meilhaus ME-8100 support"
98 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -080099 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +0100100 help
101 This driver supports the Meilhaus ME-8100 family of boards
102 that do data collection and multipurpose I/O.
103
104 To compile this driver as a module, choose M here: the module
105 will be called me8100.
106
107config ME8200
108 tristate "Meilhaus ME-8200 support"
109 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -0800110 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +0100111 help
112 This driver supports the Meilhaus ME-8200 family of boards
113 that do data collection and multipurpose I/O.
114
115 To compile this driver as a module, choose M here: the module
116 will be called me8200.
117
118config MEDUMMY
119 tristate "Meilhaus dummy driver"
120 default n
Greg Kroah-Hartman7c5151f2009-01-16 18:01:57 -0800121 depends on PCI && m
David Kiliani3fedd142008-11-01 00:39:12 +0100122 help
123 This provides a dummy driver for the Meilhaus driver package
124
125 To compile this driver as a module, choose M here: the module
126 will be called medummy.
127
128endif # MEILHAUS