From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/8] arm: mxs: Enable UBI and UBIFS
Date: Wed, 19 Dec 2012 18:33:01 +0100 [thread overview]
Message-ID: <1355938386-14582-4-git-send-email-marex@denx.de> (raw)
In-Reply-To: <1355938386-14582-1-git-send-email-marex@denx.de>
The UBIFS is commonly used filesystem, enable it.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
---
arch/arm/configs/mxs_defconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index 8b4b6c9..69efd38 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -56,6 +56,7 @@ CONFIG_MTD_BLOCK=y
CONFIG_MTD_DATAFLASH=y
CONFIG_MTD_NAND=y
CONFIG_MTD_NAND_GPMI_NAND=y
+CONFIG_MTD_UBI=y
# CONFIG_BLK_DEV is not set
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
@@ -138,7 +139,8 @@ CONFIG_FSCACHE_STATS=y
CONFIG_CACHEFILES=m
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
-# CONFIG_MISC_FILESYSTEMS is not set
+CONFIG_UBIFS_FS=y
+CONFIG_UBIFS_FS_ADVANCED_COMPR=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
--
1.7.10.4
next prev parent reply other threads:[~2012-12-19 17:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-19 17:32 [PATCH 0/8] arm: mxs: Various mxs_defconfig adjustments Marek Vasut
2012-12-19 17:32 ` [PATCH 1/8] arm: mxs: Regenerate mxs_defconfig to match recent kernel Marek Vasut
2012-12-19 17:33 ` [PATCH 2/8] arm: mxs: Enable MTD block access Marek Vasut
2012-12-19 17:33 ` Marek Vasut [this message]
2012-12-19 17:33 ` [PATCH 4/8] arm: mxs: Enable JFFS2 Marek Vasut
2012-12-19 17:33 ` [PATCH 5/8] arm: mxs: Enable EXT2 and EXT4 Marek Vasut
2012-12-19 17:33 ` [PATCH 6/8] arm: mxs: Enable AT24 EEPROM support Marek Vasut
2012-12-19 17:33 ` [PATCH 7/8] arm: mxs: Enable support for most SPI flashes Marek Vasut
2012-12-19 17:33 ` [PATCH 8/8] arm: mxs: Enable most commonly used PHYs Marek Vasut
2012-12-20 5:51 ` [PATCH 0/8] arm: mxs: Various mxs_defconfig adjustments Shawn Guo
2012-12-20 12:44 ` Marek Vasut
2012-12-21 1:58 ` Shawn Guo
2012-12-21 2:03 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1355938386-14582-4-git-send-email-marex@denx.de \
--to=marex@denx.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).