diff options
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 765bcfdb07..18c0ef7d17 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h | |||
@@ -228,6 +228,11 @@ | |||
228 | #define HAVE_SCHEDULER_BOOSTCTRL | 228 | #define HAVE_SCHEDULER_BOOSTCTRL |
229 | #endif | 229 | #endif |
230 | 230 | ||
231 | /* define for all cpus from SH family */ | ||
232 | #if (CONFIG_CPU == SH7034) | ||
233 | #define CPU_SH | ||
234 | #endif | ||
235 | |||
231 | /* define for all cpus from coldfire family */ | 236 | /* define for all cpus from coldfire family */ |
232 | #if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250) | 237 | #if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250) |
233 | #define CPU_COLDFIRE | 238 | #define CPU_COLDFIRE |