diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-01-22 10:08:39 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:13 +0200 |
commit | 2944071acd466c06eda16d30aeb854f312df5414 (patch) | |
tree | ea548b32b7358f8a7446c9d68cc1370985295e6f | |
parent | 304d0729dde255579e65f022dafa4cfd2f0d05b2 (diff) |
linux-omap-psp 2.6.32: enable DSI for omap3evm to get colours in DVI working correctly
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig b/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig index f29096ba67..7fab9973fc 100644 --- a/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig +++ b/recipes/linux/linux-omap-psp-2.6.32/omap3evm/defconfig @@ -1536,7 +1536,7 @@ CONFIG_OMAP2_DSS_VENC=y CONFIG_OMAP2_VENC_OUT_TYPE_SVIDEO=y # CONFIG_OMAP2_VENC_OUT_TYPE_COMPOSITE is not set # CONFIG_OMAP2_DSS_SDI is not set -# CONFIG_OMAP2_DSS_DSI is not set +CONFIG_OMAP2_DSS_DSI=y # CONFIG_OMAP2_DSS_FAKE_VSYNC is not set CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0 CONFIG_FB_OMAP2=y |