Skip to content

Commit ec29a5c

Browse files
changbindutorvalds
authored andcommitted
kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'
DEBUG_FS does not belong to 'Compile-time checks and compiler options'. Link: http://lkml.kernel.org/r/[email protected] Cc: Randy Dunlap <[email protected]> Signed-off-by: Changbin Du <[email protected]> Acked-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 2b05bb7 commit ec29a5c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

lib/Kconfig.debug

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -295,18 +295,6 @@ config READABLE_ASM
295295
to keep kernel developers who have to stare a lot at assembler listings
296296
sane.
297297

298-
config DEBUG_FS
299-
bool "Debug Filesystem"
300-
help
301-
debugfs is a virtual file system that kernel developers use to put
302-
debugging files into. Enable this option to be able to read and
303-
write to these files.
304-
305-
For detailed documentation on the debugfs API, see
306-
Documentation/filesystems/.
307-
308-
If unsure, say N.
309-
310298
config HEADERS_INSTALL
311299
bool "Install uapi headers to usr/include"
312300
depends on !UML
@@ -443,6 +431,18 @@ config MAGIC_SYSRQ_SERIAL
443431
This option allows you to decide whether you want to enable the
444432
magic SysRq key.
445433

434+
config DEBUG_FS
435+
bool "Debug Filesystem"
436+
help
437+
debugfs is a virtual file system that kernel developers use to put
438+
debugging files into. Enable this option to be able to read and
439+
write to these files.
440+
441+
For detailed documentation on the debugfs API, see
442+
Documentation/filesystems/.
443+
444+
If unsure, say N.
445+
446446
source "lib/Kconfig.kgdb"
447447

448448
source "lib/Kconfig.ubsan"

0 commit comments

Comments
 (0)