summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiosp.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-09-29 19:51:41 +0000
committerJens Arnold <amiconn@rockbox.org>2004-09-29 19:51:41 +0000
commiteaa1f73c6daf7e0c066a21b87384cb85cfa33538 (patch)
tree5c1bc2e624c6d086efbc2021430c9ab84584ae15 /firmware/export/config-ondiosp.h
parent6cb799174b121ad3505b6e323aa8e360fffcc7d5 (diff)
downloadrockbox-eaa1f73c6daf7e0c066a21b87384cb85cfa33538.tar.gz
rockbox-eaa1f73c6daf7e0c066a21b87384cb85cfa33538.zip
Added MAS3539F support (Ondio SP)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5129 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondiosp.h')
-rw-r--r--firmware/export/config-ondiosp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 0a270e8ae5..e3fe6c718f 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -1,5 +1,5 @@
1/* define this if you have recording possibility */ 1/* define this if you have recording possibility */
2#define HAVE_RECORDING 1 2/* #define HAVE_RECORDING */
3 3
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP 1
@@ -17,7 +17,7 @@
17#define CONFIG_CPU SH7034 17#define CONFIG_CPU SH7034
18 18
19/* Define this if you have a MAS3539F */ 19/* Define this if you have a MAS3539F */
20#define CONFIG_HWCODEC MAS3587F /* will be MAS3539F once prepared */ 20#define CONFIG_HWCODEC MAS3539F
21 21
22/* Define this if you have a LiIon battery */ 22/* Define this if you have a LiIon battery */
23/* #define HAVE_LIION */ 23/* #define HAVE_LIION */