2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-06-15 03:36:01 +08:00
|
|
|
#
|
|
|
|
# Siano Mobile Silicon Digital TV device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config SMS_SIANO_MDTV
|
|
|
|
tristate
|
2012-10-18 03:59:01 +08:00
|
|
|
depends on DVB_CORE && HAS_DMA
|
2012-11-07 18:09:08 +08:00
|
|
|
depends on !RC_CORE || RC_CORE
|
2012-06-15 03:36:01 +08:00
|
|
|
depends on SMS_USB_DRV || SMS_SDIO_DRV
|
|
|
|
default y
|
|
|
|
|
2012-10-18 03:59:01 +08: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 18:39:44 +08:00
|
|
|
help
|
2012-10-18 03:59:01 +08:00
|
|
|
Choose Y to select Remote Controller support for Siano driver.
|
2013-03-10 20:04:44 +08:00
|
|
|
|
|
|
|
config SMS_SIANO_DEBUGFS
|
|
|
|
bool "Enable debugfs for smsdvb"
|
|
|
|
depends on SMS_SIANO_MDTV
|
|
|
|
depends on DEBUG_FS
|
2014-04-16 23:47:43 +08:00
|
|
|
depends on SMS_USB_DRV = SMS_SDIO_DRV
|
2013-08-24 17:54:59 +08:00
|
|
|
|
2019-03-20 18:39:44 +08:00
|
|
|
help
|
2013-03-10 20:04:44 +08: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.
|