Linux 3.11-rc3
[cris-mirror.git] / drivers / media / common / siano / Kconfig
blobf3f5ec44e6851b71bb10f3c2fb4824e02e0d9c9c
2 # Siano Mobile Silicon Digital TV device configuration
5 config 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
12 config 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.
21 config 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.
31           Useful only for developers. In doubt, say N.