|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v4 2/2] xen: add (EXPERT) to one-line descriptions when appropriate
Add an "(EXPERT)" tag to the one-line description of Kconfig options
that depend on EXPERT.
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 v4:
- new patch
---
xen/arch/x86/Kconfig | 2 +-
xen/common/Kconfig | 12 ++++++------
xen/common/sched/Kconfig | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
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---
diff --git a/xen/common/Kconfig b/xen/common/Kconfig
index 39451e8350..b49127463d 100644
--- a/xen/common/Kconfig
+++ b/xen/common/Kconfig
@@ -12,7 +12,7 @@ config CORE_PARKING
bool
config GRANT_TABLE
- bool "Grant table support" if EXPERT
+ bool "Grant table support (EXPERT)" if EXPERT
default y
---help---
Grant table provides a generic mechanism to memory sharing
@@ -151,7 +151,7 @@ config KEXEC
If unsure, say Y.
config EFI_SET_VIRTUAL_ADDRESS_MAP
- bool "EFI: call SetVirtualAddressMap()" if EXPERT
+ bool "EFI: call SetVirtualAddressMap() (EXPERT)" if EXPERT
---help---
Call EFI SetVirtualAddressMap() runtime service to setup memory map for
further runtime services. According to UEFI spec, it isn't strictly
@@ -162,7 +162,7 @@ config EFI_SET_VIRTUAL_ADDRESS_MAP
config XENOPROF
def_bool y
- prompt "Xen Oprofile Support" if EXPERT
+ prompt "Xen Oprofile Support (EXPERT)" if EXPERT
depends on X86
---help---
Xen OProfile (Xenoprof) is a system-wide profiler for Xen virtual
@@ -199,7 +199,7 @@ config XSM_FLASK
config XSM_FLASK_AVC_STATS
def_bool y
- prompt "Maintain statistics on the FLASK access vector cache" if EXPERT
+ prompt "Maintain statistics on the FLASK access vector cache (EXPERT)"
if EXPERT
depends on XSM_FLASK
---help---
Maintain counters on the access vector cache that can be viewed using
@@ -344,7 +344,7 @@ config SUPPRESS_DUPLICATE_SYMBOL_WARNINGS
build becoming overly verbose.
config CMDLINE
- string "Built-in hypervisor command string" if EXPERT
+ string "Built-in hypervisor command string (EXPERT)" if EXPERT
default ""
---help---
Enter arguments here that should be compiled into the hypervisor
@@ -377,7 +377,7 @@ config DOM0_MEM
Leave empty if you are not sure what to specify.
config TRACEBUFFER
- bool "Enable tracing infrastructure" if EXPERT
+ bool "Enable tracing infrastructure (EXPERT)" if EXPERT
default y
---help---
Enable tracing infrastructure and pre-defined tracepoints within Xen.
diff --git a/xen/common/sched/Kconfig b/xen/common/sched/Kconfig
index 94c9e20139..b6020a83c6 100644
--- a/xen/common/sched/Kconfig
+++ b/xen/common/sched/Kconfig
@@ -1,4 +1,4 @@
-menu "Schedulers"
+menu "Schedulers (EXPERT)"
visible if EXPERT
config SCHED_CREDIT
--
2.17.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |