diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2013-09-01 15:18:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-17 10:39:28 -0400 |
commit | 650433b8b1a4a4a46250ad0c8f68b2e47671914d (patch) | |
tree | b9f505efda425eab406642389501a6d8543304ea | |
parent | a224cd7a282acb6dcea0e3e8ee7c3933c84f193b (diff) |
Staging: comedi: Fix dependencies for drivers misclassified as PCI
The Fastwel UNIOxx-5 is a PC/104 board, so put COMEDI_UNIOXX5 under
COMEDI_ISA_DRIVERS.
The DIL/Net-PC 1486 is a 486 system, so put COMEDI_SSV_DNP under
COMEDI_MISC_DRIVERS and add a dependency on X86_32 || COMPILE_TEST.
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 |