From 6beea67ba91a56a067f0b719b75c68c14f5ea352 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 17 Oct 2014 12:56:16 +0200 Subject: [PATCH] ia32: add EFI support by enabling partition type Change-Id: Iabdf4ce6336c209a29aef931a4e9215bf7626d0f Signed-off-by: Philippe Coval --- recipes-kernel/linux/linux-yocto/genericx86/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-yocto/genericx86/defconfig b/recipes-kernel/linux/linux-yocto/genericx86/defconfig index 96c09b2..4ef7789 100644 --- a/recipes-kernel/linux/linux-yocto/genericx86/defconfig +++ b/recipes-kernel/linux/linux-yocto/genericx86/defconfig @@ -47,6 +47,7 @@ CONFIG_MODULE_UNLOAD=y CONFIG_BLK_DEV_THROTTLING=y CONFIG_PARTITION_ADVANCED=y CONFIG_BSD_DISKLABEL=y +CONFIG_EFI_PARTITION=y CONFIG_LDM_PARTITION=y CONFIG_IOSCHED_DEADLINE=m CONFIG_CFQ_GROUP_IOSCHED=y -- 2.7.4