Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Siano Mobile Silicon Digital TV device configuration
0004 #
0005 
0006 config SMS_SIANO_MDTV
0007         tristate
0008         depends on DVB_CORE && HAS_DMA
0009         depends on !RC_CORE || RC_CORE
0010         depends on SMS_USB_DRV || SMS_SDIO_DRV
0011         default y
0012 
0013 config SMS_SIANO_RC
0014         bool "Enable Remote Controller support for Siano devices"
0015         depends on SMS_SIANO_MDTV && RC_CORE
0016         depends on SMS_USB_DRV || SMS_SDIO_DRV
0017         depends on MEDIA_COMMON_OPTIONS
0018         default y
0019         help
0020           Choose Y to select Remote Controller support for Siano driver.
0021 
0022 config SMS_SIANO_DEBUGFS
0023         bool "Enable debugfs for smsdvb"
0024         depends on SMS_SIANO_MDTV
0025         depends on DEBUG_FS
0026         depends on SMS_USB_DRV = SMS_SDIO_DRV
0027 
0028         help
0029           Choose Y to enable visualizing a dump of the frontend
0030           statistics response packets via debugfs. Currently, works
0031           only with Siano USB devices.
0032 
0033           Useful only for developers. In doubt, say N.