forked from len0rd/rockbox
Sansa Clip config : remove/fix wrong defines/comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18955 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
25560f41a1
commit
1e8071885e
1 changed files with 4 additions and 4 deletions
|
|
@ -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 */
|
#define TARGET_TREE /* this target is using the target tree system */
|
||||||
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
#define AB_REPEAT_ENABLE 1
|
#define AB_REPEAT_ENABLE 1
|
||||||
|
|
||||||
/* FM Tuner */
|
/* FM Tuner */
|
||||||
//#define CONFIG_TUNER LV24020LP
|
//#define CONFIG_TUNER
|
||||||
//#define HAVE_TUNER_PWR_CTRL
|
//#define HAVE_TUNER_PWR_CTRL
|
||||||
|
|
||||||
/* Define this for LCD backlight available */
|
/* Define this for LCD backlight available */
|
||||||
|
|
@ -115,10 +115,10 @@
|
||||||
/** Non-simulator section **/
|
/** Non-simulator section **/
|
||||||
#ifndef SIMULATOR
|
#ifndef SIMULATOR
|
||||||
|
|
||||||
/* Define this if you have a PortalPlayer PP5024 */
|
/* Define this if you have a AMS AS3525 SoC */
|
||||||
#define CONFIG_CPU AS3525
|
#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 CONFIG_I2C I2C_AS3525
|
||||||
|
|
||||||
/* define this if the hardware can be powered off while charging */
|
/* define this if the hardware can be powered off while charging */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue