[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] common/Kconfig: sort HAS_*
commit fe41405f5ee650d3fe39105cf59193b1494cdcdc Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Mon Sep 28 10:40:53 2020 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Mon Sep 28 10:40:53 2020 +0200 common/Kconfig: sort HAS_* Later additions look to have been put at the end, with MEM_ACCESS* somewhere in the middle. Re-sort this part of the file, in the hope that future additions will be made noticing the intentions here. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> --- xen/common/Kconfig | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/xen/common/Kconfig b/xen/common/Kconfig index 15e3b79ff5..3e2cf25088 100644 --- a/xen/common/Kconfig +++ b/xen/common/Kconfig @@ -34,16 +34,11 @@ config HAS_EX_TABLE config HAS_FAST_MULTIPLY bool -config MEM_ACCESS_ALWAYS_ON +config HAS_IOPORTS bool -config MEM_ACCESS - def_bool MEM_ACCESS_ALWAYS_ON - prompt "Memory Access and VM events" if !MEM_ACCESS_ALWAYS_ON - ---help--- - - Framework to configure memory access types for guests and receive - related events in userspace. +config HAS_KEXEC + bool config HAS_MEM_PAGING bool @@ -51,17 +46,22 @@ config HAS_MEM_PAGING config HAS_PDX bool -config HAS_UBSAN +config HAS_SCHED_GRANULARITY bool -config HAS_KEXEC +config HAS_UBSAN bool -config HAS_IOPORTS +config MEM_ACCESS_ALWAYS_ON bool -config HAS_SCHED_GRANULARITY - bool +config MEM_ACCESS + def_bool MEM_ACCESS_ALWAYS_ON + prompt "Memory Access and VM events" if !MEM_ACCESS_ALWAYS_ON + ---help--- + + Framework to configure memory access types for guests and receive + related events in userspace. config NEEDS_LIBELF bool -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |