Change-Id: Ic3f136f5c88c46da68b78bc21ddefdf9fdbf2745
This commit is contained in:
Solomon Peachy 2023-12-31 21:30:07 -05:00
parent 4cd65b9d97
commit 161c861153

View file

@ -601,10 +601,6 @@ Lyre prototype 1 */
//#error "unknown hwardware platform!"
#endif
#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000
#define CODEC_AAC_SBR_DEC
#endif
#ifdef __PCTOOL__
#undef CONFIG_CPU
#define CONFIG_CPU 0
@ -685,6 +681,10 @@ Lyre prototype 1 */
/* now set any CONFIG_ defines correctly if they are not used,
No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */
#if !(CONFIG_CPU >= PP5002 && CONFIG_CPU <= PP5022) && CODEC_SIZE >= 0x80000
#define CODEC_AAC_SBR_DEC
#endif
#if !defined(CONFIG_BACKLIGHT_FADING)
#define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
#endif