From: Vladimir Zapolskiy <vz@mleia.com>
To: linux-arm-kernel@lists.infradead.org
Cc: Sylvain Lemieux <slemieux.tyco@gmail.com>
Subject: [PATCH 1/6] ARM: defconfig: lpc32xx: enable NFSv4 support
Date: Sat, 26 Jan 2019 00:03:43 +0200 [thread overview]
Message-ID: <20190125220348.5357-2-vz@mleia.com> (raw)
In-Reply-To: <20190125220348.5357-1-vz@mleia.com>
The change allows to mount rootfs shared on an NFSv4 server.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
---
arch/arm/configs/lpc32xx_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
index 6cf9ebb17274..2e1611578c61 100644
--- a/arch/arm/configs/lpc32xx_defconfig
+++ b/arch/arm/configs/lpc32xx_defconfig
@@ -177,6 +177,9 @@ CONFIG_JFFS2_FS_WBUF_VERIFY=y
CONFIG_UBIFS_FS=y
CONFIG_CRAMFS=y
CONFIG_NFS_FS=y
+CONFIG_NFS_V4=y
+CONFIG_NFS_V4_1=y
+CONFIG_NFS_V4_2=y
CONFIG_ROOT_NFS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
--
2.20.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-01-25 22:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-25 22:03 [PATCH 0/6] ARM: defconfig: lpc32xx: update NXP LPC32xx defconfig Vladimir Zapolskiy
2019-01-25 22:03 ` Vladimir Zapolskiy [this message]
2019-01-25 22:03 ` [PATCH 2/6] ARM: defconfig: lpc32xx: enable build options for basic debugging Vladimir Zapolskiy
2019-01-25 22:03 ` [PATCH 3/6] ARM: defconfig: lpc32xx: enable panic on oops option Vladimir Zapolskiy
2019-01-25 22:03 ` [PATCH 4/6] ARM: defconfig: lpc32xx: enable serial console on HS UART Vladimir Zapolskiy
2019-01-25 22:03 ` [PATCH 5/6] ARM: defconfig: lpc32xx: enable generic SRAM driver Vladimir Zapolskiy
2019-01-25 22:03 ` [PATCH 6/6] ARM: defconfig: lpc32xx: disable superfluous GPIO controllers Vladimir Zapolskiy
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=20190125220348.5357-2-vz@mleia.com \
--to=vz@mleia.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=slemieux.tyco@gmail.com \
/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).