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