linguini1 commented on code in PR #18391:
URL: https://github.com/apache/nuttx/pull/18391#discussion_r2807551668


##########
arch/tricore/src/tc4xx/Kconfig:
##########
@@ -0,0 +1,23 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+comment "TC4XX Configuration Options"
+
+menu "TC4XX Peripheral Support"
+
+# These are the peripheral selections proper
+
+config TC4XX_UART0
+       bool "TC4XX UART0"
+       default y
+       select UART0_SERIALDRIVER
+       select ARCH_HAVE_SERIAL_TERMIOS
+
+config CPU_COREID

Review Comment:
   I would suggest moving the config option to a higher level tricore Kconfig 
then, one that's common to both.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to