:orphan: .. title:: HAS_SWO .. option:: CONFIG_HAS_SWO *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== When enabled, indicates that SoC has an SWO output Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_SAME70 ` - \ :option:`SOC_SERIES_SAMV71 ` - \ :option:`SOC_SERIES_EFM32GG11B ` - \ :option:`SOC_SERIES_EFM32JG12B ` - \ :option:`SOC_SERIES_EFM32PG12B ` - \ :option:`SOC_SERIES_EFM32PG1B ` - \ :option:`SOC_SERIES_EFR32BG13P ` - \ :option:`SOC_SERIES_EFR32FG1P ` - \ :option:`SOC_SERIES_EFR32MG12P ` - \ :option:`SOC_SERIES_EFR32MG21 ` - \ :option:`SOC_SERIES_STM32F1X ` - \ :option:`SOC_SERIES_STM32F2X ` - \ :option:`SOC_SERIES_STM32F3X ` - \ :option:`SOC_SERIES_STM32F4X ` - \ :option:`SOC_SERIES_STM32F7X ` - \ :option:`SOC_SERIES_STM32H7X ` - \ :option:`SOC_SERIES_STM32L1X ` - \ :option:`SOC_SERIES_STM32L4X ` - \ :option:`SOC_SERIES_STM32WBX ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:1`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config HAS_SWO bool help When enabled, indicates that SoC has an SWO output *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*