diff options
| author | Moyster <oysterized@gmail.com> | 2016-11-02 12:00:21 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-11-07 13:47:04 +0100 |
| commit | e37de5e66f181df35d25983666ebd7e3bc838289 (patch) | |
| tree | 0282dc03299a25705d48b9bd336a885bc1c8333d | |
| parent | 6944c981311bae993d9ab5643203cd05f52c75b3 (diff) | |
defconfig: don't build old ext3
| -rw-r--r-- | arch/arm64/configs/cm_m2note_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/configs/cm_m2note_defconfig b/arch/arm64/configs/cm_m2note_defconfig index a12c5d641..258e1da20 100644 --- a/arch/arm64/configs/cm_m2note_defconfig +++ b/arch/arm64/configs/cm_m2note_defconfig @@ -2802,10 +2802,10 @@ CONFIG_ANDROID_BINDER_IPC=y # File systems # # CONFIG_EXT2_FS is not set -CONFIG_EXT3_FS=y +# CONFIG_EXT3_FS is not set # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set -CONFIG_EXT3_FS_XATTR=y -CONFIG_EXT3_FS_POSIX_ACL=y +# CONFIG_EXT3_FS_XATTR is not set +# CONFIG_EXT3_FS_POSIX_ACL is not set # CONFIG_EXT3_FS_SECURITY is not set CONFIG_EXT4_FS=y CONFIG_EXT4_USE_FOR_EXT23=y |
