between CPUs.  On the other hand, the stats are very useful for
          debugging purposes.  Saying 'Y' here is recommended.
 
+config NETFS_DEBUG
+       bool "Enable dynamic debugging netfslib and FS-Cache"
+       depends on NETFS
+       help
+         This permits debugging to be dynamically enabled in the local caching
+         management module.  If this is set, the debugging output may be
+         enabled by setting bits in /sys/module/netfs/parameters/debug.
+
 config FSCACHE
        bool "General filesystem local caching manager"
        depends on NETFS_SUPPORT
          debugging purposes.  Saying 'Y' here is recommended.
 
          See Documentation/filesystems/caching/fscache.rst for more information.
-
-config FSCACHE_DEBUG
-       bool "Debug FS-Cache"
-       depends on FSCACHE
-       help
-         This permits debugging to be dynamically enabled in the local caching
-         management module.  If this is set, the debugging output may be
-         enabled by setting bits in /sys/modules/fscache/parameter/debug.
-
-         See Documentation/filesystems/caching/fscache.rst for more information.