summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-01 00:55:58 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-01 00:55:58 +0000
commit1e8071885eff38d42d0697906e5a9609640ddc29 (patch)
treeb18a5d5ac8531f30173abd09c8b5447e50ea79cf /firmware/export
parent25560f41a1912f701743de6b2d01b0a863d5b966 (diff)
downloadrockbox-1e8071885eff38d42d0697906e5a9609640ddc29.tar.gz
rockbox-1e8071885eff38d42d0697906e5a9609640ddc29.zip
Sansa Clip config : remove/fix wrong defines/comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18955 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-clip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 95a708efef..d1400f5f50 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * This config file is for the Sandisk Sansa e200 2 * This config file is for the Sandisk Sansa Clip
3 */ 3 */
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
@@ -87,7 +87,7 @@
87#define AB_REPEAT_ENABLE 1 87#define AB_REPEAT_ENABLE 1
88 88
89/* FM Tuner */ 89/* FM Tuner */
90//#define CONFIG_TUNER LV24020LP 90//#define CONFIG_TUNER
91//#define HAVE_TUNER_PWR_CTRL 91//#define HAVE_TUNER_PWR_CTRL
92 92
93/* Define this for LCD backlight available */ 93/* Define this for LCD backlight available */
@@ -115,10 +115,10 @@
115/** Non-simulator section **/ 115/** Non-simulator section **/
116#ifndef SIMULATOR 116#ifndef SIMULATOR
117 117
118/* Define this if you have a PortalPlayer PP5024 */ 118/* Define this if you have a AMS AS3525 SoC */
119#define CONFIG_CPU AS3525 119#define CONFIG_CPU AS3525
120 120
121/* Define this if you want to use the PP5024 i2c interface */ 121/* Define this if you want to use the AS3525 i2c interface */
122#define CONFIG_I2C I2C_AS3525 122#define CONFIG_I2C I2C_AS3525
123 123
124/* define this if the hardware can be powered off while charging */ 124/* define this if the hardware can be powered off while charging */