From c9e8176288298da8c513fea998745ddc65d39f0a Mon Sep 17 00:00:00 2001 From: b0hoon Date: Wed, 17 Feb 2010 18:42:19 +0000 Subject: [PATCH] Packard Bell Vibe 500: add RTC alarm. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24728 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/vibe500.h | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h index 5dcb591a3..d2c279a13 100644 --- a/firmware/export/config/vibe500.h +++ b/firmware/export/config/vibe500.h @@ -81,6 +81,7 @@ /* define this if you have a real-time clock */ /* Philips 8563T - E8564 is a clone of it */ #define CONFIG_RTC RTC_E8564 +#define HAVE_RTC_ALARM /* define this if you have a disk storage, i.e. something that needs spinups and can cause skips when shaked */ -- 2.11.4.GIT