diff options
Diffstat (limited to 'drivers/video/omap2/dss/Kconfig')
-rw-r--r-- | drivers/video/omap2/dss/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index 458cfe128103..5b45c0c33e1c 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/omap2/dss/Kconfig | |||
@@ -136,4 +136,16 @@ config OMAP2_DSS_SLEEP_BEFORE_RESET | |||
136 | However, 50ms is quite long time to sleep, and with some | 136 | However, 50ms is quite long time to sleep, and with some |
137 | configurations the SYNC_LOST may never happen, so the sleep can | 137 | configurations the SYNC_LOST may never happen, so the sleep can |
138 | be disabled here. | 138 | be disabled here. |
139 | |||
140 | config OMAP2_DSS_SLEEP_AFTER_VENC_RESET | ||
141 | bool "Sleep 20ms after VENC reset" | ||
142 | default y | ||
143 | help | ||
144 | There is a 20ms sleep after VENC reset which seemed to fix the | ||
145 | reset. The reason for the bug is unclear, and it's also unclear | ||
146 | on what platforms this happens. | ||
147 | |||
148 | This option enables the sleep, and is enabled by default. You can | ||
149 | disable the sleep if it doesn't cause problems on your platform. | ||
150 | |||
139 | endif | 151 | endif |