:orphan: .. title:: choice GPIO_STM32_SWJ: Serial wire JTAG configuration .. _choice_164: .. describe:: choice GPIO_STM32_SWJ: Serial wire JTAG configuration *Serial wire JTAG configuration* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_SERIES_STM32F1X ` && \ :option:`GPIO_STM32 ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`GPIO_STM32_SWJ_ENABLE ` - \ :option:`GPIO_STM32_SWJ_NONJTRST ` - \ :option:`GPIO_STM32_SWJ_NOJTAG ` - \ :option:`GPIO_STM32_SWJ_DISABLE ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.stm32:14`` 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 .. parsed-literal:: choice GPIO_STM32_SWJ bool "Serial wire JTAG configuration" depends on \ :option:`SOC_SERIES_STM32F1X ` && \ :option:`GPIO_STM32 ` && \ :option:`GPIO ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*