Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (12437): dvb: siano uses/depends on INPUT

siano uses input_*() functions so it should depend on INPUT
to prevent build errors:

ERROR: "input_event" [drivers/media/dvb/siano/sms1xxx.ko] undefined!
ERROR: "input_register_device" [drivers/media/dvb/siano/sms1xxx.ko] undefined!
ERROR: "input_free_device" [drivers/media/dvb/siano/sms1xxx.ko] undefined!
ERROR: "input_unregister_device" [drivers/media/dvb/siano/sms1xxx.ko] undefined!
ERROR: "input_allocate_device" [drivers/media/dvb/siano/sms1xxx.ko] undefined!

Cc: Michael Krufky <mkrufky@linuxtv.org>
Cc: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Randy Dunlap and committed by
Mauro Carvalho Chehab
27059b35 77f2c2db

+1 -1
+1 -1
drivers/media/dvb/siano/Kconfig
··· 4 4 5 5 config DVB_SIANO_SMS1XXX 6 6 tristate "Siano SMS1XXX USB dongle support" 7 - depends on DVB_CORE && USB 7 + depends on DVB_CORE && USB && INPUT 8 8 ---help--- 9 9 Choose Y here if you have a USB dongle with a SMS1XXX chipset. 10 10