[U-Boot] [PATCH 1/4] sh: use more descriptive prompts for board select menu

Masahiro Yamada yamada.m at jp.panasonic.com
Thu Nov 6 07:55:20 CET 2014


The current prompts were added by a conversion tool
based on board directory names when switching to Kconfig.

Use better prompts mostly taken from from arch/sh/boards/*
of Linux Kernel.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---

Nobuhiro,
Please feel free to fix these prompts as you like.


 arch/sh/Kconfig | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 4bf9afc..031ff6d 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -8,67 +8,67 @@ choice
 	prompt "Target select"
 
 config TARGET_RSK7203
-	bool "Support rsk7203"
+	bool "RSK+ 7203"
 
 config TARGET_RSK7264
-	bool "Support rsk7264"
+	bool "RSK2+SH7264"
 
 config TARGET_RSK7269
-	bool "Support rsk7269"
+	bool "RSK2+SH7269"
 
 config TARGET_MPR2
-	bool "Support mpr2"
+	bool "Magic Panel Release 2 board"
 
 config TARGET_MS7720SE
 	bool "Support ms7720se"
 
 config TARGET_SHMIN
-	bool "Support shmin"
+	bool "SHMIN"
 
 config TARGET_ESPT
-	bool "Support espt"
+	bool "Data Technology ESPT-GIGA board"
 
 config TARGET_MS7722SE
-	bool "Support ms7722se"
+	bool "SolutionEngine 7722"
 
 config TARGET_MS7750SE
-	bool "Support ms7750se"
+	bool "SolutionEngine 7750"
 
 config TARGET_AP_SH4A_4A
-	bool "Support ap_sh4a_4a"
+	bool "ALPHAPROJECT AP-SH4A-4A"
 
 config TARGET_AP325RXA
-	bool "Support ap325rxa"
+	bool "Renesas AP-325RXA"
 
 config TARGET_ECOVEC
-	bool "Support ecovec"
+	bool "EcoVec"
 
 config TARGET_MIGOR
-	bool "Support MigoR"
+	bool "Migo-R"
 
 config TARGET_R0P7734
 	bool "Support r0p7734"
 
 config TARGET_R2DPLUS
-	bool "Support r2dplus"
+	bool "Renesas R2D-PLUS"
 
 config TARGET_R7780MP
-	bool "Support r7780mp"
+	bool "R7780MP board"
 
 config TARGET_SH7752EVB
-	bool "Support sh7752evb"
+	bool "SH7752EVB"
 
 config TARGET_SH7753EVB
-	bool "Support sh7753evb"
+	bool "SH7753EVB"
 
 config TARGET_SH7757LCR
-	bool "Support sh7757lcr"
+	bool "SH7757LCR"
 
 config TARGET_SH7763RDP
-	bool "Support sh7763rdp"
+	bool "SH7763RDP"
 
 config TARGET_SH7785LCR
-	bool "Support sh7785lcr"
+	bool "SH7785LCR"
 
 endchoice
 
-- 
1.9.1



More information about the U-Boot mailing list