added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / drivers / staging / meilhaus / Kconfig
blob923af22a4686158a823bb6665125f2a7607e48d4
2 # Meilhaus configuration
5 menuconfig MEILHAUS
6         tristate "Meilhaus support"
7         depends on m
8         ---help---
9           If you have a Meilhaus card, say Y (or M) here.
11           You need both this driver, and the driver for the particular
12           data collection card.
14           To compile this driver as a module, choose M here. The module will
15           be called memain.
17 if MEILHAUS
19 config ME0600
20         tristate "Meilhaus ME-600 support"
21         default n
22         depends on PCI && m
23         help
24           This driver supports the Meilhaus ME-600 family of boards
25           that do data collection and multipurpose I/O.
27           To compile this driver as a module, choose M here: the module
28           will be called me0600.
30 config ME0900
31         tristate "Meilhaus ME-900 support"
32         default n
33         depends on PCI && m
34         help
35           This driver supports the Meilhaus ME-900 family of boards
36           that do data collection and multipurpose I/O.
38           To compile this driver as a module, choose M here: the module
39           will be called me0900.
41 config ME1000
42         tristate "Meilhaus ME-1000 support"
43         default n
44         depends on PCI && m
45         help
46           This driver supports the Meilhaus ME-1000 family of boards
47           that do data collection and multipurpose I/O.
49           To compile this driver as a module, choose M here: the module
50           will be called me1000.
52 config ME1400
53         tristate "Meilhaus ME-1400 support"
54         default n
55         depends on PCI && m
56         help
57           This driver supports the Meilhaus ME-1400 family of boards
58           that do data collection and multipurpose I/O.
60           To compile this driver as a module, choose M here: the module
61           will be called me1400.
63 config ME1600
64         tristate "Meilhaus ME-1600 support"
65         default n
66         depends on PCI && m
67         help
68           This driver supports the Meilhaus ME-1600 family of boards
69           that do data collection and multipurpose I/O.
71           To compile this driver as a module, choose M here: the module
72           will be called me1600.
74 config ME4600
75         tristate "Meilhaus ME-4600 support"
76         default n
77         depends on PCI && m
78         help
79           This driver supports the Meilhaus ME-4600 family of boards
80           that do data collection and multipurpose I/O.
82           To compile this driver as a module, choose M here: the module
83           will be called me4600.
85 config ME6000
86         tristate "Meilhaus ME-6000 support"
87         default n
88         depends on PCI && m
89         help
90           This driver supports the Meilhaus ME-6000 family of boards
91           that do data collection and multipurpose I/O.
93           To compile this driver as a module, choose M here: the module
94           will be called me6000.
96 config ME8100
97         tristate "Meilhaus ME-8100 support"
98         default n
99         depends on PCI && m
100         help
101           This driver supports the Meilhaus ME-8100 family of boards
102           that do data collection and multipurpose I/O.
104           To compile this driver as a module, choose M here: the module
105           will be called me8100.
107 config ME8200
108         tristate "Meilhaus ME-8200 support"
109         default n
110         depends on PCI && m
111         help
112           This driver supports the Meilhaus ME-8200 family of boards
113           that do data collection and multipurpose I/O.
115           To compile this driver as a module, choose M here: the module
116           will be called me8200.
118 config MEDUMMY
119         tristate "Meilhaus dummy driver"
120         default n
121         depends on PCI && m
122         help
123           This provides a dummy driver for the Meilhaus driver package
125           To compile this driver as a module, choose M here: the module
126           will be called medummy.
128 endif # MEILHAUS