diff options
author | Karl Beldan <kbeldan@baylibre.com> | 2016-08-19 18:47:35 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2016-08-23 12:52:19 +0200 |
commit | c6144fb8ec5328110ca7bf4682167a95590fd7ec (patch) | |
tree | 2fc41a8d8696849371f52dc1da8a990e8d4c991c /arch/arm/configs | |
parent | ARM: davinci_all_defconfig: Enable AEMIF as a module (diff) | |
download | linux-c6144fb8ec5328110ca7bf4682167a95590fd7ec.tar.xz linux-c6144fb8ec5328110ca7bf4682167a95590fd7ec.zip |
ARM: davinci_all_defconfig: Enable some UBI modules
This enables UBI+UBIFS to handle the NAND MTDs, including the useful
MTD_UBI_BLOCK.
Signed-off-by: Karl Beldan <kbeldan@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/davinci_all_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/davinci_all_defconfig b/arch/arm/configs/davinci_all_defconfig index cc94af9dce2e..5e5dd6bc5ed9 100644 --- a/arch/arm/configs/davinci_all_defconfig +++ b/arch/arm/configs/davinci_all_defconfig @@ -66,6 +66,8 @@ CONFIG_MTD_M25P80=m CONFIG_MTD_NAND=m CONFIG_MTD_NAND_DAVINCI=m CONFIG_MTD_SPI_NOR=m +CONFIG_MTD_UBI=m +CONFIG_MTD_UBI_BLOCK=y CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=1 @@ -188,6 +190,7 @@ CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_TMPFS=y CONFIG_JFFS2_FS=m +CONFIG_UBIFS_FS=m CONFIG_CRAMFS=y CONFIG_MINIX_FS=m CONFIG_NFS_FS=y |