:orphan: .. title:: LVGL_OBJ_TEXT_AREA .. option:: CONFIG_LVGL_OBJ_TEXT_AREA *Text area object* Type: ``bool`` Help ==== Enable text area object support Direct dependencies =================== \ :option:`LVGL_OBJ_LABEL ` && \ :option:`LVGL_OBJ_PAGE ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``lib/gui/lvgl/Kconfig.objects:230`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``lib/Kconfig:12`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:458`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects .. parsed-literal:: config LVGL_OBJ_TEXT_AREA bool "Text area object" depends on \ :option:`LVGL_OBJ_LABEL ` && \ :option:`LVGL_OBJ_PAGE ` && \ :option:`LVGL ` help Enable text area object support *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*