diff options
| -rw-r--r-- | drivers/staging/comedi/Kconfig | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig index a84aab47a113..f73287eab373 100644 --- a/drivers/staging/comedi/Kconfig +++ b/drivers/staging/comedi/Kconfig | |||
| @@ -96,6 +96,15 @@ config COMEDI_SKEL | |||
| 96 | To compile this driver as a module, choose M here: the module will be | 96 | To compile this driver as a module, choose M here: the module will be |
| 97 | called skel. | 97 | called skel. |
| 98 | 98 | ||
| 99 | config COMEDI_SSV_DNP | ||
| 100 | tristate "SSV Embedded Systems DIL/Net-PC support" | ||
| 101 | depends on X86_32 || COMPILE_TEST | ||
| 102 | ---help--- | ||
| 103 | Enable support for SSV Embedded Systems DIL/Net-PC | ||
| 104 | |||
| 105 | To compile this driver as a module, choose M here: the module will be | ||
| 106 | called ssv_dnp. | ||
| 107 | |||
| 99 | endif # COMEDI_MISC_DRIVERS | 108 | endif # COMEDI_MISC_DRIVERS |
| 100 | 109 | ||
| 101 | menuconfig COMEDI_ISA_DRIVERS | 110 | menuconfig COMEDI_ISA_DRIVERS |
| @@ -386,6 +395,14 @@ config COMEDI_DMM32AT | |||
| 386 | To compile this driver as a module, choose M here: the module will be | 395 | To compile this driver as a module, choose M here: the module will be |
| 387 | called dmm32at. | 396 | called dmm32at. |
| 388 | 397 | ||
| 398 | config COMEDI_UNIOXX5 | ||
| 399 | tristate "Fastwel UNIOxx-5 analog and digital io board support" | ||
| 400 | ---help--- | ||
| 401 | Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards | ||
| 402 | |||
| 403 | To compile this driver as a module, choose M here: the module will be | ||
| 404 | called unioxx5. | ||
| 405 | |||
| 389 | config COMEDI_FL512 | 406 | config COMEDI_FL512 |
| 390 | tristate "FL512 ISA card support" | 407 | tristate "FL512 ISA card support" |
| 391 | ---help--- | 408 | ---help--- |
| @@ -855,14 +872,6 @@ config COMEDI_DYNA_PCI10XX | |||
| 855 | To compile this driver as a module, choose M here: the module will be | 872 | To compile this driver as a module, choose M here: the module will be |
| 856 | called dyna_pci10xx. | 873 | called dyna_pci10xx. |
| 857 | 874 | ||
| 858 | config COMEDI_UNIOXX5 | ||
| 859 | tristate "Fastwel UNIOxx-5 analog and digital io board support" | ||
| 860 | ---help--- | ||
| 861 | Enable support for Fastwel UNIOxx-5 (analog and digital i/o) boards | ||
| 862 | |||
| 863 | To compile this driver as a module, choose M here: the module will be | ||
| 864 | called unioxx5. | ||
| 865 | |||
| 866 | config COMEDI_GSC_HPDI | 875 | config COMEDI_GSC_HPDI |
| 867 | tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support" | 876 | tristate "General Standards PCI-HPDI32 / PMC-HPDI32 support" |
| 868 | select COMEDI_FC | 877 | select COMEDI_FC |
| @@ -1085,14 +1094,6 @@ config COMEDI_S626 | |||
| 1085 | To compile this driver as a module, choose M here: the module will be | 1094 | To compile this driver as a module, choose M here: the module will be |
| 1086 | called s626. | 1095 | called s626. |
| 1087 | 1096 | ||
| 1088 | config COMEDI_SSV_DNP | ||
| 1089 | tristate "SSV Embedded Systems DIL/Net-PC support" | ||
| 1090 | ---help--- | ||
| 1091 | Enable support for SSV Embedded Systems DIL/Net-PC | ||
| 1092 | |||
| 1093 | To compile this driver as a module, choose M here: the module will be | ||
| 1094 | called ssv_dnp. | ||
| 1095 | |||
| 1096 | config COMEDI_MITE | 1097 | config COMEDI_MITE |
| 1097 | depends on HAS_DMA | 1098 | depends on HAS_DMA |
| 1098 | tristate | 1099 | tristate |
