David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | # |
| 3 | # Siano Mobile Silicon Digital TV device configuration |
| 4 | # |
| 5 | |
| 6 | config SMS_SIANO_MDTV |
| 7 | tristate |
| 8 | depends on DVB_CORE && HAS_DMA |
| 9 | depends on !RC_CORE || RC_CORE |
| 10 | depends on SMS_USB_DRV || SMS_SDIO_DRV |
| 11 | default y |
| 12 | |
| 13 | config 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 |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 19 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 20 | Choose Y to select Remote Controller support for Siano driver. |
| 21 | |
| 22 | config SMS_SIANO_DEBUGFS |
| 23 | bool "Enable debugfs for smsdvb" |
| 24 | depends on SMS_SIANO_MDTV |
| 25 | depends on DEBUG_FS |
| 26 | depends on SMS_USB_DRV = SMS_SDIO_DRV |
| 27 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 28 | help |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 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. |