--- zzzz-none-000/linux-4.9.218/lib/Kconfig.debug 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ax-750/linux-4.9.218/lib/Kconfig.debug 2023-03-29 10:59:08.000000000 +0000 @@ -258,7 +258,6 @@ config DEBUG_FS bool "Debug Filesystem" - select SRCU 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 @@ -396,6 +395,11 @@ This may be set to 1 or 0 to enable or disable them all, or to a bitmask as described in Documentation/sysrq.txt. +config MAGIC_SYSRQ_SERIAL + bool "Enable magic SysRq key over serial" + depends on MAGIC_SYSRQ + default y + config DEBUG_KERNEL bool "Kernel debugging" help