Message ID | 20210126190328.2461-2-sstabellini@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | introduce UNSUPPORTED | expand |
On 26.01.2021 20:03, Stefano Stabellini wrote: > From: Stefano Stabellini <stefano.stabellini@xilinx.com> > > Add an "(EXPERT)" tag to the one-line description of Kconfig options > that depend on EXPERT. (Not where just the prompt depends on EXPERT.) > > Today we only have one such option: XEN_SHSTK. > > Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Acked-by: Jan Beulich <jbeulich@suse.com>
diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 302334d3e4..3f630b89e8 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -103,7 +103,7 @@ config HVM If unsure, say Y. config XEN_SHSTK - bool "Supervisor Shadow Stacks" + bool "Supervisor Shadow Stacks (EXPERT)" depends on HAS_AS_CET_SS && EXPERT default y ---help---