The new Fuzev2 use the same FM chip than some Clip+

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27502 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-07-20 06:26:39 +00:00
parent ed616c604a
commit bd78dc7693
3 changed files with 3 additions and 2 deletions

View file

@ -1278,7 +1278,7 @@ target/arm/as3525/sansa-clipplus/backlight-clip.c
target/arm/powermgmt-ascodec.c target/arm/powermgmt-ascodec.c
target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c target/arm/as3525/sansa-clipplus/powermgmt-clipplus.c
target/arm/as3525/sansa-clipplus/lcd-as-clip-plus.S target/arm/as3525/sansa-clipplus/lcd-as-clip-plus.S
target/arm/as3525/sansa-clipplus/tuner-clipplus.c target/arm/as3525/tuner-as3525v2.c
#endif /* !BOOTLOADER */ #endif /* !BOOTLOADER */
#endif /* !SIMULATOR */ #endif /* !SIMULATOR */
#endif /* SANSA_CLIPPLUS */ #endif /* SANSA_CLIPPLUS */
@ -1364,6 +1364,7 @@ target/arm/as3525/lcd-as-e200v2-fuze-fuzev2.S
#ifdef SANSA_FUZEV2 #ifdef SANSA_FUZEV2
#ifndef SIMULATOR #ifndef SIMULATOR
target/arm/as3525/tuner-as3525v2.c
target/arm/as3525/lcd-fuze.c target/arm/as3525/lcd-fuze.c
target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c target/arm/as3525/sansa-fuzev2/backlight-fuzev2.c

View file

@ -121,7 +121,7 @@
#define AB_REPEAT_ENABLE #define AB_REPEAT_ENABLE
/* FM Tuner - suspected to be the SI4702 */ /* FM Tuner - suspected to be the SI4702 */
#define CONFIG_TUNER SI4700 #define CONFIG_TUNER (SI4700|RDA5802)
/* #define HAVE_TUNER_PWR_CTRL */ /* #define HAVE_TUNER_PWR_CTRL */
/* Define this for LCD backlight available */ /* Define this for LCD backlight available */