:orphan: .. title:: choice: MEC1501 debug interface general configuration .. _choice_82: .. describe:: choice: MEC1501 debug interface general configuration *MEC1501 debug interface general configuration* Type: ``bool`` Help ==== .. code-block:: none Select Debug SoC interface support for MEC15xx SoC family Direct dependencies =================== \ :kconfig:`SOC_SERIES_MEC1501X ` && \ :kconfig:`SOC_FAMILY_MEC ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`SOC_MEC1501_DEBUG_WITHOUT_TRACING ` Choice options ============== - \ :kconfig:`SOC_MEC1501_DEBUG_DISABLED ` - \ :kconfig:`SOC_MEC1501_DEBUG_WITHOUT_TRACING ` - \ :kconfig:`SOC_MEC1501_DEBUG_AND_TRACING ` Kconfig definition ================== At ``/arm/microchip_mec/mec1501/Kconfig.soc:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/microchip_mec/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig choice bool "MEC1501 debug interface general configuration" default SOC_MEC1501_DEBUG_WITHOUT_TRACING depends on SOC_SERIES_MEC1501X && SOC_FAMILY_MEC help Select Debug SoC interface support for MEC15xx SoC family *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*