summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-12-22 23:48:32 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-12-22 23:48:32 +0000
commite57471a1bed393c1ab8c8560134b2818b4b96ffd (patch)
treee9845478dfb8752194fc03fd725197ac2c6fdf4d /firmware/export/config-h300.h
parent0dac8b77b8214f3f2b4a082e9d512b2352459742 (diff)
downloadrockbox-e57471a1bed393c1ab8c8560134b2818b4b96ffd.tar.gz
rockbox-e57471a1bed393c1ab8c8560134b2818b4b96ffd.zip
H300: RTC support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8284 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 54a2ef543f..2698d12098 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -30,6 +30,9 @@
30/* Define this if you do software codec */ 30/* Define this if you do software codec */
31#define CONFIG_CODEC SWCODEC 31#define CONFIG_CODEC SWCODEC
32 32
33/* define this if you have a real-time clock */
34#define CONFIG_RTC RTC_PCF50606
35
33/* Define this if you have an remote lcd */ 36/* Define this if you have an remote lcd */
34#define HAVE_REMOTE_LCD 37#define HAVE_REMOTE_LCD
35 38