:orphan: .. title:: CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE .. option:: CONFIG_CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE *ROM bootloader backdoor* Type: ``bool`` Help ==== Enable the ROM bootloader backdoor which starts the bootloader if the associated pin is at the correct logic level on reset. Direct dependencies =================== \ :option:`CC13X2_CC26X2_BOOTLOADER_ENABLE ` && \ :option:`SOC_SERIES_CC13X2_CC26X2 ` && \ :option:`SOC_FAMILY_TISIMPLELINK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/ti_simplelink/Kconfig:14`` Menu path: (Top) → Hardware Configuration → Customer Configuration (CCFG) → ROM bootloader .. parsed-literal:: config CC13X2_CC26X2_BOOTLOADER_BACKDOOR_ENABLE bool "ROM bootloader backdoor" depends on \ :option:`CC13X2_CC26X2_BOOTLOADER_ENABLE ` && \ :option:`SOC_SERIES_CC13X2_CC26X2 ` && \ :option:`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.)*