This series fixes a couple of kconfig errors that I observed while invoking a build with a defconfig and config fragment.
I invoked the build as follows: cat > xen/arch/arm/configs/custom.config <<EOF CONFIG_DEBUG=y CONFIG_SCHED_ARINC653=y CONFIG_EARLY_PRINTK_ZYNQMP=y EOF make -C xen XEN_TARGET_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- defconfig custom.config make XEN_TARGET_ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- dist-xen -j $(nproc) Stewart Hildebrand (2): xen/build: fixup path to merge_config.sh xen/build: use the correct kconfig makefile xen/tools/kconfig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.26.2