[PATCH] (16/22) Kconfig fix (mac vs. FONTS)

From: Al Viro
Date: Thu Aug 25 2005 - 00:23:03 EST


mac won't build without non-modular FONTS, which requires non-modular
FB and FRAMEBUFFER_CONSOLE

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc7-82596/arch/m68k/Kconfig RC13-rc7-mac-fonts/arch/m68k/Kconfig
--- RC13-rc7-82596/arch/m68k/Kconfig 2005-08-10 10:37:46.000000000 -0400
+++ RC13-rc7-mac-fonts/arch/m68k/Kconfig 2005-08-25 00:54:16.000000000 -0400
@@ -126,6 +126,8 @@
config MAC
bool "Macintosh support"
depends on !MMU_SUN3
+ select FRAMEBUFFER_CONSOLE
+ select FB
help
This option enables support for the Apple Macintosh series of
computers (yes, there is experimental support now, at least for part
-
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/