From: Randy Dunlap Date: Mon, 29 Oct 2007 18:19:50 +0000 (-0300) Subject: V4L/DVB (6478): ir-functions use input functions, should depend on INPUT X-Git-Tag: v2.6.24-rc2~30^2~15 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=5efeb972942f3bfe2fce2b73db9579484625e270;p=cascardo%2Flinux.git V4L/DVB (6478): ir-functions use input functions, should depend on INPUT Media ir-functions uses input_(*) functions so it should depend on the INPUT config symbol. drivers/built-in.o: In function `ir_input_key_event': ir-functions.c:(.text+0x10849a): undefined reference to `input_event' ir-functions.c:(.text+0x1084ac): undefined reference to `input_event' Signed-off-by: Randy Dunlap Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index dd9bd4310c84..1604f0490404 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -151,6 +151,7 @@ config VIDEO_IR_I2C config VIDEO_IR tristate + depends on INPUT select VIDEO_IR_I2C if I2C config VIDEO_TVEEPROM