diff options
-rw-r--r-- | linux/drivers/media/video/Kconfig | 9 | ||||
-rw-r--r-- | v4l/ChangeLog | 7 |
2 files changed, 15 insertions, 1 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index fc87efc50..c89cc0a92 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -342,6 +342,13 @@ config VIDEO_DECODER depends on VIDEO_DEV && I2C && EXPERIMENTAL ---help--- Say Y here to compile drivers for SAA7115, SAA7127 and CX25840 - video decoders. + 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 diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 539f03fdd..1ec8e3b4b 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,10 @@ +2005-12-05 20:45 hverkuil + + * linux/drivers/media/video/Kconfig: + - Add CONFIG_VIDEO_ADV_DEBUG. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2005-12-05 14:41 mchehab * linux/drivers/media/video/em28xx/em28xx-core.c: (rvmalloc), |