summaryrefslogtreecommitdiff
path: root/firmware/export/config-recorderv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-recorderv2.h')
-rw-r--r--firmware/export/config-recorderv2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 47d5f669de..f035f2dab0 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -1,8 +1,8 @@
1/* define this if you have recording possibility */ 1/* define this if you have recording possibility */
2#define HAVE_RECORDING 1 2#define HAVE_RECORDING
3 3
4/* define this if you have a bitmap LCD display */ 4/* define this if you have a bitmap LCD display */
5#define HAVE_LCD_BITMAP 1 5#define HAVE_LCD_BITMAP
6 6
7/* define this if you can flip your LCD */ 7/* define this if you can flip your LCD */
8#define HAVE_LCD_FLIP 8#define HAVE_LCD_FLIP
@@ -32,7 +32,7 @@
32#define CONFIG_RTC RTC_M41ST84W 32#define CONFIG_RTC RTC_M41ST84W
33 33
34/* define this if you have RTC RAM available for settings */ 34/* define this if you have RTC RAM available for settings */
35#define HAVE_RTC_RAM 1 35#define HAVE_RTC_RAM
36 36
37/* Define this if you have a software controlled poweroff */ 37/* Define this if you have a software controlled poweroff */
38#define HAVE_SW_POWEROFF 38#define HAVE_SW_POWEROFF
@@ -61,7 +61,7 @@
61#define CONFIG_CPU SH7034 61#define CONFIG_CPU SH7034
62 62
63/* Define this if you have a FM Recorder key system */ 63/* Define this if you have a FM Recorder key system */
64#define HAVE_FMADC 1 64#define HAVE_FMADC
65 65
66/* Define this if you need to power on ATA */ 66/* Define this if you need to power on ATA */
67#define NEEDS_ATA_POWER_ON 67#define NEEDS_ATA_POWER_ON
@@ -94,7 +94,7 @@
94#define FIRMWARE_OFFSET_FILE_DATA 24 94#define FIRMWARE_OFFSET_FILE_DATA 24
95 95
96/* FM recorders can wake up from RTC alarm */ 96/* FM recorders can wake up from RTC alarm */
97#define HAVE_ALARM_MOD 1 97#define HAVE_ALARM_MOD
98 98
99/* Define this if you have an FM Radio */ 99/* Define this if you have an FM Radio */
100#define CONFIG_TUNER S1A0903X01 100#define CONFIG_TUNER S1A0903X01