OSDN Git Service

sh-sci: SysRq support on EARLYCON
[uclinux-h8/linux.git] / drivers / tty / serial / sh-sci.c
index 0130feb..5a73620 100644 (file)
@@ -18,7 +18,9 @@
  * License.  See the file "COPYING" in the main directory of this archive
  * for more details.
  */
-#if defined(CONFIG_SERIAL_SH_SCI_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
+#if (defined(CONFIG_SERIAL_SH_SCI_CONSOLE) || \
+     defined(CONFIG_SERIAL_SH_SCI_EARLYCON)) && \
+       defined(CONFIG_MAGIC_SYSRQ)
 #define SUPPORT_SYSRQ
 #endif