:orphan: .. title:: choice: Extend objects clickable area .. _choice_407: .. describe:: choice: Extend objects clickable area *Extend objects clickable area* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LVGL_EXT_CLICK_AREA_OFF ` Choice options ============== - \ :kconfig:`LVGL_EXT_CLICK_AREA_OFF ` - \ :kconfig:`LVGL_EXT_CLICK_AREA_TINY ` - \ :kconfig:`LVGL_EXT_CLICK_AREA_FULL ` Kconfig definition ================== At ``/gui/lvgl/Kconfig.objects:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:33`` Menu path: (Top) → Additional libraries → LittlevGL GUI library → Objects .. code-block:: kconfig choice bool "Extend objects clickable area" default LVGL_EXT_CLICK_AREA_OFF depends on LVGL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*