summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguoyin.chen <guoyin.chen@freescale.com>2013-12-30 18:47:28 +0800
committerguoyin.chen <guoyin.chen@freescale.com>2013-12-31 10:20:10 +0800
commit08a5bdf1c88e9113f5eb3fdf916ebcd2175217b2 (patch)
tree9f6a246a301c30a635957b962b406d34a797350e
parenta5cf121dababe6f6c7481e64b839894dfaa26035 (diff)
ENGR00293588 OTA failed to update in Kitkatkk4.4.2_1.0.0-alpha
Kitkat introduce set_metadata and set_metadata_recursive into recovery.git, which need kernel have below config update: Add CONFIG_EXT4_FS_SECURITY for imx6dlq Align imx6s's ext4 config with imx6 Signed-off-by: guoyin.chen <guoyin.chen@freescale.com>
-rw-r--r--arch/arm/configs/imx6_android_defconfig2
-rw-r--r--arch/arm/configs/imx6s_android_defconfig3
2 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/configs/imx6_android_defconfig b/arch/arm/configs/imx6_android_defconfig
index e8af9feefe0c..f9a29c4c26ea 100644
--- a/arch/arm/configs/imx6_android_defconfig
+++ b/arch/arm/configs/imx6_android_defconfig
@@ -3024,7 +3024,7 @@ CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_XATTR=y
CONFIG_EXT4_FS_POSIX_ACL=y
-# CONFIG_EXT4_FS_SECURITY is not set
+CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
diff --git a/arch/arm/configs/imx6s_android_defconfig b/arch/arm/configs/imx6s_android_defconfig
index eb24474fd687..85e18acd5709 100644
--- a/arch/arm/configs/imx6s_android_defconfig
+++ b/arch/arm/configs/imx6s_android_defconfig
@@ -377,6 +377,9 @@ CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_XATTR=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=y
CONFIG_MSDOS_FS=y