aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tiler/Kconfig
diff options
context:
space:
mode:
authorAndy Gross <andy.gross@ti.com>2011-06-07 22:15:55 -0500
committerSuman Anna <s-anna@ti.com>2011-06-17 22:39:57 -0500
commit1c1a6d48cc61b034dbcac31bfeb2930ebb6a373b (patch)
tree72f506bbdd0e7139526a856fb65fcf1bd794b38b /drivers/media/video/tiler/Kconfig
parent4e3f43b498be6c96026c85577f05fd5add6e3b41 (diff)
downloadkernel_samsung_tuna-1c1a6d48cc61b034dbcac31bfeb2930ebb6a373b.zip
kernel_samsung_tuna-1c1a6d48cc61b034dbcac31bfeb2930ebb6a373b.tar.gz
kernel_samsung_tuna-1c1a6d48cc61b034dbcac31bfeb2930ebb6a373b.tar.bz2
TILER: Make tiler nv12 support a configuration option
The tiler driver now allows for configuring the nv12 support as a kernel configuration option. If enabled, nv12 support will be compiled into the driver. Change-Id: Ie51517f9fa943af086314caf60ecad5dec52fdb7 Signed-off-by: Andy Gross <andy.gross@ti.com>
Diffstat (limited to 'drivers/media/video/tiler/Kconfig')
-rw-r--r--drivers/media/video/tiler/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/tiler/Kconfig b/drivers/media/video/tiler/Kconfig
index 00461eb..65bdf54 100644
--- a/drivers/media/video/tiler/Kconfig
+++ b/drivers/media/video/tiler/Kconfig
@@ -124,3 +124,13 @@ config TILER_EXPOSE_SSPTR
You can use this flag to see if the userspace is relying on
having access to the SSPtr.
+
+config TILER_ENABLE_NV12
+ bool "Enable NV12 support"
+ default y
+ depends on TI_TILER
+ help
+ This option enables NV12 functionality in the TILER driver.
+
+ If set, nv12 support will be compiled into the driver and APIs
+ will be enabled.