summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiox5.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-iaudiox5.h')
-rw-r--r--firmware/export/config-iaudiox5.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index 8a2ed7a29d..d5c67c0a1c 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -17,6 +17,7 @@
17 17
18/* define this if you have access to the quickscreen */ 18/* define this if you have access to the quickscreen */
19#define HAVE_QUICKSCREEN 19#define HAVE_QUICKSCREEN
20
20/* define this if you have access to the pitchscreen */ 21/* define this if you have access to the pitchscreen */
21#define HAVE_PITCHSCREEN 22#define HAVE_PITCHSCREEN
22 23
@@ -81,6 +82,9 @@
81 should be defined as well. */ 82 should be defined as well. */
82#define HAVE_LCD_SLEEP 83#define HAVE_LCD_SLEEP
83 84
85/* Define this for FM radio input available (not for SIMULATOR) */
86#define HAVE_FMRADIO_IN
87
84/* Define this if you have a Motorola SCF5250 */ 88/* Define this if you have a Motorola SCF5250 */
85#define CONFIG_CPU MCF5250 89#define CONFIG_CPU MCF5250
86 90