mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 14:50:03 +00:00
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 <diego.sueiro@arm.com> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user