From 74b935c893cbf7f76002e91a053b0948cde15f3d Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 28 Oct 2008 17:49:35 +0000 Subject: Make the e200v2 simulator compile - an easy job as the apps/ code is identical to the e200v1. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18902 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-e200v2.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h index 1f2366c548..5b051f2a89 100644 --- a/firmware/export/config-e200v2.h +++ b/firmware/export/config-e200v2.h @@ -67,11 +67,13 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC + /* There is no hardware tone control */ #define HAVE_SW_TONE_CONTROLS -/* Define this if you have an AMS AS3525 */ -#define HAVE_AS3525 +/* We're working on the assumption that the AS3525 has something + similar to the AS3514 for audio codec etc */ +#define HAVE_AS3514 /* define this if you have a real-time clock */ #ifndef BOOTLOADER @@ -92,8 +94,8 @@ #define AB_REPEAT_ENABLE 1 -/* FM Tuner */ -/* #define CONFIG_TUNER LV24020LP */ +/* FM Tuner - suspected to be the SI4702, but use SI4700 for now */ +#define CONFIG_TUNER SI4700 /* #define HAVE_TUNER_PWR_CTRL */ /* Define this for LCD backlight available */ -- cgit v1.2.3