From ddd2695792b30ba3be9ae7ab977a4bb52a6346b6 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 17 Sep 2004 11:25:29 +0000 Subject: Added CPU model #define git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5088 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-fmrecorder.h | 3 +++ firmware/export/config-h100.h | 3 +++ firmware/export/config-ondiofm.h | 3 +++ firmware/export/config-ondiosp.h | 3 +++ firmware/export/config-player.h | 4 ++++ firmware/export/config-recorder.h | 3 +++ firmware/export/config-recorderv2.h | 3 +++ 7 files changed, 22 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 16085fb480..4f9decf74b 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -19,6 +19,9 @@ /* Define this if you have a MAS3587F */ #define HAVE_MAS3587F +/* Define this if you have a SH7034 */ +#define HAVE_SH7034 + /* Define this if you have a FM Recorder key system */ #define HAVE_FMADC 1 diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 2efe4834a7..9917b63e68 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -13,6 +13,9 @@ #ifndef SIMULATOR +/* Define this if you have a Motorola SCF5249 */ +#define HAVE_SCF5249 + /* Define this if the platform has batteries */ #define HAVE_BATTERIES 1 diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index 33a4f91b5f..e976a36e68 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -13,6 +13,9 @@ #ifndef SIMULATOR +/* Define this if you have a SH7034 */ +#define HAVE_SH7034 + /* Define this if you have a MAS3587F */ #define HAVE_MAS3587F diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index a4f95a2947..36e54aa9e1 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -13,6 +13,9 @@ #ifndef SIMULATOR +/* Define this if you have a SH7034 */ +#define HAVE_SH7034 + /* Define this if you have a MAS3587F */ #define HAVE_MAS3587F diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 9f060512fa..99d5a61240 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -9,6 +9,10 @@ #define HAVE_PLAYER_KEYPAD 1 #ifndef SIMULATOR + +/* Define this if you have a SH7034 */ +#define HAVE_SH7034 + /* Define this if you have a MAS3507D */ #define HAVE_MAS3507D diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 5edba3bf85..704e9e6d8d 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -19,6 +19,9 @@ /* Define this if you have a MAS3587F */ #define HAVE_MAS3587F +/* Define this if you have a SH7034 */ +#define HAVE_SH7034 + /* Define this if you have charging control */ #define HAVE_CHARGE_CTRL diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index d442ea2dd8..efec9c20d1 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -16,6 +16,9 @@ #ifndef SIMULATOR +/* Define this if you have a SH7034 */ +#define HAVE_SH7034 + /* Define this if you have a MAS3587F */ #define HAVE_MAS3587F -- cgit v1.2.3