summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-4.4/890-8250_optional_sysrq.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-08-28 14:43:12 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-29 10:33:45 +0200
commite9c517772cee8af63b4ef173a28152645a4e1b05 (patch)
tree14cd6406347d0bceed1ad5712ef6d15c66ad788d /target/linux/generic/patches-4.4/890-8250_optional_sysrq.patch
parentbba8a1a9ba981d3ddacf88702d079458bd79d08f (diff)
downloadmtk-20170518-e9c517772cee8af63b4ef173a28152645a4e1b05.zip
mtk-20170518-e9c517772cee8af63b4ef173a28152645a4e1b05.tar.gz
mtk-20170518-e9c517772cee8af63b4ef173a28152645a4e1b05.tar.bz2
kernel: make serial port sysrq-disable patch more generic (FS#112)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/patches-4.4/890-8250_optional_sysrq.patch')
-rw-r--r--target/linux/generic/patches-4.4/890-8250_optional_sysrq.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/generic/patches-4.4/890-8250_optional_sysrq.patch b/target/linux/generic/patches-4.4/890-8250_optional_sysrq.patch
deleted file mode 100644
index 525a7b9..0000000
--- a/target/linux/generic/patches-4.4/890-8250_optional_sysrq.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/drivers/tty/serial/8250/8250_port.c
-+++ b/drivers/tty/serial/8250/8250_port.c
-@@ -15,7 +15,7 @@
- * membase is an 'ioremapped' cookie.
- */
-
--#if defined(CONFIG_SERIAL_8250_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
-+#if defined(CONFIG_SERIAL_8250_SYSRQ) && defined(CONFIG_MAGIC_SYSRQ)
- #define SUPPORT_SYSRQ
- #endif
-
---- a/drivers/tty/serial/8250/Kconfig
-+++ b/drivers/tty/serial/8250/Kconfig
-@@ -91,6 +91,10 @@ config SERIAL_8250_CONSOLE
-
- If unsure, say N.
-
-+config SERIAL_8250_SYSRQ
-+ bool "Magic sysrq support on 8250/16550 devices"
-+ depends on SERIAL_8250_CONSOLE
-+
- config SERIAL_8250_GSC
- tristate
- depends on SERIAL_8250 && GSC