<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Kronos &lt;kronos@people.it&gt;

radeonfb, rivafb and i810fb need CONFIG_FB_MODE_HELPERS.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 25-akpm/drivers/video/Kconfig |    3 +++
 1 files changed, 3 insertions(+)

diff -puN drivers/video/Kconfig~fbdev-kconfig-dependency-fix drivers/video/Kconfig
--- 25/drivers/video/Kconfig~fbdev-kconfig-dependency-fix	Fri Aug 20 15:08:51 2004
+++ 25-akpm/drivers/video/Kconfig	Fri Aug 20 15:09:18 2004
@@ -439,6 +439,7 @@ config FB_RIVA
 	depends on FB &amp;&amp; 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.
@@ -473,6 +474,7 @@ config FB_I810
 	depends on FB &amp;&amp; EXPERIMENTAL &amp;&amp; PCI &amp;&amp; X86 &amp;&amp; !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.
@@ -676,6 +678,7 @@ config FB_RADEON
 	depends on FB &amp;&amp; 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
_
</pre></body></html>