projects
/
platform
/
kernel
/
linux-thead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7481333
)
revyos_defconfig: disable sysrq from serial port
author
Lu Hui
<luhui@sipeed.com>
Mon, 25 Dec 2023 07:12:36 +0000
(15:12 +0800)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 13 Mar 2024 06:59:00 +0000
(15:59 +0900)
(cherry picked from commit
2c9ad7184446e445b3665582c845b588a80c8ab7
)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/configs/revyos_defconfig
patch
|
blob
|
history
diff --git
a/arch/riscv/configs/revyos_defconfig
b/arch/riscv/configs/revyos_defconfig
index 054ed4ef8a307e2892c4f3f81d735bd61d607f27..f0d699e8d9793cfd300c79b6b1cb2b3f9d8025bd 100644
(file)
--- 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