diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-05-20 00:06:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-21 21:54:40 -0700 |
commit | ff543332ec5d23833994fca9e7789f067fb51221 (patch) | |
tree | 837792928a96941a329e423a5cf0c61ea9fde0ef /lib | |
parent | 9f255651fb41c111ee35a2ae632df8ce9bd61def (diff) | |
download | op-kernel-dev-ff543332ec5d23833994fca9e7789f067fb51221.zip op-kernel-dev-ff543332ec5d23833994fca9e7789f067fb51221.tar.gz |
debugfs: Add a reference to the debugfs API documentation.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 3 insertions, 0 deletions
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 |