Kconfig (0b4f5b1d6385826093dc3cd9035b186f0d77a5dc) | Kconfig (fdd1eeb49d36fa79505f96de0f68e8d6768ab0b0) |
---|---|
1# 2# Siano Mobile Silicon Digital TV device configuration 3# 4 5config SMS_SIANO_MDTV 6 tristate | 1# 2# Siano Mobile Silicon Digital TV device configuration 3# 4 5config SMS_SIANO_MDTV 6 tristate |
7 depends on DVB_CORE && RC_CORE && HAS_DMA | 7 depends on DVB_CORE && HAS_DMA |
8 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/ | 8 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/ |
18config 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. |
|