]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/peach-pit.h
CONFIGS: peach-pit: Enable display for peach_pit board
[karo-tx-uboot.git] / include / configs / peach-pit.h
index 76b8d7a6b817c943040295692c59a68bf1367642..88c093fb9b4f3c1935b6034c4a9ac3bface3a93b 100644 (file)
 #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 */