From 04b73b58a880f225f775eaf85d97802a5bf5cb06 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 Jul 2015 06:44:06 -0600 Subject: [PATCH] Add a name string for custom boards. Used onlyby uname() --- configs/Kconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/configs/Kconfig b/configs/Kconfig index fe6b9131506..9aa5b6409f3 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -1114,9 +1114,15 @@ endchoice if ARCH_BOARD_CUSTOM menu "Custom Board Configuration" +config ARCH_BOARD_CUSTOM_NAME + string "Custom board name" + default "" + ---help--- + This is a name for the board. It is not used except to return the + information via the NSH uname command. + config ARCH_BOARD_CUSTOM_DIR string "Custom board directory" - depends on ARCH_BOARD_CUSTOM ---help--- If the custom board configuration is selected, then it is necessary to also tell the build system where it can find the board directory