#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

config FS_MNEMOFS
	bool "MNEMOFS NAND Flash File System"
	default n
	depends on !DISABLE_MOUNTPOINT && MTD_NAND
	---help---
		Build the mnemofs NAND flash file system.
