linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 07/36] m68k: Kconfig fix (mac vs. FONTS)
@ 2005-12-22  4:49 Al Viro
  2005-12-26 21:56 ` Roman Zippel
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2005-12-22  4:49 UTC (permalink / raw)
  To: linux-m68k; +Cc: linux-kernel

From: Al Viro <viro@zeniv.linux.org.uk>
Date: 1133442739 -0500

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

 arch/m68k/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

052b81bd0ced337e6ca5bb59c584f9561054b223
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 1dd5d18..83d552a 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -131,6 +131,8 @@ config PCI
 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
-- 
0.99.9.GIT


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 07/36] m68k: Kconfig fix (mac vs. FONTS)
  2005-12-22  4:49 [PATCH 07/36] m68k: Kconfig fix (mac vs. FONTS) Al Viro
@ 2005-12-26 21:56 ` Roman Zippel
  0 siblings, 0 replies; 2+ messages in thread
From: Roman Zippel @ 2005-12-26 21:56 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-m68k, linux-kernel

Hi,

On Thursday 22 December 2005 05:49, Al Viro wrote:

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

I'm not really happy about the select usage here. It rather looks something 
else should be disabled if FRAMEBUFFER_CONSOLE isn't enabled.
I guess it's about the console code in head.S? Wouldn't it be easier to 
disable CONSOLE there if CONFIG_FRAMEBUFFER_CONSOLE isn't set?

bye, Roman


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-26 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-22  4:49 [PATCH 07/36] m68k: Kconfig fix (mac vs. FONTS) Al Viro
2005-12-26 21:56 ` Roman Zippel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).