From 2c9ad7184446e445b3665582c845b588a80c8ab7 Mon Sep 17 00:00:00 2001 From: Lu Hui Date: Mon, 25 Dec 2023 15:12:36 +0800 Subject: [PATCH] revyos_defconfig: disable sysrq from serial port --- arch/riscv/configs/revyos_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/revyos_defconfig b/arch/riscv/configs/revyos_defconfig index 054ed4ef8..f0d699e8d 100644 --- a/arch/riscv/configs/revyos_defconfig +++ b/arch/riscv/configs/revyos_defconfig @@ -477,3 +477,5 @@ CONFIG_DEBUG_FS=y CONFIG_SOFTLOCKUP_DETECTOR=y CONFIG_DEBUG_ATOMIC_SLEEP=y # CONFIG_RCU_TRACE is not set +# noise from uart will trig SYSRQ, so disable it. +# CONFIG_MAGIC_SYSRQ_SERIAL is not set