]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (13851): Fix Input dependency for Mantis
authorManu Abraham <abraham.manu@gmail.com>
Sat, 19 Dec 2009 17:11:50 +0000 (14:11 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 17 Jan 2010 14:01:45 +0000 (12:01 -0200)
>
>
>
> CONFIG_INPUT=n

As reported by Randy Dunlap <randy.dunlap@oracle.com>:
> 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 <manu@linuxtv.org>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/mantis/Kconfig

index f9219cd7bb0c6939e60c3b062734b2195d8a1f8f..f7b72a32adf38b36720d67ba8d5963cacae5995c 100644 (file)
@@ -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.