:orphan: .. title:: CONFIG_CC3220SF_DEBUG .. kconfig:: CONFIG_CC3220SF_DEBUG CONFIG_CC3220SF_DEBUG ##################### *Prepend debug header, disabling flash verification* *Prepend debug header, disabling flash verification* Type: ``bool`` Direct dependencies =================== (\ :kconfig:`SOC_CC3220SF ` && \ :kconfig:`SOC_FAMILY_TISIMPLELINK `) || (\ :kconfig:`SOC_CC3220SF ` && \ :kconfig:`SOC_FAMILY_TISIMPLELINK `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`XIP ` - \ :kconfig:`XIP ` Kconfig definitions =================== At ``/arm/ti_simplelink/cc32xx/Kconfig.soc:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/ti_simplelink/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config CC3220SF_DEBUG bool "Prepend debug header, disabling flash verification" if XIP default XIP depends on SOC_CC3220SF && SOC_FAMILY_TISIMPLELINK ---- At ``/arm/ti_simplelink/cc32xx/Kconfig.soc:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/ti_simplelink/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config CC3220SF_DEBUG bool "Prepend debug header, disabling flash verification" if XIP default XIP depends on SOC_CC3220SF && SOC_FAMILY_TISIMPLELINK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*