zephyr: Explicitly select CONFIG_CRC for CONFIG_MCUBOOT_SERIAL

The serial recovery depends on CRC from Zephyr, which it should
have been selecting explicitly.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2022-11-21 13:01:29 +00:00 committed by Andrzej Puzdrowski
parent 7ba01c0de7
commit e009e19bd9
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ menuconfig MCUBOOT_SERIAL
select SERIAL
select UART_INTERRUPT_DRIVEN
select BASE64
select CRC
help
If y, enables a serial-port based update mode. This allows
MCUboot itself to load update images into flash over a UART.