summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-05-13 10:58:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-14 08:36:03 +0200
commit9ede56ad2476461f2b93374c433473e046fa7757 (patch)
tree3c32c598e65eec826e6b66608ba4a9e316cda2b5 /fs/Kconfig
parent6188685091c58c9772b990cf0ca6ac522f97a9d0 (diff)
downloadbarebox-9ede56ad2476461f2b93374c433473e046fa7757.tar.gz
barebox-9ede56ad2476461f2b93374c433473e046fa7757.tar.xz
fs: Add NFS support
This patch adds readonly NFS support. Currently no links are supported. This is based on the previous U-Boot/NetBSD based code and some Kernel bits. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index e5f307fd26..769a99eab1 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -23,6 +23,10 @@ config FS_TFTP
bool
prompt "tftp support"
+config FS_NFS
+ bool
+ prompt "nfs support"
+
source fs/fat/Kconfig
config PARTITION_NEED_MTD