]> rtime.felk.cvut.cz Git - mcf548x/linux.git/blob - arch/m68k/include/asm/mcfsim.h
e0617b3f9a14793232237581d3d80530dea5285d
[mcf548x/linux.git] / arch / m68k / include / asm / mcfsim.h
1 /****************************************************************************/
2
3 /*
4  *      mcfsim.h -- ColdFire System Integration Module support.
5  *
6  *      (C) Copyright 1999-2003, Greg Ungerer (gerg@snapgear.com)
7  *      (C) Copyright 2000, Lineo Inc. (www.lineo.com)
8  */
9
10 /****************************************************************************/
11 #ifndef mcfsim_h
12 #define mcfsim_h
13 /****************************************************************************/
14
15 #if defined(CONFIG_COLDFIRE)
16 #include <asm/coldfire.h>
17 #endif
18
19 /*
20  * Include the appropriate ColdFire CPU specific System Integration Module
21  * (SIM) definitions.
22  */
23 #if defined(CONFIG_M5206) || defined(CONFIG_M5206e)
24 #include <asm/m5206sim.h>
25 #include <asm/mcfintc.h>
26 #elif defined(CONFIG_M520x)
27 #include <asm/m520xsim.h>
28 #elif defined(CONFIG_M523x)
29 #include <asm/m523xsim.h>
30 #include <asm/mcfintc.h>
31 #elif defined(CONFIG_M5249)
32 #include <asm/m5249sim.h>
33 #include <asm/mcfintc.h>
34 #elif defined(CONFIG_M527x)
35 #include <asm/m527xsim.h>
36 #elif defined(CONFIG_M5272)
37 #include <asm/m5272sim.h>
38 #elif defined(CONFIG_M528x)
39 #include <asm/m528xsim.h>
40 #elif defined(CONFIG_M5307)
41 #include <asm/m5307sim.h>
42 #include <asm/mcfintc.h>
43 #elif defined(CONFIG_M532x)
44 #include <asm/m532xsim.h>
45 #elif defined(CONFIG_M5407)
46 #include <asm/m5407sim.h>
47 #include <asm/mcfintc.h>
48 #elif defined(CONFIG_M548x)
49 #include <asm/m548xsim.h>
50 #endif
51
52 /****************************************************************************/
53 #endif  /* mcfsim_h */