commit | 05571557254cddd1c6a87bf3abd612e405ac3280 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue May 04 17:10:21 2021 +0930 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jun 17 13:17:10 2021 +0000 |
tree | 5e59f328d6a833b9f6f08236bbae4731092278b5 | |
parent | ea205d2cc0c274fa2ad810901246d39482082706 [diff] [blame] |
meta-ibm: linux-aspeed: p10bmc: Enable magic sysrq Currently /proc/sysrq-trigger is the only supported backend for debug-trigger. Once we have kdump support, we'll add a kexec backend and drop the magic sysrq. Change-Id: I07dfa50474d9f6333428b6fb38020c7b7fd0adec Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg b/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg index f3c581e..481a621 100644 --- a/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg +++ b/meta-ibm/recipes-kernel/linux/linux-aspeed/p10bmc.cfg
@@ -10,3 +10,4 @@ CONFIG_PSTORE_CONSOLE=y CONFIG_PSTORE_PMSG=y CONFIG_PSTORE_RAM=y +CONFIG_MAGIC_SYSRQ=y