EXYNOS5: Make all display related code dependent on CONFIG_LCD
[oweals/u-boot.git] / include / configs / exynos5250-dt.h
index 07bca1d8961c4aa5e9da30ab84751ffa84a7585c..298bae9cef005f1913343ad043a08fc0809a4651 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 */