diff options
author | Andy Green <andy.green@linaro.org> | 2011-04-07 20:30:59 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-04-07 20:30:59 +0100 |
commit | 7ff3a2519e274c19b1ebe4a0acc0f5f36667868e (patch) | |
tree | 88cba1a67fc0db177c4ffa6d8e980861e37d3091 | |
parent | 51aaea374cadda9c193e59f196c46bacc872f7e2 (diff) |
CONFIG disable OMAP_RESET_CLOCKS COMAP2_DSS_VENC using BROKENu0
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 2 | ||||
-rw-r--r-- | drivers/video/omap2/dss/Kconfig | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index e38aaba7b89..cd97a086ba2 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -72,7 +72,7 @@ config OMAP_SMARTREFLEX_CLASS3 config OMAP_RESET_CLOCKS bool "Reset unused clocks during boot" - depends on ARCH_OMAP + depends on ARCH_OMAP && BROKEN help Say Y if you want to reset unused clocks during boot. This option saves power, but assumes all drivers are diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index bfc5da0e970..5c299d5552c 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/omap2/dss/Kconfig @@ -56,6 +56,7 @@ config OMAP2_DSS_RFBI config OMAP2_DSS_VENC bool "VENC support" + depends on BROKEN default y help OMAP Video Encoder support for S-Video and composite TV-out. |