[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v5 2/2] xen: add (EXPERT) to one-line description of XEN_SHSTK
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxx> 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@xxxxxxxxxx> CC: andrew.cooper3@xxxxxxxxxx CC: george.dunlap@xxxxxxxxxx CC: iwj@xxxxxxxxxxxxxx CC: jbeulich@xxxxxxxx CC: julien@xxxxxxx CC: wl@xxxxxxx --- Changes in v5: - actually, only change one-line description of options that depends on EXPERT (and not just the prompt) Changes in v4: - new patch --- xen/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--- -- 2.17.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |