[PATCH -next] firedtv: build fix for INPUT=m and DVB_FIREDTV=y

From: Stefan Richter
Date: Fri Feb 20 2009 - 14:54:51 EST


Signed-off-by: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/