x86: unmask CPUID levels on Intel CPUs
[linux-2.6/mini2440.git] / drivers / staging / meilhaus / Kconfig
blob6def83fa2c9666746b50c77d414a62638b800667
2 # Meilhaus configuration
5 menuconfig MEILHAUS
6         tristate "Meilhaus support"
7         ---help---
8           If you have a Meilhaus card, say Y (or M) here.
10           You need both this driver, and the driver for the particular
11           data collection card.
13           To compile this driver as a module, choose M here. The module will
14           be called memain.
16 if MEILHAUS
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.
26           To compile this driver as a module, choose M here: the module
27           will be called me0600.
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.
37           To compile this driver as a module, choose M here: the module
38           will be called me0900.
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.
48           To compile this driver as a module, choose M here: the module
49           will be called me1000.
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.
59           To compile this driver as a module, choose M here: the module
60           will be called me1400.
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.
70           To compile this driver as a module, choose M here: the module
71           will be called me1600.
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.
81           To compile this driver as a module, choose M here: the module
82           will be called me4600.
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.
92           To compile this driver as a module, choose M here: the module
93           will be called me6000.
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.
103           To compile this driver as a module, choose M here: the module
104           will be called me8100.
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.
114           To compile this driver as a module, choose M here: the module
115           will be called me8200.
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
124           To compile this driver as a module, choose M here: the module
125           will be called medummy.
127 endif # MEILHAUS