[PATCH 2/2] staging/comedi: fixing ni_tio to mite PCI dependancy

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alexander Kurz
Date: Wednesday, May 19, 2010 - 1:32 pm

On Wed, 19 May 2010, Randy Dunlap wrote:

thanks, this patch is a follow-up to

From 9804b6bc8c997433411b24f477417f8e7cc9a19d Mon Sep 17 00:00:00 2001
From: Alexander Kurz <linux@kbdbabel.org>
Date: Wed, 19 May 2010 22:23:00 +0200
Subject: [PATCH 2/2] staging/comedi: fixing ni_tio to mite PCI dependancy

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

diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index ebc68ee..0aa2b0d 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -1258,8 +1258,8 @@ config COMEDI_MITE
 
 config COMEDI_NI_TIO
 	tristate "NI general purpose counter support"
+	depends on COMEDI_MITE
 	select COMEDI_8255
-	select COMEDI_MITE
 	default N
 	---help---
 	  Enable support for National Instruments general purpose counters.
-- 
1.7.1
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] staging/comedi: Kconfig dependancy fixes, Alexander Kurz, (Sat May 15, 5:09 am)
[PATCH 2/2] staging/comedi: fixing ni_tio to mite PCI depe ..., Alexander Kurz, (Wed May 19, 1:32 pm)