samples: drivers: video: fix capture_to_lvgl statistics

CONFIG_LV_USE_PERF_MONITOR depends on CONFIG_LV_USE_SYSMON.

Signed-off-by: Antonino Scarpaci <antonino.scarpaci@gmail.com>
This commit is contained in:
Antonino Scarpaci 2025-05-25 18:57:59 +02:00 committed by Benjamin Cabé
commit 1508d7ec7e

View file

@ -14,3 +14,5 @@ CONFIG_LV_CONF_MINIMAL=y
CONFIG_LV_USE_IMAGE=y
CONFIG_LV_Z_MEM_POOL_SIZE=16384
CONFIG_LV_USE_PERF_MONITOR=y
CONFIG_LV_USE_DROPDOWN=y
CONFIG_LV_USE_SYSMON=y