1
0
Fork 0
forked from len0rd/rockbox

Added CPU model #define

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5088 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2004-09-17 11:25:29 +00:00
parent df956d9c18
commit ddd2695792
7 changed files with 22 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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