summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.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-fmrecorder.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-fmrecorder.h')
-rw-r--r--firmware/export/config-fmrecorder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index b7f8621f67..914ef60f79 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -14,6 +14,9 @@
14/* define this if you have a real-time clock */ 14/* define this if you have a real-time clock */
15#define HAVE_RTC 1 15#define HAVE_RTC 1
16 16
17/* Define this if you have a software controlled poweroff */
18#define HAVE_SW_POWEROFF
19
17#ifndef SIMULATOR 20#ifndef SIMULATOR
18 21
19/* Define this if you have a MAS3587F */ 22/* Define this if you have a MAS3587F */
@@ -73,9 +76,6 @@
73/* Define this for LCD backlight available */ 76/* Define this for LCD backlight available */
74#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ 77#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
75 78
76/* Define this if you have a software controlled poweroff */
77#define HAVE_SW_POWEROFF
78
79#define CONFIG_LCD LCD_SSD1815 79#define CONFIG_LCD LCD_SSD1815
80 80
81#define BOOTFILE_EXT ".ajz" 81#define BOOTFILE_EXT ".ajz"