[PATCH v1] RISC-V: align Svpbmt Kconfig help text with other extensions
Conor Dooley
conor.dooley at microchip.com
Fri Mar 24 02:28:41 PDT 2023
Other extensions only capitalise the first letter in Kconfig text
menus, and provide a short comment about the extension's meaning.
Do the same for Svpbmt.
While editing one of the lines, reformat the "spelling" of 64-bit.
Signed-off-by: Conor Dooley <conor.dooley at microchip.com>
---
arch/riscv/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 2f6976418d0a..b12ab7a9d481 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -400,7 +400,7 @@ config RISCV_ISA_C
If you don't know what to do here, say Y.
config RISCV_ISA_SVPBMT
- bool "SVPBMT extension support"
+ bool "Svpbmt extension support for supervisor mode page-based memory types"
depends on 64BIT && MMU
depends on RISCV_ALTERNATIVE
default y
@@ -413,7 +413,7 @@ config RISCV_ISA_SVPBMT
that indicate the cacheability, idempotency, and ordering
properties for access to that page.
- The SVPBMT extension is only available on 64Bit cpus.
+ The Svpbmt extension is only available on 64-bit cpus.
If you don't know what to do here, say Y.
--
2.39.2
More information about the linux-riscv
mailing list