1
0
Fork 0

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 <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
hifive-unleashed-5.1
Randy Dunlap 2007-10-29 15:19:50 -03:00 committed by Mauro Carvalho Chehab
parent 04d934ff84
commit 5efeb97294
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ config VIDEO_IR_I2C
config VIDEO_IR
tristate
depends on INPUT
select VIDEO_IR_I2C if I2C
config VIDEO_TVEEPROM