diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2018-03-28 18:00:57 -0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2018-05-02 15:08:40 +0200 |
commit | c63cde7d6a313a0203733fe31a76dab4e56d61d3 (patch) | |
tree | 54f4b20fe99cf162042b02b69396680f47fc916b /arch/mips/configs | |
parent | 8ccd66f258cd79420102f3735b3bc8d974a22088 (diff) | |
download | blackbird-op-linux-c63cde7d6a313a0203733fe31a76dab4e56d61d3.tar.gz blackbird-op-linux-c63cde7d6a313a0203733fe31a76dab4e56d61d3.zip |
MIPS: configs: ci20: Enable ext4
Now that we have MMC support, enable ext2/3/4 support
in the CI20 defconfig.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: James Hogan <jhogan@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/ci20_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index f88b05fd3077..be23fd25eeaa 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -111,6 +111,7 @@ CONFIG_DMADEVICES=y CONFIG_DMA_JZ4780=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_MEMORY=y +CONFIG_EXT4_FS=y # CONFIG_DNOTIFY is not set CONFIG_PROC_KCORE=y # CONFIG_PROC_PAGE_MONITOR is not set |