summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200v2.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-10-28 17:49:35 +0000
committerDave Chapman <dave@dchapman.com>2008-10-28 17:49:35 +0000
commit74b935c893cbf7f76002e91a053b0948cde15f3d (patch)
tree7d2ed6c2e8a749efa93d18c1d2bf6cd8a6dafd35 /firmware/export/config-e200v2.h
parentd9fdd8ce387ee2306d172b03a6463a09866066df (diff)
downloadrockbox-74b935c893cbf7f76002e91a053b0948cde15f3d.tar.gz
rockbox-74b935c893cbf7f76002e91a053b0948cde15f3d.zip
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
Diffstat (limited to 'firmware/export/config-e200v2.h')
-rw-r--r--firmware/export/config-e200v2.h10
1 files changed, 6 insertions, 4 deletions
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 @@
67 67
68/* Define this if you do software codec */ 68/* Define this if you do software codec */
69#define CONFIG_CODEC SWCODEC 69#define CONFIG_CODEC SWCODEC
70
70/* There is no hardware tone control */ 71/* There is no hardware tone control */
71#define HAVE_SW_TONE_CONTROLS 72#define HAVE_SW_TONE_CONTROLS
72 73
73/* Define this if you have an AMS AS3525 */ 74/* We're working on the assumption that the AS3525 has something
74#define HAVE_AS3525 75 similar to the AS3514 for audio codec etc */
76#define HAVE_AS3514
75 77
76/* define this if you have a real-time clock */ 78/* define this if you have a real-time clock */
77#ifndef BOOTLOADER 79#ifndef BOOTLOADER
@@ -92,8 +94,8 @@
92 94
93#define AB_REPEAT_ENABLE 1 95#define AB_REPEAT_ENABLE 1
94 96
95/* FM Tuner */ 97/* FM Tuner - suspected to be the SI4702, but use SI4700 for now */
96/* #define CONFIG_TUNER LV24020LP */ 98#define CONFIG_TUNER SI4700
97/* #define HAVE_TUNER_PWR_CTRL */ 99/* #define HAVE_TUNER_PWR_CTRL */
98 100
99/* Define this for LCD backlight available */ 101/* Define this for LCD backlight available */