summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index afe2ebec89..1b3404a148 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -40,6 +40,10 @@
40 40
41/* Define this if you do software codec */ 41/* Define this if you do software codec */
42#define CONFIG_CODEC SWCODEC 42#define CONFIG_CODEC SWCODEC
43/* There is no hardware tone control */
44#define HAVE_SW_TONE_CONTROLS
45/* The PP5024 has a built-in AustriaMicrosystems AS3514 */
46#define HAVE_AS3514
43 47
44/* define this if you have a real-time clock */ 48/* define this if you have a real-time clock */
45#ifndef BOOTLOADER 49#ifndef BOOTLOADER
@@ -58,9 +62,6 @@
58/* The number of bytes reserved for loadable plugins */ 62/* The number of bytes reserved for loadable plugins */
59#define PLUGIN_BUFFER_SIZE 0x80000 63#define PLUGIN_BUFFER_SIZE 0x80000
60 64
61/* Use the built-in DAC on the PP5024 */
62#define HAVE_PP5024_CODEC
63
64#define AB_REPEAT_ENABLE 1 65#define AB_REPEAT_ENABLE 1
65 66
66/* FM Tuner */ 67/* FM Tuner */