diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-10-17 12:56:16 +0200 |
---|---|---|
committer | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-10-17 12:56:16 +0200 |
commit | 6beea67ba91a56a067f0b719b75c68c14f5ea352 (patch) | |
tree | e2f4962f1badd499b093771b03fc94faa1ab5d1f | |
parent | fcef71f8076a0b09cd980a5d0dedeb3bf29152ee (diff) | |
download | meta-tizen-6beea67ba91a56a067f0b719b75c68c14f5ea352.tar.gz meta-tizen-6beea67ba91a56a067f0b719b75c68c14f5ea352.tar.bz2 meta-tizen-6beea67ba91a56a067f0b719b75c68c14f5ea352.zip |
ia32: add EFI support by enabling partition type
Change-Id: Iabdf4ce6336c209a29aef931a4e9215bf7626d0f
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
-rw-r--r-- | recipes-kernel/linux/linux-yocto/genericx86/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/genericx86/defconfig b/recipes-kernel/linux/linux-yocto/genericx86/defconfig index 96c09b23..4ef77897 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 |