summaryrefslogtreecommitdiff
path: root/firmware/export/config-iaudiom3.h
diff options
context:
space:
mode:
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