summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-09-26 06:55:06 -0700
committerAndes <uboot@andestech.com>2018-10-03 17:44:38 +0800
commit117a433d9e66ff986c97f60c2f6daa167f8ee729 (patch)
tree2c584feca706d6f7b3e30879453e84e9be606e69 /arch/Kconfig
parent592cd5defd4f71d34ffcbd8dd3326bc10f662e20 (diff)
riscv: kconfig: Normalize architecture name spelling
It's RISC-V that is the official name, not RISCV. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 9b4bcbf2fd..49f0d441b6 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -60,7 +60,7 @@ config PPC
select SYS_BOOT_GET_KBD
config RISCV
- bool "riscv architecture"
+ bool "RISC-V architecture"
select SUPPORT_OF_CONTROL
config SANDBOX