summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/Kconfig
diff options
context:
space:
mode:
authorH Hartley Sweeten2013-10-02 00:13:32 +0200
committerGreg Kroah-Hartman2013-10-03 23:10:03 +0200
commit42e705e91f98637a6891eaf8a5c8dcce477b6378 (patch)
tree316e2aadb4080b5d059d1376f973e95d1d31a743 /drivers/staging/comedi/Kconfig
parentstaging: comedi: ni_6527: tidy up ni6527_intr_insn_config() (diff)
downloadkernel-qcow2-linux-42e705e91f98637a6891eaf8a5c8dcce477b6378.tar.gz
kernel-qcow2-linux-42e705e91f98637a6891eaf8a5c8dcce477b6378.tar.xz
kernel-qcow2-linux-42e705e91f98637a6891eaf8a5c8dcce477b6378.zip
staging: comedi: ni_6527: remove COMEDI_MITE dependancy
The COMEDI_MITE driver is a wrapper for the National Instruments PCI MITE ASIC. This driver includes the PCI boilerplate used to remap the resources as well as the support code for bus mastered DMA. The ni_6527 does not support DMA and the COMEDI_MITE driver adds unnecessary complexity. Remove the need for the COMEDI_MITE driver by handling the ioremap directly in the (*attach). Store the ioremap'ed address in the private data. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/Kconfig')
-rw-r--r--drivers/staging/comedi/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index 24f3cf273e5b..bfa27e7fc016 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -991,8 +991,6 @@ config COMEDI_ME_DAQ
config COMEDI_NI_6527
tristate "NI 6527 support"
- depends on HAS_DMA
- select COMEDI_MITE
---help---
Enable support for the National Instruments 6527 PCI card