config PLM_FS
	tristate "Page Less  Memory filesystem support"
	depends on PLMEM
	depends on TRANSPARENT_HUGEPAGE
	depends on ARCH_HAS_PTE_PLMEM
	depends on X86
	depends on X86_64
 help
	plmfs (Page Less  Memory filesystem) is reserved the plmem by
   	filesystem. This kind of memory is special as it
   	is not managed by kernel and it is without 'struct page'.
 
   	The original purpose of plmemfs is saving extra memory of
   	'struct page' that reduces the total cost of ownership (TCO)
   	for cloud providers.
 
   	To compile this file system support as a module, choose M here: the
   	module will be called plmfs.

