diff options
author | Dave Chapman <dave@dchapman.com> | 2005-12-11 10:52:17 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-12-11 10:52:17 +0000 |
commit | e066a20b6722fc7a2948e92751a6709706f43525 (patch) | |
tree | 036e35bb632ac5608be7791c6702d2fa1a07715a /firmware/export/config-ipodnano.h | |
parent | 060320b95c99d91fd2e72cc1c3aabbad8d99127d (diff) |
iPod: Cleanup of i2c code and addition of RTC driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8219 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r-- | firmware/export/config-ipodnano.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index 99eb67b5bf..6657ba8aaa 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -26,6 +26,9 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC +/* define this if you have a real-time clock */ +#define CONFIG_RTC RTC_PCF50605 + /* Define this if you have a software controlled poweroff */ //#define HAVE_SW_POWEROFF |