34 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Siano Mobile Silicon Digital TV device configuration4#5 6config SMS_SIANO_MDTV7 tristate8 depends on DVB_CORE && HAS_DMA9 depends on !RC_CORE || RC_CORE10 depends on SMS_USB_DRV || SMS_SDIO_DRV11 default y12 13config SMS_SIANO_RC14 bool "Enable Remote Controller support for Siano devices"15 depends on SMS_SIANO_MDTV && RC_CORE16 depends on SMS_USB_DRV || SMS_SDIO_DRV17 depends on MEDIA_COMMON_OPTIONS18 default y19 help20 Choose Y to select Remote Controller support for Siano driver.21 22config SMS_SIANO_DEBUGFS23 bool "Enable debugfs for smsdvb"24 depends on SMS_SIANO_MDTV25 depends on DEBUG_FS26 depends on SMS_USB_DRV = SMS_SDIO_DRV27 28 help29 Choose Y to enable visualizing a dump of the frontend30 statistics response packets via debugfs. Currently, works31 only with Siano USB devices.32 33 Useful only for developers. In doubt, say N.34