VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-07 11:23:41 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-07 11:23:41 -0700 commit: a647034fe26b92702d5084b518c061e3cebefbaf parent: e22e9832798df81393d09d40fa34b01aea53cf39
Commit Summary:
Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 89a750d292ba..141a856c50e7 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -338,8 +338,8 @@ config NFS_COMMON
 	default y
 
 config NFS_V4_2_SSC_HELPER
-	tristate
-	default y if NFS_V4=y || NFS_FS=y
+	bool
+	default y if NFS_V4_2
 
 source "net/sunrpc/Kconfig"
 source "fs/ceph/Kconfig"