summaryrefslogtreecommitdiff
path: root/firmware/export/config-m200v4.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-11-10 16:34:52 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-11-10 16:34:52 +0000
commit871d85a8daa2764dcb1432e92d05f540b3eb78fa (patch)
tree4bfc1db7c2cccb886a867353029846b5f59617ba /firmware/export/config-m200v4.h
parentdd226ea7355f7fe4c4c0f8b52a2f776470ed9829 (diff)
downloadrockbox-871d85a8daa2764dcb1432e92d05f540b3eb78fa.tar.gz
rockbox-871d85a8daa2764dcb1432e92d05f540b3eb78fa.zip
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/config-m200v4.h')
-rw-r--r--firmware/export/config-m200v4.h3
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 @@
56#define CONFIG_RTC RTC_AS3525 56#define CONFIG_RTC RTC_AS3525
57#endif 57#endif
58 58
59/* Hardware controlled charging */
60#define CONFIG_CHARGING CHARGING_SIMPLE
61
59/* define this if you have RTC RAM available for settings */ 62/* define this if you have RTC RAM available for settings */
60//#define HAVE_RTC_RAM 63//#define HAVE_RTC_RAM
61 64