mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-11 06:05:21 -05:00
AMS Sansa (formerly 'V2') use the as3514 RTC
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19072 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1811858476
commit
81b2ffb63e
6 changed files with 5 additions and 7 deletions
|
|
@ -345,7 +345,6 @@ target/arm/as3525/audio-as3525.c
|
|||
target/arm/as3525/debug-as3525.c
|
||||
target/arm/as3525/i2s-as3525.c
|
||||
target/arm/as3525/i2c-as3525.c
|
||||
drivers/rtc/rtc_as3514.c
|
||||
target/arm/as3525/powermgmt-as3525.c
|
||||
#endif /* BOOTLOADER */
|
||||
#endif /* CONFIG_CPU == AS3525 */
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#define CONFIG_RTC RTC_AS3525
|
||||
#define CONFIG_RTC RTC_AS3514
|
||||
#endif
|
||||
|
||||
/* Define this if you have a software controlled poweroff */
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#define CONFIG_RTC RTC_AS3525
|
||||
#define CONFIG_RTC RTC_AS3514
|
||||
#endif
|
||||
|
||||
/* Define this if you have a software controlled poweroff */
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#define CONFIG_RTC RTC_AS3525
|
||||
#define CONFIG_RTC RTC_AS3514
|
||||
#endif
|
||||
|
||||
/* Define this if you have a software controlled poweroff */
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
/* define this if you have a real-time clock */
|
||||
#ifndef BOOTLOADER
|
||||
#define CONFIG_RTC RTC_AS3525
|
||||
#define CONFIG_RTC RTC_AS3514
|
||||
#endif
|
||||
|
||||
/* define this if you have RTC RAM available for settings */
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@
|
|||
#define RTC_PCF50606 3 /* iriver H300 */
|
||||
#define RTC_S3C2440 4
|
||||
#define RTC_E8564 5 /* iriver H10 */
|
||||
#define RTC_AS3514 6 /* Sandisk Sansa e200 series */
|
||||
#define RTC_AS3514 6 /* Sandisk Sansa series */
|
||||
#define RTC_DS1339_DS3231 7 /* h1x0 RTC mod */
|
||||
#define RTC_IMX31L 8
|
||||
#define RTC_RX5X348AB 9
|
||||
|
|
@ -212,7 +212,6 @@
|
|||
#define RTC_S5L8700 14
|
||||
#define RTC_S35390A 15
|
||||
#define RTC_JZ47XX 16 /* Ingenic Jz47XX */
|
||||
#define RTC_AS3525 17
|
||||
|
||||
/* USB On-the-go */
|
||||
#define USBOTG_ISP1362 1362 /* iriver H300 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue