:orphan: .. title:: choice GPIO_STM32_SWJ: Serial wire JTAG configuration .. _choice_302: .. describe:: choice GPIO_STM32_SWJ: Serial wire JTAG configuration *Serial wire JTAG configuration* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_STM32F1X ` && \ :kconfig:`GPIO_STM32 ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`GPIO_STM32_SWJ_ENABLE ` - \ :kconfig:`GPIO_STM32_SWJ_NONJTRST ` - \ :kconfig:`GPIO_STM32_SWJ_NOJTAG ` - \ :kconfig:`GPIO_STM32_SWJ_DISABLE ` Kconfig definition ================== At ``/gpio/Kconfig.stm32:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:40`` Menu path: (Top) → Device Drivers → GPIO Drivers → GPIO Driver for STM32 family of MCUs .. code-block:: kconfig choice GPIO_STM32_SWJ bool "Serial wire JTAG configuration" depends on SOC_SERIES_STM32F1X && GPIO_STM32 && GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*