Kconfig (0588000eac9ba4178cebade437da3b28e8fad48f) | Kconfig (2c4e11b7c15af70580625657a154ea7ea70b8c76) |
---|---|
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 !RC_CORE || RC_CORE |
8 depends on SMS_USB_DRV || SMS_SDIO_DRV 9 default y | 9 depends on SMS_USB_DRV || SMS_SDIO_DRV 10 default y |
10 ---help--- 11 Choose Y or M here if you have MDTV receiver with a Siano chipset. | |
12 | 11 |
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/ | 12config SMS_SIANO_RC 13 bool "Enable Remote Controller support for Siano devices" 14 depends on SMS_SIANO_MDTV && RC_CORE 15 depends on SMS_USB_DRV || SMS_SDIO_DRV 16 depends on MEDIA_COMMON_OPTIONS 17 default y 18 ---help--- 19 Choose Y to select Remote Controller support for Siano driver. |