Skip to content

Commit

Permalink
staging: comedi: remove adl_pci7230 and adl_pci7432 drivers
Browse files Browse the repository at this point in the history
The boards supported by these drivers are now handled by the
adl_pci7x3x driver.

Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Ian Abbott <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
H Hartley Sweeten authored and gregkh committed Aug 14, 2012
1 parent 8f567c3 commit 657f77d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 408 deletions.
16 changes: 0 additions & 16 deletions drivers/staging/comedi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -687,14 +687,6 @@ config COMEDI_ADL_PCI7X3X
To compile this driver as a module, choose M here: the module will be
called adl_pci7x3x.

config COMEDI_ADL_PCI7230
tristate "ADLink PCI-7230 digital io board support"
---help---
Enable support for ADlink PCI-7230 digital io board support

To compile this driver as a module, choose M here: the module will be
called adl_pci7230.

config COMEDI_ADL_PCI7296
tristate "ADLink PCI-7296 96 ch. digital io board support"
select COMEDI_8255
Expand All @@ -704,14 +696,6 @@ config COMEDI_ADL_PCI7296
To compile this driver as a module, choose M here: the module will be
called adl_pci7296.

config COMEDI_ADL_PCI7432
tristate "ADLink PCI-7432 64 ch. isolated digital io board support"
---help---
Enable support for ADlink PCI-7432 64 ch. isolated digital io board

To compile this driver as a module, choose M here: the module will be
called adl_pci7432.

config COMEDI_ADL_PCI8164
tristate "ADLink PCI-8164 4 Axes Motion Control board support"
---help---
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/comedi/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ obj-$(CONFIG_COMEDI_ADDI_APCI_3501) += addi_apci_3501.o
obj-$(CONFIG_COMEDI_ADDI_APCI_3XXX) += addi_apci_3xxx.o
obj-$(CONFIG_COMEDI_ADL_PCI6208) += adl_pci6208.o
obj-$(CONFIG_COMEDI_ADL_PCI7X3X) += adl_pci7x3x.o
obj-$(CONFIG_COMEDI_ADL_PCI7230) += adl_pci7230.o
obj-$(CONFIG_COMEDI_ADL_PCI7296) += adl_pci7296.o
obj-$(CONFIG_COMEDI_ADL_PCI7432) += adl_pci7432.o
obj-$(CONFIG_COMEDI_ADL_PCI8164) += adl_pci8164.o
obj-$(CONFIG_COMEDI_ADL_PCI9111) += adl_pci9111.o
obj-$(CONFIG_COMEDI_ADL_PCI9118) += adl_pci9118.o
Expand Down
190 changes: 0 additions & 190 deletions drivers/staging/comedi/drivers/adl_pci7230.c

This file was deleted.

Loading

0 comments on commit 657f77d

Please sign in to comment.