sh: use more descriptive prompts for board select menu

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@jp.panasonic.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Masahiro Yamada 2014-11-06 15:55:20 +09:00 committed by Nobuhiro Iwamatsu
parent 44442c13ba
commit 0e29429f76
1 changed files with 19 additions and 19 deletions

View File

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