diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index c45fa5c71f..db6ecbf8ea 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -7,9 +7,6 @@ */ #define IRIVER_H100_SERIES 1 -#define CONFIG_TUNER TEA5767 -#define CONFIG_TUNER_XTAL 32768000 - /* For Rolo and boot loader */ #define MODEL_NUMBER 1 @@ -52,6 +49,9 @@ #ifndef SIMULATOR +#define CONFIG_TUNER TEA5767 +#define CONFIG_TUNER_XTAL 32768000 + /* Define this if you have a Motorola SCF5249 */ #define CONFIG_CPU MCF5249 diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index 7a894ed549..0d374c3947 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -3,9 +3,6 @@ */ #define IRIVER_H100_SERIES 1 -#define CONFIG_TUNER TEA5767 -#define CONFIG_TUNER_XTAL 32768000 - /* For Rolo and boot loader */ #define MODEL_NUMBER 0 @@ -48,6 +45,9 @@ #ifndef SIMULATOR +#define CONFIG_TUNER TEA5767 +#define CONFIG_TUNER_XTAL 32768000 + /* Define this if you have a Motorola SCF5249 */ #define CONFIG_CPU MCF5249