Commit e009e19b authored by Dominik Ermel's avatar Dominik Ermel Committed by Andrzej Puzdrowski
Browse files

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: default avatarDominik Ermel <dominik.ermel@nordicsemi.no>
parent 7ba01c0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.