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