fuzev2: prevent button light flickering when accessing µSD
[kugel-rb.git] / firmware / export / cpu.h
blob381830ab521d1c428c15fd2f79dd9de8cfc237b1
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2004 by Linus Nielsen Feltzing
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
21 #include "config.h"
23 #if CONFIG_CPU == SH7034
24 #include "sh7034.h"
25 #endif
26 #if CONFIG_CPU == MCF5249
27 #include "mcf5249.h"
28 #endif
29 #if CONFIG_CPU == MCF5250
30 #include "mcf5250.h"
31 #endif
32 #if (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5022)
33 #include "pp5020.h"
34 #endif
35 #if CONFIG_CPU == PP5002
36 #include "pp5002.h"
37 #endif
38 #if CONFIG_CPU == PP5024
39 #include "pp5024.h"
40 #endif
41 #if CONFIG_CPU == PP6100
42 #include "pp6100.h"
43 #endif
44 #if CONFIG_CPU == PNX0101
45 #include "pnx0101.h"
46 #endif
47 #if CONFIG_CPU == S3C2440
48 #include "s3c2440.h"
49 #endif
50 #if CONFIG_CPU == DM320
51 #include "dm320.h"
52 #endif
53 #if CONFIG_CPU == IMX31L
54 #include "imx31l.h"
55 #endif
56 #ifdef CPU_TCC77X
57 #include "tcc77x.h"
58 #endif
59 #ifdef CPU_TCC780X
60 #include "tcc780x.h"
61 #endif
62 #ifdef CPU_S5L870X
63 #include "s5l8700.h"
64 #endif
65 #if CONFIG_CPU == JZ4732
66 #include "jz4740.h"
67 #endif
68 #if CONFIG_CPU == AS3525
69 #include "as3525.h"
70 #endif
71 #if CONFIG_CPU == AS3525v2
72 #include "as3525v2.h"
73 #endif