summaryrefslogtreecommitdiff
path: root/firmware/export/config/vibe500.h
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-02-17 18:42:19 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-02-17 18:42:19 +0000
commitd3d29edbf3e27a028d203b7db87deb6ad6fde2e0 (patch)
tree83777a7bfaf6521e33a423e849f13306b90025fb /firmware/export/config/vibe500.h
parent40e833af5f0551246c3fa7542bcf4db9c5be976d (diff)
downloadrockbox-d3d29edbf3e27a028d203b7db87deb6ad6fde2e0.tar.gz
rockbox-d3d29edbf3e27a028d203b7db87deb6ad6fde2e0.zip
Packard Bell Vibe 500: add RTC alarm.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24728 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/vibe500.h')
-rw-r--r--firmware/export/config/vibe500.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h
index 5dcb591a34..d2c279a131 100644
--- a/firmware/export/config/vibe500.h
+++ b/firmware/export/config/vibe500.h
@@ -81,6 +81,7 @@
81/* define this if you have a real-time clock */ 81/* define this if you have a real-time clock */
82/* Philips 8563T - E8564 is a clone of it */ 82/* Philips 8563T - E8564 is a clone of it */
83#define CONFIG_RTC RTC_E8564 83#define CONFIG_RTC RTC_E8564
84#define HAVE_RTC_ALARM
84 85
85/* define this if you have a disk storage, i.e. something 86/* define this if you have a disk storage, i.e. something
86 that needs spinups and can cause skips when shaked */ 87 that needs spinups and can cause skips when shaked */