[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tkrat.56ad7ddd6daac9e1@s5r6.in-berlin.de>
Date: Fri, 20 Feb 2009 20:54:27 +0100 (CET)
From: Stefan Richter <stefanr@...6.in-berlin.de>
To: linux-devel@...r.kernel.org
cc: linux-kernel@...r.kernel.org
Subject: [PATCH -next] firedtv: build fix for INPUT=m and DVB_FIREDTV=y
Signed-off-by: Stefan Richter <stefanr@...6.in-berlin.de>
---
drivers/media/dvb/firewire/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux/drivers/media/dvb/firewire/Kconfig
===================================================================
--- linux.orig/drivers/media/dvb/firewire/Kconfig
+++ linux/drivers/media/dvb/firewire/Kconfig
@@ -17,6 +17,6 @@ config DVB_FIREDTV_IEEE1394
def_bool IEEE1394
config DVB_FIREDTV_INPUT
- def_bool INPUT
+ def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
endif # DVB_FIREDTV
--
Stefan Richter
-=====-==--= --=- =-=--
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists