All of lore.kernel.org
 help / color / mirror / Atom feed
From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/8] arm: mxs: Enable EXT2 and EXT4
Date: Wed, 19 Dec 2012 18:33:03 +0100	[thread overview]
Message-ID: <1355938386-14582-6-git-send-email-marex@denx.de> (raw)
In-Reply-To: <1355938386-14582-1-git-send-email-marex@denx.de>

These filesystems are really basic. Enable them by default.

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 41b5a74..9c2d11d 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -132,7 +132,10 @@ CONFIG_COMMON_CLK_DEBUG=y
 CONFIG_IIO=y
 CONFIG_PWM=y
 CONFIG_PWM_MXS=y
+CONFIG_EXT2_FS=y
+CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT3_FS=y
+CONFIG_EXT4_FS=y
 # CONFIG_DNOTIFY is not set
 CONFIG_FSCACHE=m
 CONFIG_FSCACHE_STATS=y
@@ -161,7 +164,6 @@ CONFIG_DEBUG_INFO=y
 CONFIG_BLK_DEV_IO_TRACE=y
 CONFIG_STRICT_DEVMEM=y
 CONFIG_DEBUG_USER=y
-CONFIG_CRYPTO_CRC32C=m
 # CONFIG_CRYPTO_ANSI_CPRNG is not set
 # CONFIG_CRYPTO_HW is not set
 CONFIG_CRC_ITU_T=m
-- 
1.7.10.4

  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 ` [PATCH 3/8] arm: mxs: Enable UBI and UBIFS Marek Vasut
2012-12-19 17:33 ` [PATCH 4/8] arm: mxs: Enable JFFS2 Marek Vasut
2012-12-19 17:33 ` Marek Vasut [this message]
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-6-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.