* [PATCH 3/9][FBDEV]: select FB_MODE_HELPERS for i810fb, rivafb, radeonfb
@ 2004-08-21 13:33 Antonino A. Daplas
0 siblings, 0 replies; only message in thread
From: Antonino A. Daplas @ 2004-08-21 13:33 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Fbdev development list
Hi,
Patch is from Kronos <kronos@people.it>:
Select FB_MODE_HELPERS for i810fb, rivafb, radeonfb. Full functionality for
these drivers requires this option, and it fixes the 'vesa_modes' compile
error for radeonfb.
Tony
Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
Kconfig | 3 +++
1 files changed, 3 insertions(+)
diff -uprN linux-2.6.8.1-mm3-orig/drivers/video/Kconfig linux-2.6.8.1-mm3/drivers/video/Kconfig
--- linux-2.6.8.1-mm3-orig/drivers/video/Kconfig 2004-08-21 18:26:53.000000000 +0800
+++ linux-2.6.8.1-mm3/drivers/video/Kconfig 2004-08-21 18:52:00.028189320 +0800
@@ -450,6 +450,7 @@ config FB_RIVA
depends on FB && PCI
select I2C_ALGOBIT if FB_RIVA_I2C
select I2C if FB_RIVA_I2C
+ select FB_MODE_HELPERS
help
This driver supports graphics boards with the nVidia Riva/Geforce
chips.
@@ -484,6 +485,7 @@ config FB_I810
depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64
select AGP
select AGP_INTEL
+ select FB_MODE_HELPERS
help
This driver supports the on-board graphics built in to the Intel 810
and 815 chipsets. Say Y if you have and plan to use such a board.
@@ -687,6 +689,7 @@ config FB_RADEON
depends on FB && PCI
select I2C_ALGOBIT if FB_RADEON_I2C
select I2C if FB_RADEON_I2C
+ select FB_MODE_HELPERS
help
Choose this option if you want to use an ATI Radeon graphics card as
a framebuffer device. There are both PCI and AGP versions. You
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-08-21 13:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-21 13:33 [PATCH 3/9][FBDEV]: select FB_MODE_HELPERS for i810fb, rivafb, radeonfb Antonino A. Daplas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.