summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2018-10-31 18:01:05 +0100
committerDavide Garberi <dade.garberi@gmail.com>2022-07-27 19:23:20 +0200
commiteb7e4cf662764cf5d277600e97f26b0f8f42a659 (patch)
tree04795b1783eb19ff35fa1408b638720e4dab7274
parentdd8772d3ee05e63fa2542f063be482cad48dc5ac (diff)
configs: Enable MAGIC_SYSRQ
* Without this you can't test and reproduce a kernel panic... Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
-rw-r--r--arch/arm64/configs/z2_plus_defconfig1
-rw-r--r--arch/arm64/configs/z2_row_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/z2_plus_defconfig b/arch/arm64/configs/z2_plus_defconfig
index 949854c31244..a97fe6b3e910 100644
--- a/arch/arm64/configs/z2_plus_defconfig
+++ b/arch/arm64/configs/z2_plus_defconfig
@@ -593,6 +593,7 @@ CONFIG_PSTORE_RAM=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_PRINTK_TIME=y
+CONFIG_MAGIC_SYSRQ=y
CONFIG_SCHEDSTATS=y
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
diff --git a/arch/arm64/configs/z2_row_defconfig b/arch/arm64/configs/z2_row_defconfig
index 6f9223b9e9e5..1fcf08172350 100644
--- a/arch/arm64/configs/z2_row_defconfig
+++ b/arch/arm64/configs/z2_row_defconfig
@@ -599,6 +599,7 @@ CONFIG_PSTORE_RAM=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ISO8859_1=y
CONFIG_PRINTK_TIME=y
+CONFIG_MAGIC_SYSRQ=y
CONFIG_SCHEDSTATS=y
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_DEBUG_BUGVERBOSE is not set