[PATCH 41/41] m68k: console code in head.S needs framebuffer support built in

From: Al Viro
Date: Tue Jan 03 2006 - 18:31:03 EST


From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Date: 1136288095 -0500

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

---

arch/m68k/kernel/head.S | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

84f4e93cb893f69ee4a053aa4cd13604327aff63
diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S
index d4336d8..70002c1 100644
--- a/arch/m68k/kernel/head.S
+++ b/arch/m68k/kernel/head.S
@@ -273,8 +273,10 @@
* Macintosh console support
*/

+#ifdef CONFIG_FRAMEBUFFER_CONSOLE
#define CONSOLE
#define CONSOLE_PENGUIN
+#endif

/*
* Macintosh serial debug support; outputs boot info to the printer
--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/