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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index e7fb73ea0f..9dccf22d0e 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -45,7 +45,13 @@
45/* Define this if you do software codec */ 45/* Define this if you do software codec */
46#define CONFIG_CODEC SWCODEC 46#define CONFIG_CODEC SWCODEC
47 47
48/* Define this if you have an remote lcd */ 48#ifndef SIMULATOR
49/* RTC is autodetected on target only */
50#define CONFIG_RTC RTC_DS1339_DS3231
51#define HAVE_ALARM_MOD
52#endif
53
54 /* Define this if you have an remote lcd */
49#define HAVE_REMOTE_LCD 55#define HAVE_REMOTE_LCD
50 56
51#define CONFIG_LCD LCD_S1D15E06 57#define CONFIG_LCD LCD_S1D15E06