diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-06 15:55:20 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-13 08:47:21 +0900 |
commit | 0e29429f76e5578771c80c6d9e160440944a77f2 (patch) | |
tree | 4564ffe5851041b381cf8745d11321a51c3244f6 /arch/sh | |
parent | 44442c13ba2f63a67664ab5cc7ce6c2fe009e4a0 (diff) |
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>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 4bf9afc384f..031ff6d5ee0 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 |