From 3b715f352e91eb9c80af88409d7164dca7ef9c9b Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 23 Aug 2017 17:01:04 +0200 Subject: platform-rpi: kernel: enable NFSROOT support Signed-off-by: Roland Hieber Signed-off-by: Robert Schwebel --- configs/platform-rpi/kernelconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configs/platform-rpi/kernelconfig') diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig index 7bec69e..5ab648f 100644 --- a/configs/platform-rpi/kernelconfig +++ b/configs/platform-rpi/kernelconfig @@ -591,7 +591,10 @@ CONFIG_XFRM=y CONFIG_INET=y # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set -# CONFIG_IP_PNP is not set +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +CONFIG_IP_PNP_BOOTP=y +# CONFIG_IP_PNP_RARP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE_DEMUX is not set CONFIG_NET_IP_TUNNEL=y @@ -2530,6 +2533,7 @@ CONFIG_NFS_V3=y # CONFIG_NFS_V3_ACL is not set # CONFIG_NFS_V4 is not set # CONFIG_NFS_SWAP is not set +CONFIG_ROOT_NFS=y CONFIG_NFSD=y # CONFIG_NFSD_V3 is not set # CONFIG_NFSD_V4 is not set -- cgit v1.2.3