diff mbox series

[01/11] package: elf2flt: fix config menu entry description

Message ID 20220525132729.2349105-2-damien.lemoal@wdc.com
State Superseded
Headers show
Series Fix RV64 NOMMU and add Canaan K210 SoC support | expand

Commit Message

Damien Le Moal May 25, 2022, 1:27 p.m. UTC
Keep the same style as other config menu entries by removing the
question mark at the end of the elf2flt enable config option
description.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
---
 package/elf2flt/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/elf2flt/Config.in.host b/package/elf2flt/Config.in.host
index 2bab0095c2..339ed06b40 100644
--- a/package/elf2flt/Config.in.host
+++ b/package/elf2flt/Config.in.host
@@ -1,5 +1,5 @@ 
 config BR2_PACKAGE_HOST_ELF2FLT
-	bool "Enable elf2flt support?"
+	bool "Enable elf2flt support"
 	depends on BR2_arm || BR2_sh || BR2_sparc || BR2_xtensa || BR2_RISCV_64
 	depends on !BR2_USE_MMU
 	help