summaryrefslogtreecommitdiff
path: root/include/configs/TQM823L.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/TQM823L.h')
-rw-r--r--include/configs/TQM823L.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/TQM823L.h b/include/configs/TQM823L.h
index e53304ebf..020cc8312 100644
--- a/include/configs/TQM823L.h
+++ b/include/configs/TQM823L.h
@@ -86,7 +86,11 @@
# define CONFIG_STATUS_LED 1 /* Status LED enabled */
#endif /* CONFIG_LCD */
-#undef CONFIG_CAN_DRIVER /* CAN Driver support disabled */
+#ifdef CONFIG_BMS2003
+# define CONFIG_CAN_DRIVER 1 /* CAN Driver support enabled */
+#else
+# undef CONFIG_CAN_DRIVER /* CAN Driver support disabled */
+#endif
#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | CONFIG_BOOTP_BOOTFILESIZE)