Commit a754acc3 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld Committed by Paolo Bonzini

KVM: fix Kconfig menu text for -Werror

This was evidently copy and pasted from the i915 driver, but the text
wasn't updated.

Fixes: 4f337faf ("KVM: allow disabling -Werror")
Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent d718fdc3
......@@ -68,7 +68,7 @@ config KVM_WERROR
depends on (X86_64 && !KASAN) || !COMPILE_TEST
depends on EXPERT
help
Add -Werror to the build flags for (and only for) i915.ko.
Add -Werror to the build flags for KVM.
If in doubt, say "N".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment