]> Git Repo - linux.git/blob - drivers/media/common/siano/Kconfig
ALSA: usb: caiaq: check for cdev->n_streams > 1
[linux.git] / drivers / media / common / siano / Kconfig
1 #
2 # Siano Mobile Silicon Digital TV device configuration
3 #
4
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
11
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.
20
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 = 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.
This page took 0.050292 seconds and 4 git commands to generate.