提交 27059b35 编写于 作者: R Randy Dunlap 提交者: Mauro Carvalho Chehab

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: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NDouglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 77f2c2db
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
config DVB_SIANO_SMS1XXX config DVB_SIANO_SMS1XXX
tristate "Siano SMS1XXX USB dongle support" tristate "Siano SMS1XXX USB dongle support"
depends on DVB_CORE && USB depends on DVB_CORE && USB && INPUT
---help--- ---help---
Choose Y here if you have a USB dongle with a SMS1XXX chipset. Choose Y here if you have a USB dongle with a SMS1XXX chipset.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册