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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 36fd095507..d27444840b 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -9,15 +9,15 @@
9#define LCD_HEIGHT 64 9#define LCD_HEIGHT 64
10 10
11/* define this if you have an Ondio style 6-key keyboard */ 11/* define this if you have an Ondio style 6-key keyboard */
12#define HAVE_ONDIO_KEYPAD 12#define CONFIG_KEYPAD ONDIO_PAD
13 13
14#ifndef SIMULATOR 14#ifndef SIMULATOR
15 15
16/* Define this if you have a SH7034 */ 16/* Define this if you have a SH7034 */
17#define HAVE_SH7034 17#define CONFIG_CPU SH7034
18 18
19/* Define this if you have a MAS3587F */ 19/* Define this if you have a MAS3587F */
20#define HAVE_MAS3587F 20#define CONFIG_HWCODEC MAS3587F
21 21
22/* Define this if you have a LiIon battery */ 22/* Define this if you have a LiIon battery */
23/* #define HAVE_LIION */ 23/* #define HAVE_LIION */
@@ -50,7 +50,7 @@
50/* #define HAVE_ALARM_MOD 1 */ 50/* #define HAVE_ALARM_MOD 1 */
51 51
52/* Define this if you have an FM Radio */ 52/* Define this if you have an FM Radio */
53#define HAVE_FMRADIO 1 53#define CONFIG_TUNER TEA5767
54 54
55/* How to detect USB */ 55/* How to detect USB */
56#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */ 56#define USB_FMRECORDERSTYLE 1 /* like FM, on AN1 */