Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364131
b: refs/heads/master
c: 22691ae
h: refs/heads/master
i:
  364129: 0c90ad9
  364127: cacb102
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Apr 12, 2013
1 parent b1b1e23 commit 1336004
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 270 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5660e7427113eff85ae712af9cf98c8c5bd368e3
refs/heads/master: 22691aec19371c0817565c3af54e276884e908ee
13 changes: 5 additions & 8 deletions trunk/drivers/staging/comedi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ config COMEDI_AMPLC_PC236_ISA

config COMEDI_AMPLC_PC263_ISA
tristate "Amplicon PC263 relay board support"
select COMEDI_AMPLC_PC263
---help---
Enable support for Amplicon PC263 ISA relay board.
Enable support for Amplicon PC263 ISA relay board. This board has
16 reed relay output channels.

To compile this driver as a module, choose M here: the module will be
called amplc_pc263.
Expand Down Expand Up @@ -771,12 +771,12 @@ config COMEDI_AMPLC_PC236_PCI

config COMEDI_AMPLC_PC263_PCI
tristate "Amplicon PCI263 relay board support"
select COMEDI_AMPLC_PC263
---help---
Enable support for Amplicon PCI263 relay board.
Enable support for Amplicon PCI263 relay board. This is a PCI board
with 16 reed relay output channels.

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

config COMEDI_AMPLC_PCI224
tristate "Amplicon PCI224 and PCI234 support"
Expand Down Expand Up @@ -1251,9 +1251,6 @@ config COMEDI_AMPLC_PC236
tristate
select COMEDI_8255

config COMEDI_AMPLC_PC263
tristate

config COMEDI_DAS08
tristate
select COMEDI_8255
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/staging/comedi/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ obj-$(CONFIG_COMEDI_SKEL) += skel.o
# Comedi ISA drivers
obj-$(CONFIG_COMEDI_ACL7225B) += acl7225b.o
obj-$(CONFIG_COMEDI_AMPLC_DIO200_ISA) += amplc_dio200.o
obj-$(CONFIG_COMEDI_AMPLC_PC263_ISA) += amplc_pc263.o
obj-$(CONFIG_COMEDI_PCL711) += pcl711.o
obj-$(CONFIG_COMEDI_PCL724) += pcl724.o
obj-$(CONFIG_COMEDI_PCL725) += pcl725.o
Expand Down Expand Up @@ -80,7 +81,7 @@ obj-$(CONFIG_COMEDI_ADV_PCI1724) += adv_pci1724.o
obj-$(CONFIG_COMEDI_ADV_PCI_DIO) += adv_pci_dio.o
obj-$(CONFIG_COMEDI_AMPLC_DIO200_PCI) += amplc_dio200_pci.o
obj-$(CONFIG_COMEDI_AMPLC_PC236) += amplc_pc236.o
obj-$(CONFIG_COMEDI_AMPLC_PC263) += amplc_pc263.o
obj-$(CONFIG_COMEDI_AMPLC_PC263_PCI) += amplc_pci263.o
obj-$(CONFIG_COMEDI_AMPLC_PCI224) += amplc_pci224.o
obj-$(CONFIG_COMEDI_AMPLC_PCI230) += amplc_pci230.o
obj-$(CONFIG_COMEDI_CONTEC_PCI_DIO) += contec_pci_dio.o
Expand Down
Loading

0 comments on commit 1336004

Please sign in to comment.