We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4bce1 commit 53a7490Copy full SHA for 53a7490
boot/zephyr/Kconfig.serial_recovery
@@ -204,8 +204,7 @@ config BOOT_SERIAL_IMG_GRP_IMAGE_STATE
204
205
config BOOT_SERIAL_IMG_GRP_SLOT_INFO
206
bool "Slot info"
207
- depends on !BOOT_DIRECT_XIP && !BOOT_RAM_LOAD
208
- default y if (UPDATEABLE_IMAGE_NUMBER > 1)
+ default y if UPDATEABLE_IMAGE_NUMBER > 1
209
help
210
If y, will include the slot info command which lists what available
211
slots there are in the system.
0 commit comments