diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2019-02-27 19:50:18 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2019-03-28 19:05:07 +0300 |
commit | cb46b0991c273a001e73ca9cd44b067e2c596892 (patch) | |
tree | 46e909b1191592a44962bc2b845aaf08ecc501fc /arch/arm/configs | |
parent | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff) | |
download | linux-cb46b0991c273a001e73ca9cd44b067e2c596892.tar.xz |
ARM: socfpga_defconfig: enable support for large block devices
Enable CONFIG_LBDAF, which is required by ext4 fs. This option could
handle both ext3 and ext4, with ext4 requires this option to be enabled,
otherwise the filesystem is mounted RO mode.
Since the LBDAF is enabled by default for 32-bit systems, simply
removing the current "not set" entry enables the support.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/socfpga_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/socfpga_defconfig b/arch/arm/configs/socfpga_defconfig index 08d1b3e11d68..c96d93fb68c6 100644 --- a/arch/arm/configs/socfpga_defconfig +++ b/arch/arm/configs/socfpga_defconfig @@ -21,7 +21,6 @@ CONFIG_NEON=y CONFIG_OPROFILE=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y -# CONFIG_LBDAF is not set # CONFIG_BLK_DEV_BSG is not set CONFIG_NET=y CONFIG_PACKET=y |