summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-09-17 11:25:29 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-09-17 11:25:29 +0000
commitddd2695792b30ba3be9ae7ab977a4bb52a6346b6 (patch)
tree4e5d29cf1701d6fa7a29cc0fbdd9abf213cd2d76
parentdf956d9c182e06c4763f6d7cdb7f0a4cae75a57d (diff)
downloadrockbox-ddd2695792b30ba3be9ae7ab977a4bb52a6346b6.zip
rockbox-ddd2695792b30ba3be9ae7ab977a4bb52a6346b6.tar.gz
rockbox-ddd2695792b30ba3be9ae7ab977a4bb52a6346b6.tar.bz2
rockbox-ddd2695792b30ba3be9ae7ab977a4bb52a6346b6.tar.xz
Added CPU model #define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5088 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-h100.h3
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rw-r--r--firmware/export/config-player.h4
-rw-r--r--firmware/export/config-recorder.h3
-rw-r--r--firmware/export/config-recorderv2.h3
7 files changed, 22 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 16085fb..4f9decf 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 2efe483..9917b63 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 33a4f91..e976a36 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 a4f95a2..36e54aa 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 9f06051..99d5a61 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 5edba3b..704e9e6 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 d442ea2..efec9c2 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