modules: lvgl: fix a minor issue

change Kconfig logic when lvgl not enabled, but
still configured in .config file

Signed-off-by: Qingsong Gou <gouqs@hotmail.com>
This commit is contained in:
Qingsong Gou 2022-06-18 13:39:53 +08:00 committed by Carles Cufí
parent 01640b9cda
commit 389992bc8d

View file

@ -6,7 +6,7 @@ config LVGL
help
This option enables the LittlevGL GUI library.
if !LVGL
if LVGL
config LV_Z_POINTER_KSCAN
bool