diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2008-11-10 16:34:52 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2008-11-10 16:34:52 +0000 |
commit | 871d85a8daa2764dcb1432e92d05f540b3eb78fa (patch) | |
tree | 4bfc1db7c2cccb886a867353029846b5f59617ba /firmware/export | |
parent | dd226ea7355f7fe4c4c0f8b52a2f776470ed9829 (diff) |
M200V4 : use simple charging (no support yet, will be controlled via i2c)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19069 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-m200v4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index 20bbec6023..7cc2a1db31 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -56,6 +56,9 @@ #define CONFIG_RTC RTC_AS3525 #endif +/* Hardware controlled charging */ +#define CONFIG_CHARGING CHARGING_SIMPLE + /* define this if you have RTC RAM available for settings */ //#define HAVE_RTC_RAM |