:orphan: .. title:: choice SEGGER_SYSVIEW_SECTION: Choose SystemView data linker section .. _choice_20: .. describe:: choice SEGGER_SYSVIEW_SECTION: Choose SystemView data linker section *Choose SystemView data linker section* Type: ``bool`` Direct dependencies =================== (\ :option:`SEGGER_SYSTEMVIEW ` && \ :option:`SOC_SERIES_IMX_RT `) || \ :option:`SEGGER_SYSTEMVIEW ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SEGGER_SYSVIEW_SECTION_DTCM ` if \ :option:`HAS_MCUX_SEMC ` Choice options ============== - \ :option:`SEGGER_SYSVIEW_SECTION_NONE ` - \ :option:`SEGGER_SYSVIEW_SECTION_DTCM ` Kconfig definitions =================== At ``/arm/nxp_imx/rt/Kconfig.defconfig.series:123`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig choice SEGGER_SYSVIEW_SECTION bool default SEGGER_SYSVIEW_SECTION_DTCM if HAS_MCUX_SEMC depends on SEGGER_SYSTEMVIEW && SOC_SERIES_IMX_RT ---- At ``/tracing/sysview/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:65`` → ``/tracing/Kconfig:309`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig choice SEGGER_SYSVIEW_SECTION bool "Choose SystemView data linker section" depends on SEGGER_SYSTEMVIEW *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*