xref: /OK3568_Linux_fs/kernel/drivers/media/common/siano/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# Siano Mobile Silicon Digital TV device configuration
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunconfig SMS_SIANO_MDTV
7*4882a593Smuzhiyun	tristate
8*4882a593Smuzhiyun	depends on DVB_CORE && HAS_DMA
9*4882a593Smuzhiyun	depends on !RC_CORE || RC_CORE
10*4882a593Smuzhiyun	depends on SMS_USB_DRV || SMS_SDIO_DRV
11*4882a593Smuzhiyun	default y
12*4882a593Smuzhiyun
13*4882a593Smuzhiyunconfig SMS_SIANO_RC
14*4882a593Smuzhiyun	bool "Enable Remote Controller support for Siano devices"
15*4882a593Smuzhiyun	depends on SMS_SIANO_MDTV && RC_CORE
16*4882a593Smuzhiyun	depends on SMS_USB_DRV || SMS_SDIO_DRV
17*4882a593Smuzhiyun	depends on MEDIA_COMMON_OPTIONS
18*4882a593Smuzhiyun	default y
19*4882a593Smuzhiyun	help
20*4882a593Smuzhiyun	  Choose Y to select Remote Controller support for Siano driver.
21*4882a593Smuzhiyun
22*4882a593Smuzhiyunconfig SMS_SIANO_DEBUGFS
23*4882a593Smuzhiyun	bool "Enable debugfs for smsdvb"
24*4882a593Smuzhiyun	depends on SMS_SIANO_MDTV
25*4882a593Smuzhiyun	depends on DEBUG_FS
26*4882a593Smuzhiyun	depends on SMS_USB_DRV = SMS_SDIO_DRV
27*4882a593Smuzhiyun
28*4882a593Smuzhiyun	help
29*4882a593Smuzhiyun	  Choose Y to enable visualizing a dump of the frontend
30*4882a593Smuzhiyun	  statistics response packets via debugfs. Currently, works
31*4882a593Smuzhiyun	  only with Siano USB devices.
32*4882a593Smuzhiyun
33*4882a593Smuzhiyun	  Useful only for developers. In doubt, say N.
34