summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-11-01 08:29:11 +0000
committerDave Chapman <dave@dchapman.com>2008-11-01 08:29:11 +0000
commit88806c0b1b3900b2cdcd8c28901bece2b05d4610 (patch)
treebbb060b2abf1a6984c66309e2615106258238412
parent1e8071885eff38d42d0697906e5a9609640ddc29 (diff)
downloadrockbox-88806c0b1b3900b2cdcd8c28901bece2b05d4610.tar.gz
rockbox-88806c0b1b3900b2cdcd8c28901bece2b05d4610.zip
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
-rw-r--r--firmware/export/config-clip.h4
-rw-r--r--firmware/export/config-m200v2.h7
2 files changed, 8 insertions, 3 deletions
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 @@
68/* There is no hardware tone control */ 68/* There is no hardware tone control */
69#define HAVE_SW_TONE_CONTROLS 69#define HAVE_SW_TONE_CONTROLS
70 70
71/* We're working on the assumption that the AS3525 has something
72 similar to the AS3514 for audio codec etc */
73#define HAVE_AS3514
74
71/* define this if you have a real-time clock */ 75/* define this if you have a real-time clock */
72#ifndef BOOTLOADER 76#ifndef BOOTLOADER
73#define CONFIG_RTC RTC_AS3525 77#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 @@
74/* TLV320 has no tone controls, so we use the software ones */ 74/* TLV320 has no tone controls, so we use the software ones */
75#define HAVE_SW_TONE_CONTROLS 75#define HAVE_SW_TONE_CONTROLS
76 76
77/* We're working on the assumption that the AS3525 has something
78 similar to the AS3514 for audio codec etc */
79#define HAVE_AS3514
80
77/* Define this for LCD backlight available */ 81/* Define this for LCD backlight available */
78#define HAVE_BACKLIGHT 82#define HAVE_BACKLIGHT
79 83
@@ -93,9 +97,6 @@
93/* Define this if you have an AMS AS3525 */ 97/* Define this if you have an AMS AS3525 */
94#define CONFIG_CPU AS3525 98#define CONFIG_CPU AS3525
95 99
96/* Define this if you have ATA power-off control */
97#define HAVE_ATA_POWER_OFF
98
99/* Define this to the CPU frequency */ 100/* Define this to the CPU frequency */
100#define CPU_FREQ 120000000 101#define CPU_FREQ 120000000
101 102