The TQ board code needs CRC_ITU_T. Select it. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- common/boards/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/boards/Kconfig b/common/boards/Kconfig index fe3a60d508..f6d4a56f88 100644 --- a/common/boards/Kconfig +++ b/common/boards/Kconfig @@ -12,4 +12,5 @@ config BOARD_PHYTEC_SOM_IMX8M_DETECTION select BOARD_PHYTEC_SOM_DETECTION config BOARD_TQ + select CRC_ITU_T bool -- 2.39.2