summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-10 18:18:27 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-10 18:18:27 +0000
commit81b2ffb63ea164d41ffb793187c9e1244c6355c9 (patch)
tree0fd68e18df3074932f70cbf1eee37260d550165d /firmware/export/config.h
parent18118584769e8e1ecbf56bf4f3ff06922eabcfa7 (diff)
downloadrockbox-81b2ffb63ea164d41ffb793187c9e1244c6355c9.tar.gz
rockbox-81b2ffb63ea164d41ffb793187c9e1244c6355c9.zip
AMS Sansa (formerly 'V2') use the as3514 RTC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19072 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h3
1 files changed, 1 insertions, 2 deletions
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 */