:orphan: .. title:: SOC_MEC1501_DEBUG_DISABLED .. option:: CONFIG_SOC_MEC1501_DEBUG_DISABLED *Disable debug support* Type: ``bool`` Help ==== Debug port is disabled, JTAG/SWD cannot be enabled. JTAG_RST# pin is ignored. All other JTAG pins can be used as GPIOs or other non-JTAG alternate functions. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/microchip_mec/mec1501/Kconfig.soc:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/microchip_mec/Kconfig:15`` Menu path: (Top) → Hardware Configuration → MEC1501 debug interface general configuration .. parsed-literal:: config SOC_MEC1501_DEBUG_DISABLED bool "Disable debug support" depends on \ :ref:` ` help Debug port is disabled, JTAG/SWD cannot be enabled. JTAG_RST# pin is ignored. All other JTAG pins can be used as GPIOs or other non-JTAG alternate functions. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*