diff options
author | Dave Airlie <airlied@linux.ie> | 2006-03-22 19:20:08 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-04-02 21:43:28 -0400 |
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 f87c0171f4ec..190adce607f8 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -741,7 +741,7 @@ config FB_I810_I2C | |||
741 | 741 | ||
742 | config FB_INTEL | 742 | config FB_INTEL |
743 | tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)" | 743 | tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)" |
744 | depends on FB && EXPERIMENTAL && PCI && X86_32 | 744 | depends on FB && EXPERIMENTAL && PCI && X86 |
745 | select AGP | 745 | select AGP |
746 | select AGP_INTEL | 746 | select AGP_INTEL |
747 | select FB_MODE_HELPERS | 747 | select FB_MODE_HELPERS |