summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 92997dc7b8..74be1f9711 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -601,10 +601,6 @@ Lyre prototype 1 */
601//#error "unknown hwardware platform!" 601//#error "unknown hwardware platform!"
602#endif 602#endif
603 603
604#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000
605#define CODEC_AAC_SBR_DEC
606#endif
607
608#ifdef __PCTOOL__ 604#ifdef __PCTOOL__
609#undef CONFIG_CPU 605#undef CONFIG_CPU
610#define CONFIG_CPU 0 606#define CONFIG_CPU 0
@@ -685,6 +681,10 @@ Lyre prototype 1 */
685/* now set any CONFIG_ defines correctly if they are not used, 681/* now set any CONFIG_ defines correctly if they are not used,
686 No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */ 682 No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */
687 683
684#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000
685#define CODEC_AAC_SBR_DEC
686#endif
687
688#if !defined(CONFIG_BACKLIGHT_FADING) 688#if !defined(CONFIG_BACKLIGHT_FADING)
689#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING 689#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
690#endif 690#endif