summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r--firmware/export/config/sansaclipv2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 262ed36167..3ae09b7003 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -97,9 +97,12 @@
97#define HAVE_AS3514 97#define HAVE_AS3514
98#define HAVE_AS3543 98#define HAVE_AS3543
99 99
100/* define this if you have a real-time clock */
101#ifndef BOOTLOADER 100#ifndef BOOTLOADER
101/* define this if you have a real-time clock */
102#define CONFIG_RTC RTC_AS3514 102#define CONFIG_RTC RTC_AS3514
103
104/* Define if the device can wake from an RTC alarm */
105#define HAVE_RTC_ALARM
103#endif 106#endif
104 107
105/* Define this if you have a software controlled poweroff */ 108/* Define this if you have a software controlled poweroff */