Commit 5efeb972 authored by Randy Dunlap's avatar Randy Dunlap Committed by Mauro Carvalho Chehab

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: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 04d934ff
...@@ -151,6 +151,7 @@ config VIDEO_IR_I2C ...@@ -151,6 +151,7 @@ config VIDEO_IR_I2C
config VIDEO_IR config VIDEO_IR
tristate tristate
depends on INPUT
select VIDEO_IR_I2C if I2C select VIDEO_IR_I2C if I2C
config VIDEO_TVEEPROM config VIDEO_TVEEPROM
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment