Commit d7e672b1 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] FB_INTEL Kconfig breakage

	FB_INTEL selects AGP_INTEL (i.e. intel-agp.c), which is i386-only.
AGP_INTEL itself depends on X86 && !X86_64 and for a good reason - it doesn't
build elsewhere.

	Added dependency to FB_INTEL itself; as it is allmodconfig had been
broken on everything outside i386.
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 38ee04e2
......@@ -519,7 +519,7 @@ config FB_I810_GTF
config FB_INTEL
tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)"
depends on FB && EXPERIMENTAL && PCI
depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64
select AGP
select AGP_INTEL
help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment