]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/tx53.h
karo: tx53/tx6: support either LCD or LVDS depending on module type
[karo-tx-uboot.git] / include / configs / tx53.h
index 717b053866cbf1a1a6332bcebf39d45dc93168dc..c8d4ef7a13508f8e06c1224a36391e4adcc763f3 100644 (file)
 #define CONFIG_VIDEO_BMP_RLE8
 #endif /* CONFIG_LCD */
 
+#ifdef CONFIG_SYS_LVDS_IF
+#define is_lvds()                      1
+#else
+#define is_lvds()                      0
+#endif
+
 /*
  * Memory configurations
  */