This is an automated email from the ASF dual-hosted git repository. archer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 4f6940c533 boards: add arch depends for aurix tc397 board 4f6940c533 is described below commit 4f6940c53349637a87572a7308e473f00e932e83 Author: Luchian Mihai <luchiann.mi...@gmail.com> AuthorDate: Mon Feb 3 17:46:24 2025 +0200 boards: add arch depends for aurix tc397 board --- boards/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/Kconfig b/boards/Kconfig index 9779b10080..9986dc5c6e 100644 --- a/boards/Kconfig +++ b/boards/Kconfig @@ -2202,6 +2202,7 @@ config ARCH_BOARD_SABRE_6QUAD config ARCH_BOARD_TC397 bool "Infineon's AURIX TC397 board: KIT_A2G_TC397_5V_TFT" + depends on ARCH_CHIP_TC397 ---help--- This options selects support for NuttX on the Infineon's AURIX board board featuring the TC397 6Quad CPU.