EXYNOS5: Make all display related code dependent on CONFIG_LCD
[pandora-u-boot.git] / include / configs / exynos5250-dt.h
index 07bca1d..298bae9 100644 (file)
 
 /* Display */
 #define CONFIG_LCD
+#ifdef CONFIG_LCD
 #define CONFIG_EXYNOS_FB
 #define CONFIG_EXYNOS_DP
 #define LCD_XRES                       2560
 #define LCD_YRES                       1600
 #define LCD_BPP                        LCD_COLOR16
+#endif
 
 #endif /* __CONFIG_H */