[PATCH] staging/comedi: Kconfig dependancy fixes

From: Alexander Kurz
Date: Sat May 15 2010 - 07:49:52 EST


Signed-off-by: Alexander Kurz <linux@xxxxxxxxxxxx>
---
drivers/staging/comedi/Kconfig | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index e9ce9c8..75e060f 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -1,7 +1,7 @@
config COMEDI
tristate "Data acquisition support (comedi)"
default N
- depends on m && (PCI || PCMCIA || PCCARD || USB)
+ depends on m
---help---
Enable support a wide range of data acquisition devices
for Linux.
@@ -57,7 +57,6 @@ config COMEDI_TEST

config COMEDI_PARPORT
tristate "Parallel port support"
- depends on PARPORT_PC
default N
---help---
Enable support for the standard parallel port.
@@ -1257,7 +1256,7 @@ config COMEDI_MITE

config COMEDI_NI_TIO
tristate "NI general purpose counter support"
- depends on COMEDI_MITE
+ select COMEDI_MITE
default N
---help---
Enable support for National Instruments general purpose counters.
--
1.7.1

>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/