aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>2015-03-26 12:50:16 -0400
committerKukjin Kim <kgene@kernel.org>2015-03-26 12:50:16 -0400
commit19f79ccf6d77409cd138bce8db206cdac7fd5ea7 (patch)
treecb357c08b3f76587ba7d73074a40e36283208dc4 /arch/arm
parentd6d8011de368e04818e2337ebfd048eb415028d5 (diff)
ARM: exynos_defconfig: Enable options to mount a rootfs via NFS
This patch enables the options to mount a rootfs over NFS and also support for automatic configuration of IP addresses during boot as needed by NFS. Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk> Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/configs/exynos_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 72a4fffd603e..02be4c072497 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -36,6 +36,10 @@ CONFIG_PACKET=y
36CONFIG_UNIX=y 36CONFIG_UNIX=y
37CONFIG_NET_KEY=y 37CONFIG_NET_KEY=y
38CONFIG_INET=y 38CONFIG_INET=y
39CONFIG_IP_PNP=y
40CONFIG_IP_PNP_DHCP=y
41CONFIG_IP_PNP_BOOTP=y
42CONFIG_IP_PNP_RARP=y
39CONFIG_WIRELESS=y 43CONFIG_WIRELESS=y
40CONFIG_CFG80211=y 44CONFIG_CFG80211=y
41CONFIG_MWIFIEX=y 45CONFIG_MWIFIEX=y
@@ -206,6 +210,8 @@ CONFIG_TMPFS=y
206CONFIG_TMPFS_POSIX_ACL=y 210CONFIG_TMPFS_POSIX_ACL=y
207CONFIG_CRAMFS=y 211CONFIG_CRAMFS=y
208CONFIG_ROMFS_FS=y 212CONFIG_ROMFS_FS=y
213CONFIG_NFS_FS=y
214CONFIG_ROOT_NFS=y
209CONFIG_NLS_CODEPAGE_437=y 215CONFIG_NLS_CODEPAGE_437=y
210CONFIG_NLS_ASCII=y 216CONFIG_NLS_ASCII=y
211CONFIG_NLS_ISO8859_1=y 217CONFIG_NLS_ISO8859_1=y