gustavonihei commented on a change in pull request #5705: URL: https://github.com/apache/incubator-nuttx/pull/5705#discussion_r822906144
########## File path: boards/Kconfig ########## @@ -2363,6 +2363,14 @@ config ARCH_BOARD_CUSTOM_DIR_RELPATH ---help--- Specifies that the board directory is relative to the NuttX directory. +config BOARD_CUSTOM_ARCH_BOARD_COMMON + bool "Use in-tree board-level common code" + default n + ---help--- + Enable this option to use NuttX in-tree board-level common code + for selected architecture. The path to common folder will be set to + "boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_CHIP)/common" location Review comment: ```suggestion "boards/$(CONFIG_ARCH)/$(CONFIG_ARCH_CHIP)/common" location. ``` Missing period. -- 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