summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-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 */