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:
parent
01640b9cda
commit
389992bc8d
|
@ -6,7 +6,7 @@ config LVGL
|
|||
help
|
||||
This option enables the LittlevGL GUI library.
|
||||
|
||||
if !LVGL
|
||||
if LVGL
|
||||
|
||||
config LV_Z_POINTER_KSCAN
|
||||
bool
|
||||
|
|
Loading…
Reference in a new issue