summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-12-06 10:24:54 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-12-06 10:24:54 +0000
commit1f64b7fb1fa5058e3b7871078055156eac0c511d (patch)
tree7f3f1df42850144965682e650186588e5c938252
parent4eb5aa2392628dd3453219065b96c3498225e06a (diff)
downloadrockbox-1f64b7fb1fa5058e3b7871078055156eac0c511d.tar.gz
rockbox-1f64b7fb1fa5058e3b7871078055156eac0c511d.zip
HD300: enable RTC alarm function (working partially for now)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28741 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/mpiohd300.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/mpiohd300.h b/firmware/export/config/mpiohd300.h
index afab313bb2..e31a2b454f 100644
--- a/firmware/export/config/mpiohd300.h
+++ b/firmware/export/config/mpiohd300.h
@@ -74,6 +74,7 @@
74 74
75/* Define this if you have RTC */ 75/* Define this if you have RTC */
76#define CONFIG_RTC RTC_S35380A 76#define CONFIG_RTC RTC_S35380A
77#define HAVE_RTC_ALARM
77 78
78#define CONFIG_LCD LCD_S1D15E06 79#define CONFIG_LCD LCD_S1D15E06
79 80