diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2008-11-01 00:55:58 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2008-11-01 00:55:58 +0000 |
commit | 1e8071885eff38d42d0697906e5a9609640ddc29 (patch) | |
tree | b18a5d5ac8531f30173abd09c8b5447e50ea79cf /firmware | |
parent | 25560f41a1912f701743de6b2d01b0a863d5b966 (diff) |
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')
-rw-r--r-- | firmware/export/config-clip.h | 8 |
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 @@ /* - * This config file is for the Sandisk Sansa e200 + * This config file is for the Sandisk Sansa Clip */ #define TARGET_TREE /* this target is using the target tree system */ @@ -87,7 +87,7 @@ #define AB_REPEAT_ENABLE 1 /* FM Tuner */ -//#define CONFIG_TUNER LV24020LP +//#define CONFIG_TUNER //#define HAVE_TUNER_PWR_CTRL /* Define this for LCD backlight available */ @@ -115,10 +115,10 @@ /** Non-simulator section **/ #ifndef SIMULATOR -/* Define this if you have a PortalPlayer PP5024 */ +/* Define this if you have a AMS AS3525 SoC */ #define CONFIG_CPU AS3525 -/* Define this if you want to use the PP5024 i2c interface */ +/* Define this if you want to use the AS3525 i2c interface */ #define CONFIG_I2C I2C_AS3525 /* define this if the hardware can be powered off while charging */ |