summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiom3.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2009-11-07 10:48:05 +0000
committerNils Wallménius <nils@rockbox.org>2009-11-07 10:48:05 +0000
commit109f182b0c16e2ebb50fbae746550730151d8913 (patch)
tree8d1977fda7754e992743e59a3e48a794623b0021 /firmware/export/config-iaudiom3.h
parent9b6d3d74b380625f62fccb985043e864c648d330 (diff)
downloadrockbox-109f182b0c16e2ebb50fbae746550730151d8913.tar.gz
rockbox-109f182b0c16e2ebb50fbae746550730151d8913.zip
Introduce new config header 'config-sim.h' that takes care of undefining things that shouldn't be defined for sims so that the target configs no longer need to have #ifndef SIMULATOR sections and to bring some consistency for what is and is not included for sims.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-iaudiom3.h')
-rw-r--r--firmware/export/config-iaudiom3.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config-iaudiom3.h b/firmware/export/config-iaudiom3.h
index b3d7fb83b3..99c4605be0 100644
--- a/firmware/export/config-iaudiom3.h
+++ b/firmware/export/config-iaudiom3.h
@@ -117,8 +117,6 @@
117/* define current usage levels */ 117/* define current usage levels */
118#define CURRENT_REMOTE 8 /* additional current when remote connected */ 118#define CURRENT_REMOTE 8 /* additional current when remote connected */
119 119
120#ifndef SIMULATOR
121
122/* Define this if your LCD can set contrast */ 120/* Define this if your LCD can set contrast */
123#define HAVE_LCD_CONTRAST 121#define HAVE_LCD_CONTRAST
124 122
@@ -140,8 +138,8 @@
140/* Define this if you have ATA power-off control */ 138/* Define this if you have ATA power-off control */
141#define HAVE_ATA_POWER_OFF 139#define HAVE_ATA_POWER_OFF
142 140
143/* Virtual LED (icon) */ 141/* FIXME: implement hardware LED handling */
144#define CONFIG_LED LED_VIRTUAL /* FIXME: implement hardware LED handling */ 142/* #define CONFIG_LED LED_REAL */
145 143
146/* Offset ( in the firmware file's header ) to the file CRC */ 144/* Offset ( in the firmware file's header ) to the file CRC */
147#define FIRMWARE_OFFSET_FILE_CRC 0 145#define FIRMWARE_OFFSET_FILE_CRC 0
@@ -160,8 +158,6 @@
160#define FLASH_ENTRYPOINT 0x00001000 158#define FLASH_ENTRYPOINT 0x00001000
161#define FLASH_MAGIC 0xfbfbfbf1 159#define FLASH_MAGIC 0xfbfbfbf1
162 160
163#endif /* SIMULATOR */
164
165/* Define this for FM radio input available */ 161/* Define this for FM radio input available */
166#define HAVE_FMRADIO_IN 162#define HAVE_FMRADIO_IN
167 163