1# 2# Meilhaus configuration 3# 4 5menuconfig MEILHAUS 6 tristate "Meilhaus support" 7 depends on m 8 ---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 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. 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 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. 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 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. 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 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. 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 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. 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 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. 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 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. 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 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. 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 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. 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 121 depends on PCI && m 122 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 129