anchao commented on code in PR #11707:
URL: https://github.com/apache/nuttx/pull/11707#discussion_r1498466409


##########
arch/tricore/Kconfig:
##########
@@ -0,0 +1,42 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+if ARCH_TRICORE
+comment "Tricore Options"
+
+choice
+       prompt "Tricore Toolchain Selection"
+       default TRICORE_TOOLCHAIN_TASKING
+
+config TRICORE_TOOLCHAIN_TASKING
+       bool "AURIX Tasking C/C++ toolchain"
+       select ARCH_TOOLCHAIN_TASKING
+
+endchoice # Tricore Toolchain Selection
+
+config ARCH_TC3XX
+       bool
+       default n
+
+config ARCH_FAMILY
+       string
+       default "tc3xx"         if ARCH_TC3XX
+
+config ARCH_CHIP
+       string
+       default "tc3xx"         if ARCH_CHIP_TC397

Review Comment:
   tc3xx is a common layer of the tc3 series. It may also include tc397/tc389 
and other variants in the future



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to