m68knommu: disable MC68000 cpu target when MMU is selected
[deliverable/linux.git] / arch / m68k / include / asm / mcfsim.h
CommitLineData
1da177e4
LT
1/****************************************************************************/
2
3/*
4 * mcfsim.h -- ColdFire System Integration Module support.
5 *
6 * (C) Copyright 1999-2003, Greg Ungerer (gerg@snapgear.com)
5938084b 7 * (C) Copyright 2000, Lineo Inc. (www.lineo.com)
1da177e4
LT
8 */
9
10/****************************************************************************/
11#ifndef mcfsim_h
12#define mcfsim_h
13/****************************************************************************/
14
1da177e4 15/*
5938084b
GU
16 * Include the appropriate ColdFire CPU specific System Integration Module
17 * (SIM) definitions.
1da177e4 18 */
c155f3f9 19#if defined(CONFIG_M5206) || defined(CONFIG_M5206e)
1da177e4 20#include <asm/m5206sim.h>
5938084b 21#include <asm/mcfintc.h>
4a1cc1ab
GU
22#elif defined(CONFIG_M520x)
23#include <asm/m520xsim.h>
d9b9d5dd
GU
24#elif defined(CONFIG_M523x)
25#include <asm/m523xsim.h>
5938084b 26#include <asm/mcfintc.h>
1da177e4
LT
27#elif defined(CONFIG_M5249)
28#include <asm/m5249sim.h>
5938084b 29#include <asm/mcfintc.h>
04e037aa
SK
30#elif defined(CONFIG_M525x)
31#include <asm/m525xsim.h>
32#include <asm/mcfintc.h>
1da177e4
LT
33#elif defined(CONFIG_M527x)
34#include <asm/m527xsim.h>
35#elif defined(CONFIG_M5272)
36#include <asm/m5272sim.h>
37#elif defined(CONFIG_M528x)
38#include <asm/m528xsim.h>
39#elif defined(CONFIG_M5307)
40#include <asm/m5307sim.h>
5938084b 41#include <asm/mcfintc.h>
6f57622a
GU
42#elif defined(CONFIG_M532x)
43#include <asm/m532xsim.h>
1da177e4
LT
44#elif defined(CONFIG_M5407)
45#include <asm/m5407sim.h>
5938084b 46#include <asm/mcfintc.h>
5b2e6555
GU
47#elif defined(CONFIG_M54xx)
48#include <asm/m54xxsim.h>
bea8bcb1
SK
49#elif defined(CONFIG_M5441x)
50#include <asm/m5441xsim.h>
1da177e4
LT
51#endif
52
1da177e4
LT
53/****************************************************************************/
54#endif /* mcfsim_h */
This page took 0.572268 seconds and 5 git commands to generate.