CONFIG_MCUBOOT_CMAKELISTS_DIR

Path to the directory of the MCUBoot CMakeLists.txt file

Type: string

Direct dependencies

BOOTLOADER_MCUBOOT

(Includes any dependencies from ifs and menus.)

Default

  • “$MCUBOOT_BASE/boot/zephyr/”

Kconfig definition

At <MCUboot>/zephyr/Kconfig:5

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:3

Menu path: (Top) → Modules → MCUboot

config MCUBOOT_CMAKELISTS_DIR
    string "Path to the directory of the MCUBoot CMakeLists.txt file"
    default "$MCUBOOT_BASE/boot/zephyr/"
    depends on BOOTLOADER_MCUBOOT

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)