diff options
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 1a288dd590..cd98fc9dca 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -335,6 +335,10 @@ #endif /* SIMULATOR */ #define HAVE_SEMAPHORE_OBJECTS #define HAVE_EVENT_OBJECTS + +#if defined (TOSHIBA_GIGABEAT_F) || defined (TOSHIBA_GIGABEAT_S) +#define HAVE_WAKEUP_OBJECTS +#endif #endif /* define for all cpus from SH family */ |