Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f229e0f8 authored by Andrey Konovalov's avatar Andrey Konovalov Committed by Kevin Hilman
Browse files

configs: Enable NFS in linaro-base.conf



As per launchpad bug 1167446, adding NFS is requested for arndale.
vexpress[64], panda and snowball have NFS enabled in their board config
fragments already. This is natural just to move it to linaro-base.conf.

Signed-off-by: default avatarAndrey Konovalov <andrey.konovalov@linaro.org>
parent 77a60cb8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -69,6 +69,12 @@ CONFIG_JFFS2_COMPRESSION_OPTIONS=y
CONFIG_JFFS2_LZO=y
CONFIG_JFFS2_RUBIN=y
CONFIG_CRAMFS=y
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_ROOT_NFS=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_PRINTK_TIME=y