:orphan: .. title:: CONFIG_LVGL_USE_ASSERT_MEM_INTEGRITY .. kconfig:: CONFIG_LVGL_USE_ASSERT_MEM_INTEGRITY CONFIG_LVGL_USE_ASSERT_MEM_INTEGRITY #################################### *Enable memory integrity check* Type: ``bool`` Help ==== .. code-block:: none Check the integrity of lv_mem after critical operations. (Slow) Direct dependencies =================== \ :kconfig:`LVGL_USE_DEBUG ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`TEST ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.debug:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:29`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Debug settings → Enable debug support .. code-block:: kconfig config LVGL_USE_ASSERT_MEM_INTEGRITY bool "Enable memory integrity check" default y if TEST depends on LVGL_USE_DEBUG && LVGL help Check the integrity of lv_mem after critical operations. (Slow) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*