treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / media / common / siano / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
0013ca8c
MCC
2#
3# Siano Mobile Silicon Digital TV device configuration
4#
5
6config SMS_SIANO_MDTV
7 tristate
fdd1eeb4 8 depends on DVB_CORE && HAS_DMA
2c4e11b7 9 depends on !RC_CORE || RC_CORE
0013ca8c
MCC
10 depends on SMS_USB_DRV || SMS_SDIO_DRV
11 default y
0013ca8c 12
fdd1eeb4
MCC
13config SMS_SIANO_RC
14 bool "Enable Remote Controller support for Siano devices"
15 depends on SMS_SIANO_MDTV && RC_CORE
16 depends on SMS_USB_DRV || SMS_SDIO_DRV
17 depends on MEDIA_COMMON_OPTIONS
18 default y
b60a5b8d 19 help
fdd1eeb4 20 Choose Y to select Remote Controller support for Siano driver.
503efe5c
MCC
21
22config SMS_SIANO_DEBUGFS
23 bool "Enable debugfs for smsdvb"
24 depends on SMS_SIANO_MDTV
25 depends on DEBUG_FS
3c4b422a 26 depends on SMS_USB_DRV = SMS_SDIO_DRV
6c84b214 27
b60a5b8d 28 help
503efe5c
MCC
29 Choose Y to enable visualizing a dump of the frontend
30 statistics response packets via debugfs. Currently, works
31 only with Siano USB devices.
32
33 Useful only for developers. In doubt, say N.