This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 2909260f9134cabe45d8230bab84dda6f4095e79
Author: simbit18 <[email protected]>
AuthorDate: Wed May 10 11:44:15 2023 +0200

    arch/arm64/Kconfig: Fix help attribute
    
    Replace help => ---help---
---
 arch/arm64/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index d4c20389eb..6bcab33616 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -98,7 +98,7 @@ config ARCH_HAVE_EL3
 
 config ARCH_SET_VMPIDR_EL2
        bool "Set VMPIDR_EL2 at EL2 stage"
-       help
+       ---help---
                VMPIDR_EL2 holds the value of the Virtualization Multiprocessor 
ID.
                From architecture manual of AArch64, the behave is:
                  -reading register MPIDR_EL1 in EL2, it's return real MPIDR_EL1

Reply via email to