summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 0d374c3947..a1828efad2 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -43,11 +43,11 @@
43/* The number of bytes reserved for loadable plugins */ 43/* The number of bytes reserved for loadable plugins */
44#define PLUGIN_BUFFER_SIZE 0xC0000 44#define PLUGIN_BUFFER_SIZE 0xC0000
45 45
46#ifndef SIMULATOR
47
48#define CONFIG_TUNER TEA5767 46#define CONFIG_TUNER TEA5767
49#define CONFIG_TUNER_XTAL 32768000 47#define CONFIG_TUNER_XTAL 32768000
50 48
49#ifndef SIMULATOR
50
51/* Define this if you have a Motorola SCF5249 */ 51/* Define this if you have a Motorola SCF5249 */
52#define CONFIG_CPU MCF5249 52#define CONFIG_CPU MCF5249
53 53