summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-clip.h2
-rw-r--r--firmware/export/config-e200v2.h2
-rw-r--r--firmware/export/config-fuze.h2
-rw-r--r--firmware/export/config-m200v4.h2
-rw-r--r--firmware/export/config.h3
5 files changed, 5 insertions, 6 deletions
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 17d975f49d..b05d2c5091 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -76,7 +76,7 @@
76 76
77/* define this if you have a real-time clock */ 77/* define this if you have a real-time clock */
78#ifndef BOOTLOADER 78#ifndef BOOTLOADER
79#define CONFIG_RTC RTC_AS3525 79#define CONFIG_RTC RTC_AS3514
80#endif 80#endif
81 81
82/* Define this if you have a software controlled poweroff */ 82/* Define this if you have a software controlled poweroff */
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h
index c51bac0a9f..f2ba798f58 100644
--- a/firmware/export/config-e200v2.h
+++ b/firmware/export/config-e200v2.h
@@ -79,7 +79,7 @@
79 79
80/* define this if you have a real-time clock */ 80/* define this if you have a real-time clock */
81#ifndef BOOTLOADER 81#ifndef BOOTLOADER
82#define CONFIG_RTC RTC_AS3525 82#define CONFIG_RTC RTC_AS3514
83#endif 83#endif
84 84
85/* Define this if you have a software controlled poweroff */ 85/* Define this if you have a software controlled poweroff */
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index d9aac46a14..795047fd75 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -79,7 +79,7 @@
79 79
80/* define this if you have a real-time clock */ 80/* define this if you have a real-time clock */
81#ifndef BOOTLOADER 81#ifndef BOOTLOADER
82#define CONFIG_RTC RTC_AS3525 82#define CONFIG_RTC RTC_AS3514
83#endif 83#endif
84 84
85/* Define this if you have a software controlled poweroff */ 85/* Define this if you have a software controlled poweroff */
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index 75ac137ffd..b16b5fed43 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -63,7 +63,7 @@
63 63
64/* define this if you have a real-time clock */ 64/* define this if you have a real-time clock */
65#ifndef BOOTLOADER 65#ifndef BOOTLOADER
66#define CONFIG_RTC RTC_AS3525 66#define CONFIG_RTC RTC_AS3514
67#endif 67#endif
68 68
69/* define this if you have RTC RAM available for settings */ 69/* define this if you have RTC RAM available for settings */
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3a902230cc..7f72cde7d4 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -201,7 +201,7 @@
201#define RTC_PCF50606 3 /* iriver H300 */ 201#define RTC_PCF50606 3 /* iriver H300 */
202#define RTC_S3C2440 4 202#define RTC_S3C2440 4
203#define RTC_E8564 5 /* iriver H10 */ 203#define RTC_E8564 5 /* iriver H10 */
204#define RTC_AS3514 6 /* Sandisk Sansa e200 series */ 204#define RTC_AS3514 6 /* Sandisk Sansa series */
205#define RTC_DS1339_DS3231 7 /* h1x0 RTC mod */ 205#define RTC_DS1339_DS3231 7 /* h1x0 RTC mod */
206#define RTC_IMX31L 8 206#define RTC_IMX31L 8
207#define RTC_RX5X348AB 9 207#define RTC_RX5X348AB 9
@@ -212,7 +212,6 @@
212#define RTC_S5L8700 14 212#define RTC_S5L8700 14
213#define RTC_S35390A 15 213#define RTC_S35390A 15
214#define RTC_JZ47XX 16 /* Ingenic Jz47XX */ 214#define RTC_JZ47XX 16 /* Ingenic Jz47XX */
215#define RTC_AS3525 17
216 215
217/* USB On-the-go */ 216/* USB On-the-go */
218#define USBOTG_ISP1362 1362 /* iriver H300 */ 217#define USBOTG_ISP1362 1362 /* iriver H300 */