summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/iaudiom5.h3
-rw-r--r--firmware/export/config/iaudiox5.h3
-rw-r--r--firmware/export/config/iriverh300.h3
3 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/config/iaudiom5.h b/firmware/export/config/iaudiom5.h
index f1ef78ae24..19c77ceb2d 100644
--- a/firmware/export/config/iaudiom5.h
+++ b/firmware/export/config/iaudiom5.h
@@ -98,6 +98,9 @@
98/* define this if you have a real-time clock */ 98/* define this if you have a real-time clock */
99#define CONFIG_RTC RTC_PCF50606 99#define CONFIG_RTC RTC_PCF50606
100 100
101/* define this if you have a real-time clock alarm */
102#define HAVE_RTC_ALARM
103
101/* Define this if you have an remote lcd */ 104/* Define this if you have an remote lcd */
102#define HAVE_REMOTE_LCD 105#define HAVE_REMOTE_LCD
103 106
diff --git a/firmware/export/config/iaudiox5.h b/firmware/export/config/iaudiox5.h
index 62f6d595e3..d74c4472e9 100644
--- a/firmware/export/config/iaudiox5.h
+++ b/firmware/export/config/iaudiox5.h
@@ -100,6 +100,9 @@
100/* define this if you have a real-time clock */ 100/* define this if you have a real-time clock */
101#define CONFIG_RTC RTC_PCF50606 101#define CONFIG_RTC RTC_PCF50606
102 102
103/* define this if you have a real-time clock alarm */
104#define HAVE_RTC_ALARM
105
103/* Define this if you have an remote lcd */ 106/* Define this if you have an remote lcd */
104#define HAVE_REMOTE_LCD 107#define HAVE_REMOTE_LCD
105 108
diff --git a/firmware/export/config/iriverh300.h b/firmware/export/config/iriverh300.h
index ce8f2151f0..0be9d0da7a 100644
--- a/firmware/export/config/iriverh300.h
+++ b/firmware/export/config/iriverh300.h
@@ -76,6 +76,9 @@
76 that needs spinups and can cause skips when shaked */ 76 that needs spinups and can cause skips when shaked */
77#define HAVE_DISK_STORAGE 77#define HAVE_DISK_STORAGE
78 78
79/* Define if the device can wake from an RTC alarm */
80#define HAVE_RTC_ALARM
81
79/* Define this if you have an remote lcd */ 82/* Define this if you have an remote lcd */
80#define HAVE_REMOTE_LCD 83#define HAVE_REMOTE_LCD
81 84