summaryrefslogtreecommitdiffstats
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-06-22 23:24:45 +0000
committerJens Arnold <amiconn@rockbox.org>2005-06-22 23:24:45 +0000
commit337f3a1b99a01f12ef0aea7bf67ddb727899d208 (patch)
tree5bc3e6a777edfabd7de11722d20c221737db19f6 /firmware/export/config-ondiofm.h
parent7ec8aa2a2c356f5929daa44e9e38386107d70f44 (diff)
downloadrockbox-337f3a1b99a01f12ef0aea7bf67ddb727899d208.tar.gz
rockbox-337f3a1b99a01f12ef0aea7bf67ddb727899d208.zip
Make the simulator builds know about software poweroff, for more consistent behaviour to the targets. Changed some #if conditions to better reflect the hardware. Fixes iriver sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6833 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 2380f220c0..b052832bbc 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -11,6 +11,9 @@
/* define this if you have an Ondio style 6-key keyboard */
#define CONFIG_KEYPAD ONDIO_PAD
+/* Define this if you have a software controlled poweroff */
+#define HAVE_SW_POWEROFF
+
#ifndef SIMULATOR
/* Define this if you have a SH7034 */
@@ -76,9 +79,6 @@
/* Define this if the MAS SIBI line can be controlled via PB8 */
#define HAVE_MAS_SIBI_CONTROL
-/* Define this if you have a software controlled poweroff */
-#define HAVE_SW_POWEROFF
-
/* define this if more than one device/partition can be used */
#define HAVE_MULTIVOLUME