1
0
Fork 0

kernel: enable magic sysrq

This can be useful via /proc/sysrq-trigger or by sending a break on
the serial.
This commit is contained in:
Linus Heckemann 2024-03-06 14:51:05 +01:00
parent 242876d0d4
commit ee7f740a2f
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ in {
# at boot time unless we disable trying to call it.
# https://lkml.org/lkml/2013/8/5/175
FW_LOADER_USER_HELPER = "n";
MAGIC_SYSRQ = "y";
};
};
};