diff options
author | Dave Airlie <airlied@linux.ie> | 2006-03-23 11:20:08 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-04-03 11:43:28 +1000 |
commit | 0c187addabbaf93512902442b4a90140a21b0ddc (patch) | |
tree | 40cd618a76474ec9ba2cfde129315c7ebbaf4f9f /drivers/video/Kconfig | |
parent | 16109b3f4c1f2635afd32eb6d49348590de2cb25 (diff) |
intelfb: enable on x86_64
i945G chipsets supports 64-bit.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index f87c0171f4e..190adce607f 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 |