summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index e5198f8b0a..e36eff8757 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -50,9 +50,11 @@
50/* The number of bytes reserved for loadable plugins */ 50/* The number of bytes reserved for loadable plugins */
51#define PLUGIN_BUFFER_SIZE 0x8000 51#define PLUGIN_BUFFER_SIZE 0x8000
52 52
53#ifndef BOOTLOADER
53/* Define this if you have an FM Radio */ 54/* Define this if you have an FM Radio */
54#define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */ 55#define CONFIG_TUNER (S1A0903X01 | TEA5767) /* to be decided at runtime */
55#define CONFIG_TUNER_XTAL 13000000 56#define CONFIG_TUNER_XTAL 13000000
57#endif
56 58
57/* Define this if you have a MAS3587F */ 59/* Define this if you have a MAS3587F */
58#define CONFIG_CODEC MAS3587F 60#define CONFIG_CODEC MAS3587F