:orphan: .. title:: CONFIG_CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE .. kconfig:: CONFIG_CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE CONFIG_CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE ############################################### *ROM bootloader backdoor* *ROM bootloader backdoor* Type: ``bool`` Help ==== .. code-block:: none Enable the ROM bootloader backdoor which starts the bootloader if the associated pin is at the correct logic level on reset. Help ==== .. code-block:: none Enable the ROM bootloader backdoor which starts the bootloader if the associated pin is at the correct logic level on reset. Direct dependencies =================== (\ :kconfig:`CC13X2_CC26X2_BOOTLOADER_ENABLE ` && \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 ` && \ :kconfig:`SOC_FAMILY_TISIMPLELINK `) || (\ :kconfig:`CC13X2_CC26X2_BOOTLOADER_ENABLE ` && \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 ` && \ :kconfig:`SOC_FAMILY_TISIMPLELINK `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/ti_simplelink/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Customer Configuration (CCFG) → ROM bootloader .. code-block:: kconfig config CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE bool "ROM bootloader backdoor" depends on CC13X2_CC26X2_BOOTLOADER_ENABLE && SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK help Enable the ROM bootloader backdoor which starts the bootloader if the associated pin is at the correct logic level on reset. ---- At ``/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/ti_simplelink/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Customer Configuration (CCFG) → ROM bootloader .. code-block:: kconfig config CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE bool "ROM bootloader backdoor" depends on CC13X2_CC26X2_BOOTLOADER_ENABLE && SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK help Enable the ROM bootloader backdoor which starts the bootloader if the associated pin is at the correct logic level on reset. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*