summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-09-12 09:59:44 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-12 10:28:47 +0200
commit5088c1283a382526a63a881b869ac3321d78211e (patch)
tree609e94408d951aa0bc12563f292d7a18a87583e7 /config
parent023cdbc74b8235740b0cf01b03a994b2f74ea547 (diff)
downloadptxdist-5088c1283a382526a63a881b869ac3321d78211e.tar.gz
ptxdist-5088c1283a382526a63a881b869ac3321d78211e.tar.xz
ptxdist: add command to export the nfsroot with a userspace nfsd
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config')
-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 "