From: Daniele Pala <dandario@libero.it>
To: linux-kernel@vger.kernel.org
Cc: benh@kernel.crashing.org
Subject: [2.5.70][PPC] Small change to config
Date: Fri, 1 Jan 1904 02:51:54 +0100 [thread overview]
Message-ID: <19040101015154.GA346@libero.it> (raw)
Since "control" and "platinum" display support doesn't compile if /dev/nvram suppor is selected as a module, here's this
small patch. The problem is that the suppor for /dev/nvram is asked after the "control" and "platinum" support...
Cheers,
Daniele
--- a/drivers/video/Kconfig Fri Jan 1 02:39:17 1904
+++ b/drivers/video/Kconfig Fri Jan 1 02:42:54 1904
@@ -242,14 +242,14 @@
config FB_CONTROL
bool "Apple \"control\" display support"
- depends on FB && PPC && ALL_PPC
+ depends on FB && PPC && ALL_PPC && NVRAM=y
help
This driver supports a frame buffer for the graphics adapter in the
Power Macintosh 7300 and others.
config FB_PLATINUM
bool "Apple \"platinum\" display support"
- depends on FB && PPC && ALL_PPC
+ depends on FB && PPC && ALL_PPC && NVRAM=y
help
This driver supports a frame buffer for the "platinum" graphics
adapter in some Power Macintoshes.
next reply other threads:[~2003-06-05 20:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-05 20:55 Daniele Pala [this message]
2003-06-06 7:33 ` [2.5.70][PPC] Small change to config Benjamin Herrenschmidt
[not found] ` <20030606094526.01c920f3.martin.zwickel@technotrend.de>
2003-06-06 20:59 ` Daniele Pala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=19040101015154.GA346@libero.it \
--to=dandario@libero.it \
--cc=benh@kernel.crashing.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox