summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 6d204c3d66..7310dfa42f 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -123,7 +123,10 @@
123#define BOOTFILE_EXT "iriver" 123#define BOOTFILE_EXT "iriver"
124#define BOOTFILE "rockbox." BOOTFILE_EXT 124#define BOOTFILE "rockbox." BOOTFILE_EXT
125 125
126#endif 126/* Define this if there is an EEPROM chip */
127#define HAVE_EEPROM
128
129#endif /* !SIMULATOR */
127 130
128/* Define this for S/PDIF input available */ 131/* Define this for S/PDIF input available */
129#define HAVE_SPDIF_IN 132#define HAVE_SPDIF_IN
@@ -134,3 +137,4 @@
134/* Define this if you can control the S/PDIF power */ 137/* Define this if you can control the S/PDIF power */
135#define HAVE_SPDIF_POWER 138#define HAVE_SPDIF_POWER
136#define SPDIF_POWER_INVERTED 139#define SPDIF_POWER_INVERTED
140