Skip to content

Commit

Permalink
V4L/DVB (13851): Fix Input dependency for Mantis
Browse files Browse the repository at this point in the history
>
>
>
> CONFIG_INPUT=n

As reported by Randy Dunlap <[email protected]>:
> ERROR: "ir_input_register" [drivers/media/dvb/mantis/mantis_core.ko] undefined!
> ERROR: "ir_input_unregister" [drivers/media/dvb/mantis/mantis_core.ko] undefined!
> ERROR: "ir_input_init" [drivers/media/dvb/mantis/mantis_core.ko] undefined!
> ERROR: "input_free_device" [drivers/media/dvb/mantis/mantis_core.ko] undefined!
> ERROR: "input_allocate_device" [drivers/media/dvb/mantis/mantis_core.ko] undefined!

Signed-off-by: Manu Abraham <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Manu-Abraham authored and Mauro Carvalho Chehab committed Jan 17, 2010
1 parent 4cf0b3f commit fcd89de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/mantis/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config MANTIS_CORE
tristate "Mantis/Hopper PCI bridge based devices"
depends on PCI && I2C
depends on PCI && I2C && INPUT

help
Support for PCI cards based on the Mantis and Hopper PCi bridge.
Expand Down

0 comments on commit fcd89de

Please sign in to comment.