• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2config EPFS
3	bool "Enhanced Proxy File System support"
4	depends on TMPFS
5	help
6	  Enhanced Proxy File System support. If unsure, say N.
7
8config EPFS_DEBUG
9	bool "Debug message of Enhanced Proxy File System"
10	depends on EPFS
11	help
12	  Enhanced Proxy File System debug support.
13