File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -295,18 +295,6 @@ config READABLE_ASM
295
295
to keep kernel developers who have to stare a lot at assembler listings
296
296
sane.
297
297
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
-
310
298
config HEADERS_INSTALL
311
299
bool "Install uapi headers to usr/include"
312
300
depends on !UML
@@ -443,6 +431,18 @@ config MAGIC_SYSRQ_SERIAL
443
431
This option allows you to decide whether you want to enable the
444
432
magic SysRq key.
445
433
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
+
446
446
source "lib/Kconfig.kgdb"
447
447
448
448
source "lib/Kconfig.ubsan"
You can’t perform that action at this time.
0 commit comments