summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-04-10 11:18:18 +0000
committerwdenk <wdenk>2003-04-10 11:18:18 +0000
commitd126bfbdbd45a78952d88a702b628ab9107c04e5 (patch)
tree25f81e3dec52ff1a531e59fcbd384ed5406c44e2 /include/common.h
parent60fbe254243ec461ec73da13132be098db33d3fa (diff)
Add support for TQM862L modules
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 0d7f79a448..509675410e 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