diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index fc87efc5049c..c89cc0a922ee 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -342,6 +342,13 @@ config VIDEO_DECODER | |||
342 | depends on VIDEO_DEV && I2C && EXPERIMENTAL | 342 | depends on VIDEO_DEV && I2C && EXPERIMENTAL |
343 | ---help--- | 343 | ---help--- |
344 | Say Y here to compile drivers for SAA7115, SAA7127 and CX25840 | 344 | Say Y here to compile drivers for SAA7115, SAA7127 and CX25840 |
345 | video decoders. | 345 | video decoders. |
346 | |||
347 | config VIDEO_ADV_DEBUG | ||
348 | bool "Enable advanced debug functionality" | ||
349 | depends on VIDEO_DEV && VIDEO_DECODER && EXPERIMENTAL | ||
350 | ---help--- | ||
351 | Say Y here to enable advanced debugging functionality in the | ||
352 | SAA7115, SAA7127 and CX25840 video decoders. | ||
346 | 353 | ||
347 | endmenu | 354 | endmenu |