summaryrefslogtreecommitdiffstats
path: root/config/boardsetup/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'config/boardsetup/Kconfig')
-rw-r--r--config/boardsetup/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/boardsetup/Kconfig b/config/boardsetup/Kconfig
index 1fdcfbdec..82e0629c2 100644
--- a/config/boardsetup/Kconfig
+++ b/config/boardsetup/Kconfig
@@ -62,6 +62,14 @@ config BOARDSETUP_ETH_INTERFACE
If running virtual hardware (simulated by qemu/kvm), qemu needs to know
about a tap interface for virtual networking. Specify it here.
+config BOARDSETUP_NFSPORT
+ int
+ prompt "NFS service port"
+ default 2049
+ help
+ When exporting the rootfs with unfsd, this port will be used as NFS
+ service and MOUNT service port
+
endmenu
menu "Host's Serial Configuration "