Skip to content

Commit

Permalink
[PATCH] m68k: console code in head.S needs framebuffer support built in
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent 3c9757b commit a2d823b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/m68k/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2d823b

Please sign in to comment.