public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Dave Airlie <airlied@linux.ie>, ak@suse.de
Subject: Re: intelfb: enable on x86_64
Date: Thu, 22 Jun 2006 14:18:49 -0400	[thread overview]
Message-ID: <20060622181849.GG21582@redhat.com> (raw)
In-Reply-To: <200606200312.k5K3C0uC009812@hera.kernel.org>

On Tue, Jun 20, 2006 at 03:12:00AM +0000, Linux Kernel wrote:
 > commit 0c187addabbaf93512902442b4a90140a21b0ddc
 > tree 40cd618a76474ec9ba2cfde129315c7ebbaf4f9f
 > parent 16109b3f4c1f2635afd32eb6d49348590de2cb25
 > author Dave Airlie <airlied@linux.ie> Thu, 23 Mar 2006 11:20:08 +1100
 > committer Dave Airlie <airlied@linux.ie> Mon, 03 Apr 2006 11:43:28 +1000
 > 
 > intelfb: enable on x86_64
 > 
 > i945G chipsets supports 64-bit.
 > 
 > Signed-off-by: Dave Airlie <airlied@linux.ie>
 > 
 >  drivers/video/Kconfig |    2 +-
 >  1 files changed, 1 insertion(+), 1 deletion(-)
 > 
 > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
 > index f87c017..190adce 100644
 > --- a/drivers/video/Kconfig
 > +++ b/drivers/video/Kconfig
 > @@ -741,7 +741,7 @@ config FB_I810_I2C
 >  
 >  config FB_INTEL
 >  	tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)"
 > -	depends on FB && EXPERIMENTAL && PCI && X86_32
 > +	depends on FB && EXPERIMENTAL && PCI && X86
 >  	select AGP
 >  	select AGP_INTEL
 >  	select FB_MODE_HELPERS

This turned into an unpleasant surprise.
If you select for eg, IOMMU=y and CONFIG_AGP=y, and CONFIG_FB_INTEL=m,
then CONFIG_AGP gets silently turned into a =m, and the build fails with this..

arch/x86_64/kernel/pci-gart.c:619: undefined reference to `agp_amd64_init'
arch/x86_64/kernel/pci-gart.c:619: undefined reference to `agp_bridge'
arch/x86_64/kernel/pci-gart.c:619: undefined reference to `agp_copy_info'

		Dave

-- 
http://www.codemonkey.org.uk

       reply	other threads:[~2006-06-22 18:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200606200312.k5K3C0uC009812@hera.kernel.org>
2006-06-22 18:18 ` Dave Jones [this message]
2006-06-22 18:31   ` intelfb: enable on x86_64 Dave Jones

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=20060622181849.GG21582@redhat.com \
    --to=davej@redhat.com \
    --cc=airlied@linux.ie \
    --cc=ak@suse.de \
    --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