最終更新:2013-04-13 (土) 03:52:56 (4028d)  

CONFIG_DEBUG_FS
Top / CONFIG_DEBUG_FS

Linuxカーネル/lib/Kconfig.debug?

config DEBUG_FS
	bool "Debug Filesystem"
	help
	  debugfs is a virtual file system that kernel developers use to put
	  debugging files into.  Enable this option to be able to read and
	  write to these files.

	  For detailed documentation on the debugfs API, see
	  Documentation/DocBook/filesystems.

	  If unsure, say N.

関連