diff options
author | Philippe Coval <philippe.coval@open.eurogiciel.org> | 2014-10-17 12:56:16 +0200 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2015-01-09 09:23:19 -0800 |
commit | 4d552ee149cf2004f7b350b44e4a95a65d0eb2e8 (patch) | |
tree | 31e0f301ba79f3f7a78a797b99416d73eb575365 | |
parent | 0bfa4ef2ee4d55149f1ab80ef4778fcc1d77bc5a (diff) | |
download | tizen-distro-4d552ee149cf2004f7b350b44e4a95a65d0eb2e8.tar.gz tizen-distro-4d552ee149cf2004f7b350b44e4a95a65d0eb2e8.tar.bz2 tizen-distro-4d552ee149cf2004f7b350b44e4a95a65d0eb2e8.zip |
meta-tizen: ia32: add EFI support by enabling partition type
Change-Id: Iabdf4ce6336c209a29aef931a4e9215bf7626d0f
(From meta-tizen rev: 6beea67ba91a56a067f0b719b75c68c14f5ea352)
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
-rw-r--r-- | meta-tizen/recipes-kernel/linux/linux-yocto/genericx86/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-tizen/recipes-kernel/linux/linux-yocto/genericx86/defconfig b/meta-tizen/recipes-kernel/linux/linux-yocto/genericx86/defconfig index 96c09b2366..4ef778970b 100644 --- a/meta-tizen/recipes-kernel/linux/linux-yocto/genericx86/defconfig +++ b/meta-tizen/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 |