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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Al Viro and committed by Linus Torvalds a2d823bf 3c9757b7

+2
+2
arch/m68k/kernel/head.S
··· 273 * Macintosh console support 274 */ 275 276 #define CONSOLE 277 #define CONSOLE_PENGUIN 278 279 /* 280 * Macintosh serial debug support; outputs boot info to the printer
··· 273 * Macintosh console support 274 */ 275 276 + #ifdef CONFIG_FRAMEBUFFER_CONSOLE 277 #define CONSOLE 278 #define CONSOLE_PENGUIN 279 + #endif 280 281 /* 282 * Macintosh serial debug support; outputs boot info to the printer