Skip to content

Commit 873b074

Browse files
Rajukumar45michalsimek
authored andcommitted
microblaze: Enable options to mount a rootfs via NFS
Enable the options to mount a rootfs over NFS for microblaze platforms and also support for automatic configuration of IP addresses during boot as needed by NFS. Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com> Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/d7bc1c93e485e0a6ab2c234a144402b7bd5f77bb.1698155190.git.michal.simek@amd.com
1 parent a4d511a commit 873b074

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/microblaze/configs/mmu_defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ CONFIG_NET=y
2525
CONFIG_PACKET=y
2626
CONFIG_UNIX=y
2727
CONFIG_INET=y
28+
CONFIG_IP_PNP=y
29+
CONFIG_IP_PNP_DHCP=y
30+
CONFIG_IP_PNP_BOOTP=y
31+
CONFIG_IP_PNP_RARP=y
2832
# CONFIG_IPV6 is not set
2933
CONFIG_BRIDGE=m
3034
CONFIG_PCI=y
@@ -74,6 +78,7 @@ CONFIG_TMPFS=y
7478
CONFIG_CRAMFS=y
7579
CONFIG_ROMFS_FS=y
7680
CONFIG_NFS_FS=y
81+
CONFIG_ROOT_NFS=y
7782
CONFIG_CIFS=y
7883
CONFIG_ENCRYPTED_KEYS=y
7984
CONFIG_DMA_CMA=y

0 commit comments

Comments
 (0)