Skip to content

Commit

Permalink
kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
changbindu authored and torvalds committed Dec 7, 2019
1 parent 2b05bb7 commit ec29a5c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -295,18 +295,6 @@ config READABLE_ASM
to keep kernel developers who have to stare a lot at assembler listings
sane.

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/filesystems/.

If unsure, say N.

config HEADERS_INSTALL
bool "Install uapi headers to usr/include"
depends on !UML
Expand Down Expand Up @@ -443,6 +431,18 @@ config MAGIC_SYSRQ_SERIAL
This option allows you to decide whether you want to enable the
magic SysRq key.

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/filesystems/.

If unsure, say N.

source "lib/Kconfig.kgdb"

source "lib/Kconfig.ubsan"
Expand Down

0 comments on commit ec29a5c

Please sign in to comment.