forked from len0rd/rockbox
HD300 - add basic RTC support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28697 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
084c6905db
commit
2d3064a7aa
4 changed files with 133 additions and 2 deletions
|
@ -252,6 +252,8 @@ drivers/rtc/rtc_tcc77x.c
|
|||
drivers/rtc/rtc_jz4740.c
|
||||
#elif (CONFIG_RTC == RTC_S35390A)
|
||||
drivers/rtc/rtc_s35390a.c
|
||||
#elif (CONFIG_RTC == RTC_S35380A)
|
||||
drivers/rtc/rtc_s35380a.c
|
||||
#elif (CONFIG_RTC == RTC_D2)
|
||||
drivers/rtc/rtc_d2.c
|
||||
#endif /* (CONFIG_RTC == RTC_) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue