From: Robert P. J. Day Date: Mon, 19 May 2008 22:06:00 +0000 (+0200) Subject: debugfs: Add a reference to the debugfs API documentation. X-Git-Tag: v2.6.27-rc1~866^2~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff543332ec5d23833994fca9e7789f067fb51221;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git debugfs: Add a reference to the debugfs API documentation. Signed-off-by: Robert P. J. Day Cc: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index df27132..ba106db 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -74,6 +74,9 @@ config DEBUG_FS 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. config HEADERS_CHECK