diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-01-23 00:28:12 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-01-23 00:28:12 +0000 |
commit | 598d870f3f57ee72cd2a34235258de5e135c6ab6 (patch) | |
tree | 244cd7800f1a37cb8ccf8ce0c84bdd467186ed5d | |
parent | 9794cd449bf8a67cba4d65c3118895d1033c4271 (diff) | |
download | rockbox-598d870f3f57ee72cd2a34235258de5e135c6ab6.tar.gz rockbox-598d870f3f57ee72cd2a34235258de5e135c6ab6.zip |
Gmini has software poweroff.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5635 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config-gmini120.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h index 23cfea1fa2..47dbb2c899 100644 --- a/firmware/export/config-gmini120.h +++ b/firmware/export/config-gmini120.h @@ -33,6 +33,9 @@ #define CPU_FREQ 30000000 /* approximate value (and false in general since freq is variable) */ +/* Define this if you have a software controlled poweroff */ +#define HAVE_SW_POWEROFF + /* Always enable debug till we stabilize */ #define EMULATOR #define DEBUG |