From a2eb38a8c52df6bd27158acdb8e27bef188aaf7d Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 1 Mar 2007 12:47:33 +0000 Subject: H100: Disable RTC support by default, for now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12533 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h120.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware') diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index e899cd4c5a..1791bdf78b 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -45,11 +45,14 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC +/* Set to 1 if you want to build with RTC support */ +#if 0 #ifndef SIMULATOR /* RTC is autodetected on target only */ #define CONFIG_RTC RTC_DS1339_DS3231 #define HAVE_RTC_ALARM #endif +#endif /* Define this if you have an remote lcd */ #define HAVE_REMOTE_LCD -- cgit v1.2.3