[PATCH 1/8] board: tq: add missing select

Sascha Hauer s.hauer at pengutronix.de
Wed Feb 21 07:03:16 PST 2024


The TQ board code needs CRC_ITU_T. Select it.

Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 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




More information about the barebox mailing list