summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r--firmware/export/config-fmrecorder.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index 4f9decf74b..af7ca91315 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -9,7 +9,7 @@
9#define LCD_HEIGHT 64 9#define LCD_HEIGHT 64
10 10
11/* define this if you have a Recorder style 10-key keyboard */ 11/* define this if you have a Recorder style 10-key keyboard */
12#define HAVE_RECORDER_KEYPAD 1 12#define CONFIG_KEYPAD RECORDER_PAD
13 13
14/* define this if you have a real-time clock */ 14/* define this if you have a real-time clock */
15#define HAVE_RTC 1 15#define HAVE_RTC 1
@@ -17,10 +17,10 @@
17#ifndef SIMULATOR 17#ifndef SIMULATOR
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 SH7034 */ 22/* Define this if you have a SH7034 */
23#define HAVE_SH7034 23#define CONFIG_CPU SH7034
24 24
25/* Define this if you have a FM Recorder key system */ 25/* Define this if you have a FM Recorder key system */
26#define HAVE_FMADC 1 26#define HAVE_FMADC 1
@@ -56,7 +56,7 @@
56#define HAVE_ALARM_MOD 1 56#define HAVE_ALARM_MOD 1
57 57
58/* Define this if you have an FM Radio */ 58/* Define this if you have an FM Radio */
59#define HAVE_FMRADIO 1 59#define CONFIG_TUNER S1A0903X01
60 60
61/* How to detect USB */ 61/* How to detect USB */
62#define USB_FMRECORDERSTYLE 1 62#define USB_FMRECORDERSTYLE 1