blob: 08d5b58dc6724902bd5b5365902a184503d5a57e [file] [log] [blame]
Mauro Carvalho Chehab0013ca82012-06-14 16:36:01 -03001#
2# Siano Mobile Silicon Digital TV device configuration
3#
4
5config SMS_SIANO_MDTV
6 tristate
Mauro Carvalho Chehabfdd1eeb2012-10-17 16:59:01 -03007 depends on DVB_CORE && HAS_DMA
Mauro Carvalho Chehab0013ca82012-06-14 16:36:01 -03008 depends on SMS_USB_DRV || SMS_SDIO_DRV
9 default y
10 ---help---
11 Choose Y or M here if you have MDTV receiver with a Siano chipset.
12
13 To compile this driver as a module, choose M here
14 (The module will be called smsmdtv).
15
16 Further documentation on this driver can be found on the WWW
17 at http://www.siano-ms.com/
Mauro Carvalho Chehabfdd1eeb2012-10-17 16:59:01 -030018config SMS_SIANO_RC
19 bool "Enable Remote Controller support for Siano devices"
20 depends on SMS_SIANO_MDTV && RC_CORE
21 depends on SMS_USB_DRV || SMS_SDIO_DRV
22 depends on MEDIA_COMMON_OPTIONS
23 default y
24 ---help---
25 Choose Y to select Remote Controller support for Siano driver.