From: Ajay Kumar Date: Fri, 5 Sep 2014 11:23:38 +0000 (+0530) Subject: CONFIGS: peach-pit: Enable display for peach_pit board X-Git-Tag: KARO-TXA5-2015-06-26~692^2~11^2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=5cecf21fb1fadeb39be862793f743841ad373601 CONFIGS: peach-pit: Enable display for peach_pit board Enable drivers for FIMD, DP and parade bridge chip. Signed-off-by: Ajay Kumar Signed-off-by: Minkyu Kang --- diff --git a/include/configs/peach-pit.h b/include/configs/peach-pit.h index 76b8d7a6b8..88c093fb9b 100644 --- a/include/configs/peach-pit.h +++ b/include/configs/peach-pit.h @@ -22,4 +22,14 @@ #define CONFIG_SYS_PROMPT "Peach # " #define CONFIG_IDENT_STRING " for Peach" +#define CONFIG_VIDEO_PARADE + +/* Display */ +#define CONFIG_LCD +#ifdef CONFIG_LCD +#define CONFIG_EXYNOS_FB +#define CONFIG_EXYNOS_DP +#define LCD_BPP LCD_COLOR16 +#endif + #endif /* __CONFIG_PEACH_PIT_H */