@@ -25,26 +25,21 @@ config PM_MCUBOOT_PAD
2525 different padding size, then this value must be updated to correspond
2626 to the value in the static partition file.
2727
28- config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK
29- bool "Override external driver check"
30- help
31- When enabled, will include all external flash stroage areas without
32- being gated on the NORDIC_QSPI_NOR Kconfig, can be enabled to use
33- non-QSPI external flash chips from partition manager.
34-
3528config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
3629 bool "Place MCUboot secondary in external flash"
3730 depends on BOOTLOADER_MCUBOOT
38- # Only depend on the chosen for the parent image. The value of this
39- # option is propagated to the MCUboot child imag#e automatically.
40- # depends on PM_EXTERNAL_FLASH_ENABLED || MCUBOOT
41- # default y if BOOTLOADER_MCUBOOT
42- # imply ADD_MCUBOOT_MEDIATE_SIM_FLASH_DTS
4331 help
4432 Place the secondary partition of MCUboot in the external flash instead
4533 of the internal flash. This option should only be enabled by the user
4634 in the parent image.
4735
36+ config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK
37+ bool "Override external driver check"
38+ help
39+ When enabled, will include all external flash stroage areas without
40+ being gated on the NORDIC_QSPI_NOR Kconfig, can be enabled to use
41+ non-QSPI external flash chips from partition manager.
42+
4843endif # PARTITION_MANAGER
4944
5045config BUILD_OUTPUT_BIN
0 commit comments