提交 577ba406 编写于 作者: I Ingo Molnar 提交者: Linus Torvalds

V4L/DVB: mantis: Fix IR_CORE dependency

This build bug triggers:

 drivers/built-in.o: In function `mantis_exit':
 (.text+0x377413): undefined reference to `ir_input_unregister'
 drivers/built-in.o: In function `mantis_input_init':
 (.text+0x3774ff): undefined reference to `__ir_input_register'

If MANTIS_CORE is enabled but IR_CORE is not. Add the correct
dependency.
Signed-off-by: NIngo Molnar <mingo@elte.hu>
Acked-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 1a7c5536
config MANTIS_CORE config MANTIS_CORE
tristate "Mantis/Hopper PCI bridge based devices" tristate "Mantis/Hopper PCI bridge based devices"
depends on PCI && I2C && INPUT depends on PCI && I2C && INPUT && IR_CORE
help help
Support for PCI cards based on the Mantis and Hopper PCi bridge. Support for PCI cards based on the Mantis and Hopper PCi bridge.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册