staging: comedi: amplc_pc263: separately configure ISA and PCI
commit3e6be97ebbb0b45bb834670a45b343383d6de97f
authorIan Abbott <abbotti@mev.co.uk>
Mon, 26 Mar 2012 15:57:28 +0000 (26 16:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 18:16:13 +0000 (10 11:16 -0700)
tree4c65e5a3b0942964dabdce136b1b88e061f5f734
parent717ab674e261932ca642af838ef9eea111623682
staging: comedi: amplc_pc263: separately configure ISA and PCI

The amplc_pc263 driver supports both ISA and PCI cards, but currently
it is only possible to select the driver if PCI is configured.  This
patch splits the configuration to make the ISA and PCI parts seperately
selectable, and changes the driver to only include the selected ISA
and/or PCI board types.

Also fix a conditionally mismatched brace in pc263_detach().

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/Kconfig
drivers/staging/comedi/drivers/amplc_pc263.c