From fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 25 Nov 2003 16:55:19 +0000 Subject: Add support for BMS2003 board (featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display). Fix NEC display names (it's 6440 [for 640x480], not 6640). --- include/configs/TQM823L.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/configs/TQM823L.h') 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) -- cgit v1.2.3