# SPDX-License-Identifier: GPL-2.0-only # # Siano Mobile Silicon Digital TV device configuration # config [31mCONFIG_SMS_SIANO_MDTV[0m tristate depends on [31mCONFIG_DVB_CORE[0m && [31mCONFIG_HAS_DMA[0m depends on ![31mCONFIG_RC_CORE[0m || [31mCONFIG_RC_CORE[0m depends on [31mCONFIG_SMS_USB_DRV[0m || [31mCONFIG_SMS_SDIO_DRV[0m default y config [31mCONFIG_SMS_SIANO_RC[0m bool "Enable Remote Controller support for Siano devices" depends on [31mCONFIG_SMS_SIANO_MDTV[0m && [31mCONFIG_RC_CORE[0m depends on [31mCONFIG_SMS_USB_DRV[0m || [31mCONFIG_SMS_SDIO_DRV[0m depends on [31mCONFIG_MEDIA_COMMON_OPTIONS[0m default y help Choose Y to select Remote Controller support for Siano driver. config [31mCONFIG_SMS_SIANO_DEBUGFS[0m bool "Enable debugfs for smsdvb" depends on [31mCONFIG_SMS_SIANO_MDTV[0m depends on [31mCONFIG_DEBUG_FS[0m depends on [31mCONFIG_SMS_USB_DRV[0m = [31mCONFIG_SMS_SDIO_DRV[0m help Choose Y to enable visualizing a dump of the frontend statistics response packets via debugfs. Currently, works only with Siano [31mCONFIG_USB[0m devices. Useful only for developers. In doubt, say N. |