From 9cf2b2041506e7e9d109c792ff862760d285ec47 Mon Sep 17 00:00:00 2001 From: Jon Escombe Date: Mon, 5 Dec 2022 17:07:50 +0000 Subject: [PATCH] modules: lvgl: Enable for CPU_CORTEX_M0/M0PLUS Cortex M0 support was previously disabled due to a compiler bug. SDK 15.1 includes GCC 12.1 which solves this issue. Fixes: #52788 Signed-off-by: Jon Escombe --- modules/Kconfig.lvgl | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/Kconfig.lvgl b/modules/Kconfig.lvgl index 78398451e39..5101f245215 100644 --- a/modules/Kconfig.lvgl +++ b/modules/Kconfig.lvgl @@ -3,7 +3,6 @@ config LVGL bool "LittlevGL GUI library" - depends on !CPU_CORTEX_M0 && !CPU_CORTEX_M0PLUS help This option enables the LittlevGL GUI library.