diff options
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r-- | firmware/export/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index a4f0ea94fd..0d15ab6a33 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -973,7 +973,9 @@ Lyre prototype 1 */ || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \ || defined(APPLICATION) || (CONFIG_CPU == PP5002) \ - || (CONFIG_CPU == RK27XX) || (CONFIG_CPU == IMX233) + || (CONFIG_CPU == RK27XX) || (CONFIG_CPU == IMX233) || \ + (defined(HAVE_LCD_COLOR) && \ + (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))) #define HAVE_SEMAPHORE_OBJECTS #endif |