summaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-10-30 15:30:54 +0900
committerTom Rini <trini@ti.com>2014-11-04 15:01:18 -0500
commit89c64cdd8fd815c5b88d50e3f9deb98d83e8cdf7 (patch)
treeb4f9ab64f967064e5d64361de90606b2fdc14e23 /arch/sparc/Kconfig
parent94a255dfbb12280d86d03013f10c6e795b996674 (diff)
downloadblackbird-obmc-uboot-89c64cdd8fd815c5b88d50e3f9deb98d83e8cdf7.tar.gz
blackbird-obmc-uboot-89c64cdd8fd815c5b88d50e3f9deb98d83e8cdf7.zip
sparc: Use nicer prompt for board select menu
The Board names in the board select menu were simply taken from the board directory name by a conversion tool when switching to Kconfig. Let's use more descriptive prompts taken from include/configs/gr*.h and board/gaisler/*/config.mk. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig16
1 files changed, 10 insertions, 6 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 733334f931..24bdccbd38 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -5,22 +5,26 @@ config SYS_ARCH
default "sparc"
choice
- prompt "Target select"
+ prompt "Board select"
config TARGET_GRSIM_LEON2
- bool "Support grsim_leon2"
+ bool "GRSIM simulating a LEON2 board"
config TARGET_GR_CPCI_AX2000
- bool "Support gr_cpci_ax2000"
+ bool "Gaisler GR-CPCI-AX2000 board"
config TARGET_GR_EP2S60
- bool "Support gr_ep2s60"
+ bool "Gaisler Template design for Altera NIOS board with Stratix EP2S60"
+ help
+ Gaisler Research AB's Template design (GPL Open Source SPARC/LEON3
+ 96MHz) for Altera NIOS Development board Stratix II edition,
+ with the FPGA device EP2S60.
config TARGET_GR_XC3S_1500
- bool "Support gr_xc3s_1500"
+ bool "Gaisler GR-XC3S-1500 spartan board"
config TARGET_GRSIM
- bool "Support grsim"
+ bool "GRSIM simulating a LEON3 GR-XC3S-1500 board"
endchoice
OpenPOWER on IntegriCloud