summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/Kconfig
diff options
context:
space:
mode:
authorH Hartley Sweeten2014-03-20 00:23:14 +0100
committerGreg Kroah-Hartman2014-03-20 02:57:01 +0100
commitb6512cfcd279d121cf3fbead627b5724b446aedc (patch)
tree843b4186fd7c1d1690edf7c4fb509999b663b9d8 /drivers/staging/comedi/Kconfig
parentstaging: unisys: replace kzalloc/kfree with UISMALLOC/UISFREE (diff)
downloadkernel-qcow2-linux-b6512cfcd279d121cf3fbead627b5724b446aedc.tar.gz
kernel-qcow2-linux-b6512cfcd279d121cf3fbead627b5724b446aedc.tar.xz
kernel-qcow2-linux-b6512cfcd279d121cf3fbead627b5724b446aedc.zip
staging: comedi: poc: remove obsolete driver
The DAC02 board, which is the only board supported by this driver, now has its own comedi driver (dac02). Remove this obsolete driver. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: 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/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index 88135e7e1220..703c5d40ae5c 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -570,15 +570,6 @@ config COMEDI_MULTIQ3
To compile this driver as a module, choose M here: the module will be
called multiq3.
-config COMEDI_POC
- tristate "Generic driver for very simple devices"
- ---help---
- Enable generic support for very simple / POC (Piece of Crap) boards,
- Keithley Metrabyte DAC-02 (dac02).
-
- To compile this driver as a module, choose M here: the module will be
- called poc.
-
config COMEDI_S526
tristate "Sensoray s526 support"
---help---