summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/Kconfig
diff options
context:
space:
mode:
authorH Hartley Sweeten2014-07-14 20:54:27 +0200
committerGreg Kroah-Hartman2014-07-16 22:21:38 +0200
commit319a883bfdfe163094ba32c8ab7815a109ba3bcc (patch)
tree8ca03400754bbf43a8e45c29f91eb92345874bd6 /drivers/staging/comedi/Kconfig
parentstaging: comedi: 8255_pci: remove include of mite.h (diff)
downloadkernel-qcow2-linux-319a883bfdfe163094ba32c8ab7815a109ba3bcc.tar.gz
kernel-qcow2-linux-319a883bfdfe163094ba32c8ab7815a109ba3bcc.tar.xz
kernel-qcow2-linux-319a883bfdfe163094ba32c8ab7815a109ba3bcc.zip
staging: comedi: ni_labpc_pci: remove COMEDI_MITE and HAS_DMA dependancy
The mite module provides the DMA interface for the PCI MITE ASIC used on many National Instruments DAQ boards. This driver does not use DMA and only depends on the mite module to initialize the MITE ASIC. Handle the initialization localy and remove the unnecessary dependancies. 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 8d992a87d3c4..0c079d29053b 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -1049,9 +1049,7 @@ config COMEDI_NI_670X
config COMEDI_NI_LABPC_PCI
tristate "NI Lab-PC PCI-1200 support"
- depends on HAS_DMA
select COMEDI_NI_LABPC
- select COMEDI_MITE
---help---
Enable support for National Instruments Lab-PC PCI-1200.