diff options
Diffstat (limited to 'target/linux/generic/patches-3.18/890-8250_optional_sysrq.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/890-8250_optional_sysrq.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/patches-3.18/890-8250_optional_sysrq.patch b/target/linux/generic/patches-3.18/890-8250_optional_sysrq.patch index 8e8c7abcba..8815e4c644 100644 --- a/target/linux/generic/patches-3.18/890-8250_optional_sysrq.patch +++ b/target/linux/generic/patches-3.18/890-8250_optional_sysrq.patch @@ -11,7 +11,7 @@ --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig -@@ -90,6 +90,10 @@ config SERIAL_8250_CONSOLE +@@ -91,6 +91,10 @@ config SERIAL_8250_CONSOLE If unsure, say N. @@ -19,6 +19,6 @@ + bool "Magic sysrq support on 8250/16550 devices" + depends on SERIAL_8250_CONSOLE + - config FIX_EARLYCON_MEM - bool - depends on X86 + config SERIAL_8250_GSC + tristate + depends on SERIAL_8250 && GSC |