From 88806c0b1b3900b2cdcd8c28901bece2b05d4610 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 1 Nov 2008 08:29:11 +0000 Subject: Define HAVE_AS3514 for the other V2 targets (it was already defined for the e200v2) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18956 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-clip.h | 4 ++++ firmware/export/config-m200v2.h | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index d1400f5f50..231702564a 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -68,6 +68,10 @@ /* There is no hardware tone control */ #define HAVE_SW_TONE_CONTROLS +/* 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 #define CONFIG_RTC RTC_AS3525 diff --git a/firmware/export/config-m200v2.h b/firmware/export/config-m200v2.h index 9386a157f6..64d41dc754 100644 --- a/firmware/export/config-m200v2.h +++ b/firmware/export/config-m200v2.h @@ -74,6 +74,10 @@ /* TLV320 has no tone controls, so we use the software ones */ #define HAVE_SW_TONE_CONTROLS +/* We're working on the assumption that the AS3525 has something + similar to the AS3514 for audio codec etc */ +#define HAVE_AS3514 + /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT @@ -93,9 +97,6 @@ /* Define this if you have an AMS AS3525 */ #define CONFIG_CPU AS3525 -/* Define this if you have ATA power-off control */ -#define HAVE_ATA_POWER_OFF - /* Define this to the CPU frequency */ #define CPU_FREQ 120000000 -- cgit v1.2.3