CONFIG_CC13X2_CC26X2_BOOTLOADER_ENABLE¶
ROM bootloader
ROM bootloader
Type: bool
Help¶
Enable the serial bootloader which resides in ROM on CC13xx / CC26xx
devices.
Help¶
Enable the serial bootloader which resides in ROM on CC13xx / CC26xx
devices.
Direct dependencies¶
(SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK) || (SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK)
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definitions¶
At <Zephyr SoC>/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc:21
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2 → <Zephyr SoC>/arm/ti_simplelink/Kconfig:14
Menu path: (Top) → Hardware Configuration → Customer Configuration (CCFG)
config CC13X2_CC26X2_BOOTLOADER_ENABLE
    bool "ROM bootloader"
    depends on SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK
    help
      Enable the serial bootloader which resides in ROM on CC13xx / CC26xx
      devices.
At <Zephyr SoC>/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc:21
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18 → <Zephyr SoC>/arm/ti_simplelink/Kconfig:14
Menu path: (Top) → Hardware Configuration → Customer Configuration (CCFG)
config CC13X2_CC26X2_BOOTLOADER_ENABLE
    bool "ROM bootloader"
    depends on SOC_SERIES_CC13X2_CC26X2 && SOC_FAMILY_TISIMPLELINK
    help
      Enable the serial bootloader which resides in ROM on CC13xx / CC26xx
      devices.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)