:orphan: .. title:: GPIO_STM32_SWJ_ENABLE .. option:: CONFIG_GPIO_STM32_SWJ_ENABLE *Full SWJ (JTAG-DP + SW-DP): Reset State* Type: ``bool`` Direct dependencies =================== !(\ :option:`SOC_STM32F103XE ` && \ :option:`SPI_3 `) && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.stm32:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:38`` Menu path: (Top) → Device Drivers → GPIO Drivers → GPIO Driver for STM32 family of MCUs → Serial wire JTAG configuration .. parsed-literal:: config GPIO_STM32_SWJ_ENABLE bool "Full SWJ (JTAG-DP + SW-DP): Reset State" depends on !(\ :option:`SOC_STM32F103XE ` && \ :option:`SPI_3 `) && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*