summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-09-01 16:42:43 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-09-01 16:42:43 +0000
commit75c2f89172c92dd62b66ea0c6b76b102a1145aef (patch)
treef0e51d77f65bb33ee7c40431a4e602044a448523 /firmware/export
parent73ff9a7a3f4b8b61ef1a426f8b2ac8877aab690b (diff)
downloadrockbox-75c2f89172c92dd62b66ea0c6b76b102a1145aef.tar.gz
rockbox-75c2f89172c92dd62b66ea0c6b76b102a1145aef.zip
Enabled FM Radio recording source menu item for sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10846 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h5
-rw-r--r--firmware/export/config-h120.h5
-rw-r--r--firmware/export/config-h300.h5
-rw-r--r--firmware/export/config-iaudiox5.h6
4 files changed, 10 insertions, 11 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 8f936866cc..f150e56ff0 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -135,9 +135,6 @@
135/* Someone with H100 and BDM, please verify if this works. */ 135/* Someone with H100 and BDM, please verify if this works. */
136/* #define HAVE_EEPROM */ 136/* #define HAVE_EEPROM */
137 137
138/* Define this for FM radio input available (not for SIMULATOR) */
139#define HAVE_FMRADIO_IN
140
141#endif /* !SIMULATOR */ 138#endif /* !SIMULATOR */
142 139
143/* Define this for S/PDIF input available */ 140/* Define this for S/PDIF input available */
@@ -150,3 +147,5 @@
150#define HAVE_SPDIF_POWER 147#define HAVE_SPDIF_POWER
151#define SPDIF_POWER_INVERTED 148#define SPDIF_POWER_INVERTED
152 149
150/* Define this for FM radio input available */
151#define HAVE_FMRADIO_IN
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 4ac4b2b699..5ef7f862f5 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -132,9 +132,6 @@
132/* Define this if the EEPROM chip is used */ 132/* Define this if the EEPROM chip is used */
133#define HAVE_EEPROM_SETTINGS 133#define HAVE_EEPROM_SETTINGS
134 134
135/* Define this for FM radio input available (not for SIMULATOR) */
136#define HAVE_FMRADIO_IN
137
138#endif /* !SIMULATOR */ 135#endif /* !SIMULATOR */
139 136
140/* Define this for S/PDIF input available */ 137/* Define this for S/PDIF input available */
@@ -146,3 +143,5 @@
146/* Define this if you can control the S/PDIF power */ 143/* Define this if you can control the S/PDIF power */
147#define HAVE_SPDIF_POWER 144#define HAVE_SPDIF_POWER
148 145
146/* Define this for FM radio input available */
147#define HAVE_FMRADIO_IN
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index c9c0b04bcb..182acde60e 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -140,7 +140,8 @@
140/* Define this if there is an EEPROM chip */ 140/* Define this if there is an EEPROM chip */
141#define HAVE_EEPROM 141#define HAVE_EEPROM
142 142
143/* Define this for FM radio input available (not for SIMULATOR) */ 143#endif /* SIMULATOR */
144
145/* Define this for FM radio input available */
144#define HAVE_FMRADIO_IN 146#define HAVE_FMRADIO_IN
145 147
146#endif /* SIMULATOR */
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index d5c67c0a1c..cbb9992788 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -82,9 +82,6 @@
82 should be defined as well. */ 82 should be defined as well. */
83#define HAVE_LCD_SLEEP 83#define HAVE_LCD_SLEEP
84 84
85/* Define this for FM radio input available (not for SIMULATOR) */
86#define HAVE_FMRADIO_IN
87
88/* Define this if you have a Motorola SCF5250 */ 85/* Define this if you have a Motorola SCF5250 */
89#define CONFIG_CPU MCF5250 86#define CONFIG_CPU MCF5250
90 87
@@ -142,3 +139,6 @@
142#define FLASH_MAGIC 0xfbfbfbf1 139#define FLASH_MAGIC 0xfbfbfbf1
143 140
144#endif /* SIMULATOR */ 141#endif /* SIMULATOR */
142
143/* Define this for FM radio input available */
144#define HAVE_FMRADIO_IN