* [PATCH] OMAP: Enable Sysrq on serial console
@ 2011-01-12 9:10 Thomas Weber
0 siblings, 0 replies; only message in thread
From: Thomas Weber @ 2011-01-12 9:10 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Thomas Weber, linux-omap, Greg Kroah-Hartman, linux-kernel
SUPPORT_SYSRQ must be defined to enable handling of sysrq character.
Signed-off-by: Thomas Weber <weber@corscience.de>
---
drivers/serial/omap-serial.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/drivers/serial/omap-serial.c b/drivers/serial/omap-serial.c
index 1201eff..907be9b 100644
--- a/drivers/serial/omap-serial.c
+++ b/drivers/serial/omap-serial.c
@@ -20,6 +20,10 @@
* this driver as required for the omap-platform.
*/
+#if defined(CONFIG_SERIAL_OMAP_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
+#define SUPPORT_SYSRQ
+#endif
+
#include <linux/module.h>
#include <linux/init.h>
#include <linux/console.h>
--
1.7.4.rc1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-12 9:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12 9:10 [PATCH] OMAP: Enable Sysrq on serial console Thomas Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox