From 898003dbe903059401015519b194fb0f0acdb632 Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Mon, 11 May 2020 14:14:58 +0100 Subject: [PATCH] arm-autonomy: Add CONFIG_MD and CONFIG_BLK_DEV_DM in xen-host.cfg The CONFIG_MD (Multiple Devices) and CONFIG_BLK_DEV_DM (Device Mapper) kernel configs are needed for LVM2, so add them in xen-host.cfg to be included in the kernel configuration for DOM0. Change-Id: Ib5f4f4d767751615ee1239e95da7a7d56cbbc2dc Issue-Id: SCM-996 Signed-off-by: Diego Sueiro Reviewed-by: Bertrand Marquis Signed-off-by: Jon Mason --- .../arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg index 2affab98..d457cb84 100644 --- a/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg +++ b/meta-arm-autonomy/recipes-kernel/linux/arm-autonomy-kmeta/features/arm-autonomy/xen-host.cfg @@ -33,3 +33,6 @@ CONFIG_SWIOTLB_XEN=y CONFIG_XEN_EFI=y CONFIG_XEN_AUTO_XLATE=y +# For LVM2 we need Multiple Devices and Device Mapper support +CONFIG_MD=y +CONFIG_BLK_DEV_DM=y