aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dsscomp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dsscomp/Kconfig')
-rw-r--r--drivers/video/omap2/dsscomp/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/video/omap2/dsscomp/Kconfig b/drivers/video/omap2/dsscomp/Kconfig
new file mode 100644
index 0000000..0c2a749
--- /dev/null
+++ b/drivers/video/omap2/dsscomp/Kconfig
@@ -0,0 +1,20 @@
+menuconfig DSSCOMP
+ tristate "OMAP DSS Composition support (EXPERIMENTAL)"
+ depends on OMAP2_DSS && PVR_SGX
+ default y
+
+ help
+ Frame composition driver using OMAP DSS2. Allows using all
+ DSS2 resources in a unified configuration. Should not be used
+ together with other DSS2 devices, such as V4L2 or framebuffer.
+
+config DSSCOMP_DEBUG_LOG
+ bool "Log event timestamps in debugfs"
+ default y
+ depends on DEBUG_FS
+
+ help
+ Takes timestamp for each callback and state transition, and
+ logs the last 128 entries (last few frames' worth) in a
+ log buffer. This is a separate menuconfig in case this is
+ deemed an overhead.