summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-03-29 13:48:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-07-13 08:56:52 +0200
commited107a5e6dd8e6f3ba3d1d90ea15cb2390207703 (patch)
tree293f9f479b02b1bd20b4f0d185749f16af1822f4 /fs/Kconfig
parent4d2b23bcf964bdadf7c6e85e909807bf0d4fa79e (diff)
downloadbarebox-ed107a5e6dd8e6f3ba3d1d90ea15cb2390207703.tar.gz
barebox-ed107a5e6dd8e6f3ba3d1d90ea15cb2390207703.tar.xz
fs: nfs: Switch to dentry cache implementation
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 195a5cb060..4d0e2787af 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -52,7 +52,6 @@ config FS_OMAP4_USBBOOT
config FS_NFS
depends on NET
- select FS_LEGACY
bool
prompt "nfs support"