summaryrefslogtreecommitdiff
path: root/firmware/export/config-hdd1630.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-hdd1630.h')
-rwxr-xr-xfirmware/export/config-hdd1630.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index 4b2e7ba9fd..483573be94 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -74,10 +74,11 @@
74/* Define this if you do software codec */ 74/* Define this if you do software codec */
75#define CONFIG_CODEC SWCODEC 75#define CONFIG_CODEC SWCODEC
76 76
77/* define this if you have a real-time clock */ 77/* define this if you have a real-time clock. The HDD16x0 has a PCF8563 RTC,
78 but it's register compatible with the E8564. */
78#ifndef BOOTLOADER 79#ifndef BOOTLOADER
79/* #define CONFIG_RTC RTC_E8564 */ 80#define CONFIG_RTC RTC_E8564
80/* #define HAVE_RTC_ALARM */ 81#define HAVE_RTC_ALARM
81#endif 82#endif
82 83
83/* Define this if you have a software controlled poweroff */ 84/* Define this if you have a software controlled poweroff */