diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-09 10:09:37 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-23 10:52:08 -0400 |
commit | 2e509dddc4a89583c4d1d32743149678edbfe70d (patch) | |
tree | 8866d94305fb348466042957c9e03eb8211e8a89 /drivers/staging | |
parent | 24644035d52a9da2af319dd05b1a580a0a7069a0 (diff) |
[media] omap4iss: Remove VIDEO_OMAP4_DEBUG Kconfig option
The option was supposed to control the definition of the DEBUG macro in
the Makefile but has been left unused by mistake. Given that debugging
should be enabled using dynamic printk, remote the Kconfig option.
[Reworked the commit message]
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/media/omap4iss/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/media/omap4iss/Kconfig b/drivers/staging/media/omap4iss/Kconfig index b9fe753969bd..78b0fba7047e 100644 --- a/drivers/staging/media/omap4iss/Kconfig +++ b/drivers/staging/media/omap4iss/Kconfig | |||
@@ -4,9 +4,3 @@ config VIDEO_OMAP4 | |||
4 | select VIDEOBUF2_DMA_CONTIG | 4 | select VIDEOBUF2_DMA_CONTIG |
5 | ---help--- | 5 | ---help--- |
6 | Driver for an OMAP 4 ISS controller. | 6 | Driver for an OMAP 4 ISS controller. |
7 | |||
8 | config VIDEO_OMAP4_DEBUG | ||
9 | bool "OMAP 4 Camera debug messages" | ||
10 | depends on VIDEO_OMAP4 | ||
11 | ---help--- | ||
12 | Enable debug messages on OMAP 4 ISS controller driver. | ||