From: Fang Han <dfbb@linux.net.cn>
To: linux-kernel@vger.kernel.org
Subject: [PATCH]Fix 2.4.7 Compile Error (From AC's patch)
Date: Sun, 15 Jul 2001 11:25:45 +0800 [thread overview]
Message-ID: <20010715112545.A1455@dfbbb.us.mvd> (raw)
If choose PVR2_FB, It will have an error, Because that driver is for
Dreamcast. an SUPER_H arch.
So I just get the right part from AC's patch.
--- linux/drivers/video/Config.in.orig Sun Jul 15 11:18:23 2001
+++ linux/drivers/video/Config.in Sun Jul 15 11:19:26 2001
@@ -98,8 +98,10 @@
bool ' CGsix (GX,TurboGX) support' CONFIG_FB_CGSIX
fi
fi
- tristate ' NEC PowerVR 2 display support' CONFIG_FB_PVR2
- dep_bool ' Debug pvr2fb' CONFIG_FB_PVR2_DEBUG $CONFIG_FB_PVR2
+ if [ "$CONFIG_SH_DREAMCAST" = "y" ]; then
+ tristate ' NEC PowerVR 2 display support' CONFIG_FB_PVR2
+ dep_bool ' Debug pvr2fb' CONFIG_FB_PVR2_DEBUG $CONFIG_FB_PVR2
+ fi
bool ' Epson 1355 framebuffer support' CONFIG_FB_E1355
if [ "$CONFIG_FB_E1355" = "y" ]; then
hex ' Register Base Address' CONFIG_E1355_REG_BASE a8000000
reply other threads:[~2001-07-15 18:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20010715112545.A1455@dfbbb.us.mvd \
--to=dfbb@linux.net.cn \
--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