From d126bfbdbd45a78952d88a702b628ab9107c04e5 Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 10 Apr 2003 11:18:18 +0000 Subject: Add support for TQM862L modules --- include/common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 0d7f79a..5096754 100644 --- a/include/common.h +++ b/include/common.h @@ -75,7 +75,8 @@ typedef void (interrupt_handler_t)(void *); /* enable common handling for all TQM8xxL boards */ #if defined(CONFIG_TQM823L) || defined(CONFIG_TQM850L) || \ - defined(CONFIG_TQM855L) || defined(CONFIG_TQM860L) + defined(CONFIG_TQM855L) || defined(CONFIG_TQM860L) || \ + defined(CONFIG_TQM862L) # ifndef CONFIG_TQM8xxL # define CONFIG_TQM8xxL # endif -- cgit v1.1