From 86e3bd9d75ecfd85f7cd5014644b4da7b040ad15 Mon Sep 17 00:00:00 2001 From: chao an Date: Tue, 25 Oct 2022 10:32:41 +0800 Subject: [PATCH] arm/toolchain: update toolchain comment to avoid confusion 1. add 'ARM' prefix to choice menu 2. rename 'Generic Clang toolchain' to 'LLVM Clang toolchain' to avoid confuse with CONFIG_ARM_TOOLCHAIN_ARMCLANG Signed-off-by: chao an --- arch/arm/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5c121b6ba82..3ee359e41e9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -7,7 +7,7 @@ if ARCH_ARM comment "ARM Options" choice - prompt "Toolchain Selection" + prompt "ARM Toolchain Selection" default ARM_TOOLCHAIN_GNU_EABI config ARM_TOOLCHAIN_IAR @@ -39,7 +39,7 @@ config ARM_TOOLCHAIN_GNU_OABI This option should work for any GNU toolchain. config ARM_TOOLCHAIN_CLANG - bool "Generic Clang toolchain" + bool "LLVM Clang toolchain" select ARCH_TOOLCHAIN_CLANG config ARM_TOOLCHAIN_ARMCLANG