diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-26 14:05:52 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-26 14:05:52 +0000 |
commit | 975fb44c7ba7ef7c157da0f2e2367a694077a99f (patch) | |
tree | ac1b951a619da855b88b3e846e02316fbbd8f61d /linux/drivers/media/video/Kconfig | |
parent | f12863ef9f416661a0701b40684653e682edd686 (diff) | |
download | mediapointer-dvb-s2-975fb44c7ba7ef7c157da0f2e2367a694077a99f.tar.gz mediapointer-dvb-s2-975fb44c7ba7ef7c157da0f2e2367a694077a99f.tar.bz2 |
Included advanced debug option to tvp5150.c
- Included advanced debug option to tvp5150.c
- Now, advanced debug info is the first item at V4L menu.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index c89cc0a92..2fe260fff 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -7,6 +7,15 @@ menu "Video For Linux" comment "Video Adapters" +config VIDEO_ADV_DEBUG + bool "Enable advanced debug functionality" + depends on VIDEO_DEV + default n + ---help--- + Say Y here to enable advanced debugging functionality on some + V4L devices. + In doubt, say N. + config VIDEO_BT848 tristate "BT848 Video For Linux" depends on VIDEO_DEV && PCI && I2C @@ -344,11 +353,4 @@ config VIDEO_DECODER Say Y here to compile drivers for SAA7115, SAA7127 and CX25840 video decoders. -config VIDEO_ADV_DEBUG - bool "Enable advanced debug functionality" - depends on VIDEO_DEV && VIDEO_DECODER && EXPERIMENTAL - ---help--- - Say Y here to enable advanced debugging functionality in the - SAA7115, SAA7127 and CX25840 video decoders. - endmenu |