summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAjay Kumar <ajaykumar.rs@samsung.com>2014-09-05 16:53:38 +0530
committerMinkyu Kang <mk7.kang@samsung.com>2014-09-05 20:37:08 +0900
commit5cecf21fb1fadeb39be862793f743841ad373601 (patch)
treed089e477e11de427b5fa4f12aec7b6b41af3a408
parent466d40396e0d9d5bef8ed9c791b7973aa7891e8c (diff)
downloadu-boot-5cecf21fb1fadeb39be862793f743841ad373601.tar.gz
CONFIGS: peach-pit: Enable display for peach_pit board
Enable drivers for FIMD, DP and parade bridge chip. Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r--include/configs/peach-pit.h10
1 files changed, 10 insertions, 0 deletions
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 */