blob: 4bfbd5f463d1eb9ee8f351d04376965d1c89a059 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001#
2# Siano Mobile Silicon Digital TV device configuration
3#
4
5config SMS_SIANO_MDTV
6 tristate
7 depends on DVB_CORE && HAS_DMA
8 depends on !RC_CORE || RC_CORE
9 depends on SMS_USB_DRV || SMS_SDIO_DRV
10 default y
11
12config SMS_SIANO_RC
13 bool "Enable Remote Controller support for Siano devices"
14 depends on SMS_SIANO_MDTV && RC_CORE
15 depends on SMS_USB_DRV || SMS_SDIO_DRV
16 depends on MEDIA_COMMON_OPTIONS
17 default y
18 ---help---
19 Choose Y to select Remote Controller support for Siano driver.
20
21config SMS_SIANO_DEBUGFS
22 bool "Enable debugfs for smsdvb"
23 depends on SMS_SIANO_MDTV
24 depends on DEBUG_FS
25 depends on SMS_USB_DRV = SMS_SDIO_DRV
26
27 ---help---
28 Choose Y to enable visualizing a dump of the frontend
29 statistics response packets via debugfs. Currently, works
30 only with Siano USB devices.
31
32 Useful only for developers. In doubt, say N.