From a4f5e143021b5f56c70c11fbfb40fd22464aa8e5 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Wed, 5 May 2021 11:16:21 -0400 Subject: [PATCH] fix(kconfig) remove dependency for LV_COLOR_CHROMA_KEY_HEX forward port of #2234 --- Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/Kconfig b/Kconfig index 56691a9c4..65b9918b4 100644 --- a/Kconfig +++ b/Kconfig @@ -55,7 +55,6 @@ menu "LVGL configuration" config LV_COLOR_CHROMA_KEY_HEX hex "Images pixels with this color will not be drawn (if they are chroma keyed)." - depends on LV_COLOR_SCREEN_TRANSP range 0x000000 0xFFFFFF default 0x00FF00 help