Skip to content

Commit 05e75ac

Browse files
geertuardbiesheuvel
authored andcommitted
efi: Explain OVMF acronym in OVMF_DEBUG_LOG help text
People not very intimate with EFI may not know the meaning of the OVMF acronym. Write it in full, to help users with making good decisions when configuring their kernels. Fixes: f393a76 ("efi: add ovmf debug log driver") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Richard Lyu <[email protected]> Acked-by: Gerd Hoffmann <[email protected]> Signed-off-by: Ard Biesheuvel <[email protected]>
1 parent a6358f8 commit 05e75ac

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

drivers/firmware/efi/Kconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,10 @@ config OVMF_DEBUG_LOG
267267
bool "Expose OVMF firmware debug log via sysfs"
268268
depends on EFI
269269
help
270-
Recent OVMF versions (edk2-stable202508 + newer) can write
271-
their debug log to a memory buffer. This driver exposes the
272-
log content via sysfs (/sys/firmware/efi/ovmf_debug_log).
270+
Recent versions of the Open Virtual Machine Firmware
271+
(edk2-stable202508 + newer) can write their debug log to a memory
272+
buffer. This driver exposes the log content via sysfs
273+
(/sys/firmware/efi/ovmf_debug_log).
273274

274275
config UNACCEPTED_MEMORY
275276
bool

0 commit comments

Comments
 (0)