diff options
| -rw-r--r-- | firmware/export/config-h100.h | 5 | ||||
| -rw-r--r-- | firmware/export/config-h120.h | 5 | ||||
| -rw-r--r-- | firmware/export/config-h300.h | 5 | ||||
| -rw-r--r-- | firmware/export/config-iaudiox5.h | 6 |
4 files changed, 10 insertions, 11 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 8f93686..f150e56 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -135,9 +135,6 @@ /* Someone with H100 and BDM, please verify if this works. */ /* #define HAVE_EEPROM */ -/* Define this for FM radio input available (not for SIMULATOR) */ -#define HAVE_FMRADIO_IN - #endif /* !SIMULATOR */ /* Define this for S/PDIF input available */ @@ -150,3 +147,5 @@ #define HAVE_SPDIF_POWER #define SPDIF_POWER_INVERTED +/* Define this for FM radio input available */ +#define HAVE_FMRADIO_IN diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index 4ac4b2b..5ef7f86 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -132,9 +132,6 @@ /* Define this if the EEPROM chip is used */ #define HAVE_EEPROM_SETTINGS -/* Define this for FM radio input available (not for SIMULATOR) */ -#define HAVE_FMRADIO_IN - #endif /* !SIMULATOR */ /* Define this for S/PDIF input available */ @@ -146,3 +143,5 @@ /* Define this if you can control the S/PDIF power */ #define HAVE_SPDIF_POWER +/* Define this for FM radio input available */ +#define HAVE_FMRADIO_IN diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index c9c0b04..182acde 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -140,7 +140,8 @@ /* Define this if there is an EEPROM chip */ #define HAVE_EEPROM -/* Define this for FM radio input available (not for SIMULATOR) */ +#endif /* SIMULATOR */ + +/* Define this for FM radio input available */ #define HAVE_FMRADIO_IN -#endif /* SIMULATOR */ diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index d5c67c0..cbb9992 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -82,9 +82,6 @@ should be defined as well. */ #define HAVE_LCD_SLEEP -/* Define this for FM radio input available (not for SIMULATOR) */ -#define HAVE_FMRADIO_IN - /* Define this if you have a Motorola SCF5250 */ #define CONFIG_CPU MCF5250 @@ -142,3 +139,6 @@ #define FLASH_MAGIC 0xfbfbfbf1 #endif /* SIMULATOR */ + +/* Define this for FM radio input available */ +#define HAVE_FMRADIO_IN |