xref: /openbmc/linux/drivers/media/common/siano/Kconfig (revision c1d45424)
1#
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
26	---help---
27	  Choose Y to enable visualizing a dump of the frontend
28	  statistics response packets via debugfs. Currently, works
29	  only with Siano USB devices.
30
31	  Useful only for developers. In doubt, say N.
32