From 71c739cc2dbcebf16e8adc805dda182011e725da Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 24 Jan 2022 21:41:42 +0100 Subject: [PATCH] fix(config): fix anonymus choice realted to #2955 --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index e860585274..c349ab023a 100644 --- a/Kconfig +++ b/Kconfig @@ -13,7 +13,7 @@ menu "LVGL configuration" bool "LVGL minimal configuration." menu "Color settings" - choice + choice LV_COLOR_DEPTH prompt "Color depth." default LV_COLOR_DEPTH_16 help