]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - drivers/staging/meilhaus/Kconfig
x86 setup: fix asm constraints in vesa_store_edid
[linux-2.6-omap-h63xx.git] / drivers / staging / meilhaus / Kconfig
1 #
2 # Meilhaus configuration
3 #
4
5 menuconfig MEILHAUS
6         tristate "Meilhaus support"
7         ---help---
8           If you have a Meilhaus card, say Y (or M) here.
9
10           You need both this driver, and the driver for the particular
11           data collection card.
12
13           To compile this driver as a module, choose M here. The module will
14           be called memain.
15
16 if MEILHAUS
17
18 config ME0600
19         tristate "Meilhaus ME-600 support"
20         default n
21         depends on PCI
22         help
23           This driver supports the Meilhaus ME-600 family of boards
24           that do data collection and multipurpose I/O.
25
26           To compile this driver as a module, choose M here: the module
27           will be called me0600.
28
29 config ME0900
30         tristate "Meilhaus ME-900 support"
31         default n
32         depends on PCI
33         help
34           This driver supports the Meilhaus ME-900 family of boards
35           that do data collection and multipurpose I/O.
36
37           To compile this driver as a module, choose M here: the module
38           will be called me0900.
39
40 config ME1000
41         tristate "Meilhaus ME-1000 support"
42         default n
43         depends on PCI
44         help
45           This driver supports the Meilhaus ME-1000 family of boards
46           that do data collection and multipurpose I/O.
47
48           To compile this driver as a module, choose M here: the module
49           will be called me1000.
50
51 config ME1400
52         tristate "Meilhaus ME-1400 support"
53         default n
54         depends on PCI
55         help
56           This driver supports the Meilhaus ME-1400 family of boards
57           that do data collection and multipurpose I/O.
58
59           To compile this driver as a module, choose M here: the module
60           will be called me1400.
61
62 config ME1600
63         tristate "Meilhaus ME-1600 support"
64         default n
65         depends on PCI
66         help
67           This driver supports the Meilhaus ME-1600 family of boards
68           that do data collection and multipurpose I/O.
69
70           To compile this driver as a module, choose M here: the module
71           will be called me1600.
72
73 config ME4600
74         tristate "Meilhaus ME-4600 support"
75         default n
76         depends on PCI
77         help
78           This driver supports the Meilhaus ME-4600 family of boards
79           that do data collection and multipurpose I/O.
80
81           To compile this driver as a module, choose M here: the module
82           will be called me4600.
83
84 config ME6000
85         tristate "Meilhaus ME-6000 support"
86         default n
87         depends on PCI
88         help
89           This driver supports the Meilhaus ME-6000 family of boards
90           that do data collection and multipurpose I/O.
91
92           To compile this driver as a module, choose M here: the module
93           will be called me6000.
94
95 config ME8100
96         tristate "Meilhaus ME-8100 support"
97         default n
98         depends on PCI
99         help
100           This driver supports the Meilhaus ME-8100 family of boards
101           that do data collection and multipurpose I/O.
102
103           To compile this driver as a module, choose M here: the module
104           will be called me8100.
105
106 config ME8200
107         tristate "Meilhaus ME-8200 support"
108         default n
109         depends on PCI
110         help
111           This driver supports the Meilhaus ME-8200 family of boards
112           that do data collection and multipurpose I/O.
113
114           To compile this driver as a module, choose M here: the module
115           will be called me8200.
116
117 config MEDUMMY
118         tristate "Meilhaus dummy driver"
119         default n
120         depends on PCI
121         help
122           This provides a dummy driver for the Meilhaus driver package
123
124           To compile this driver as a module, choose M here: the module
125           will be called medummy.
126
127 endif # MEILHAUS