xen/Kconfig: define EXPERT a bool rather than a string
authorJulien Grall <jgrall@amazon.com>
Thu, 30 Apr 2020 14:25:47 +0000 (15:25 +0100)
committerJulien Grall <jgrall@amazon.com>
Thu, 14 May 2020 08:35:30 +0000 (09:35 +0100)
commitf8644fe441abfd8de8b1f237229cfbe600a58701
tree1bf7269a54f3f99198cad23ac839e18a3eb24e5b
parent122b52230aa5b79d65e18b8b77094027faa2f8e2
xen/Kconfig: define EXPERT a bool rather than a string

Since commit f80fe2b34f08 "xen: Update Kconfig to Linux v5.4" EXPERT
can only have two values (enabled or disabled). So switch from a string
to a bool.

Take the opportunity to replace all "EXPERT = y" to "EXPERT" and use
squash the lines bool and prompt together in modified place.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Acked-by: Dario Faggioli <dfaggioli@suse.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/Kconfig
xen/Kconfig.debug
xen/arch/arm/Kconfig
xen/arch/x86/Kconfig
xen/common/Kconfig
xen/common/sched/Kconfig
xen/drivers/passthrough/Kconfig