forked from len0rd/rockbox
Add RTC driver for Seiko S35390A (used in the Meizu M3 and possibly other Meizus)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21539 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
79642ea634
commit
ce5dc3ab96
3 changed files with 97 additions and 2 deletions
|
@ -177,6 +177,8 @@ drivers/rtc/rtc_mc13783.c
|
|||
drivers/rtc/rtc_tcc77x.c
|
||||
#elif (CONFIG_RTC == RTC_JZ47XX)
|
||||
drivers/rtc/rtc_jz4740.c
|
||||
#elif (CONFIG_RTC == RTC_S35390A)
|
||||
drivers/rtc/rtc_s35390a.c
|
||||
#endif /* (CONFIG_RTC == RTC_) */
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue