2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-06-14 19:36:01 +00:00
|
|
|
#
|
|
|
|
# Siano Mobile Silicon Digital TV device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config SMS_SIANO_MDTV
|
|
|
|
tristate
|
2012-10-17 19:59:01 +00:00
|
|
|
depends on DVB_CORE && HAS_DMA
|
2012-11-07 10:09:08 +00:00
|
|
|
depends on !RC_CORE || RC_CORE
|
2012-06-14 19:36:01 +00:00
|
|
|
depends on SMS_USB_DRV || SMS_SDIO_DRV
|
|
|
|
default y
|
|
|
|
|
2012-10-17 19:59:01 +00:00
|
|
|
config SMS_SIANO_RC
|
|
|
|
bool "Enable Remote Controller support for Siano devices"
|
|
|
|
depends on SMS_SIANO_MDTV && RC_CORE
|
|
|
|
depends on SMS_USB_DRV || SMS_SDIO_DRV
|
|
|
|
depends on MEDIA_COMMON_OPTIONS
|
|
|
|
default y
|
2019-03-20 10:39:44 +00:00
|
|
|
help
|
2012-10-17 19:59:01 +00:00
|
|
|
Choose Y to select Remote Controller support for Siano driver.
|
2013-03-10 12:04:44 +00:00
|
|
|
|
|
|
|
config SMS_SIANO_DEBUGFS
|
|
|
|
bool "Enable debugfs for smsdvb"
|
|
|
|
depends on SMS_SIANO_MDTV
|
|
|
|
depends on DEBUG_FS
|
2014-04-16 15:47:43 +00:00
|
|
|
depends on SMS_USB_DRV = SMS_SDIO_DRV
|
2013-08-24 09:54:59 +00:00
|
|
|
|
2019-03-20 10:39:44 +00:00
|
|
|
help
|
2013-03-10 12:04:44 +00:00
|
|
|
Choose Y to enable visualizing a dump of the frontend
|
|
|
|
statistics response packets via debugfs. Currently, works
|
|
|
|
only with Siano USB devices.
|
|
|
|
|
|
|
|
Useful only for developers. In doubt, say N.
|