From: Dave Airlie Date: Thu, 23 Mar 2006 00:20:08 +0000 (+1100) Subject: intelfb: enable on x86_64 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c187addabbaf93512902442b4a90140a21b0ddc;p=linux-beck.git intelfb: enable on x86_64 i945G chipsets supports 64-bit. Signed-off-by: Dave Airlie --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index f87c0171f4ec..190adce607f8 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