aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-08-31 04:23:18 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:19:06 -0400
commit6fec4d464b470ad375a35566514b5543fc22a8e6 (patch)
treeae96b804ec091f5f39570f99c2c2a2cb54a8049c
parent0200964daf35597a1b44165eb3ff4236e75ee318 (diff)
TILER: fix SSPtr default value to 1
Signed-off-by: Sebastien Jan <s-jan@ti.com>
-rw-r--r--drivers/media/video/tiler/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tiler/Kconfig b/drivers/media/video/tiler/Kconfig
index 5686f64fb34..65f8d7eac0f 100644
--- a/drivers/media/video/tiler/Kconfig
+++ b/drivers/media/video/tiler/Kconfig
@@ -88,7 +88,7 @@ config TILER_SECURITY
88config TILER_SSPTR_ID 88config TILER_SSPTR_ID
89 int "Use SSPtr for id" 89 int "Use SSPtr for id"
90 range 0 1 90 range 0 1
91 default 0 91 default 1
92 depends on TI_TILER 92 depends on TI_TILER
93 help 93 help
94 This option sets the default behavior for TILER block ids. It can 94 This option sets the default behavior for TILER block ids. It can