lkml.org 
[lkml]   [2006]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 3/8] sparc dependencies in drivers/video
From
Date
Date: 1133417732 -0500

sparc32 has no vga.h

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

drivers/video/Kconfig | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

9e06ed1a78d68fce3ce0a15fa0d5352981ddec6c
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 3e153d3..aa3a79d 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -101,7 +101,7 @@ config FB_TILEBLITTING

config FB_CIRRUS
tristate "Cirrus Logic support"
- depends on FB && (ZORRO || PCI)
+ depends on FB && (ZORRO || PCI) && (BROKEN || !SPARC32)
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
@@ -613,7 +613,7 @@ config FB_S1D13XXX

config FB_NVIDIA
tristate "nVidia Framebuffer Support"
- depends on FB && PCI
+ depends on FB && PCI && (BROKEN || !SPARC32)
select I2C_ALGOBIT if FB_NVIDIA_I2C
select I2C if FB_NVIDIA_I2C
select FB_MODE_HELPERS
@@ -643,7 +643,7 @@ config FB_NVIDIA_I2C

config FB_RIVA
tristate "nVidia Riva support"
- depends on FB && PCI
+ depends on FB && PCI && (BROKEN || !SPARC32)
select I2C_ALGOBIT if FB_RIVA_I2C
select I2C if FB_RIVA_I2C
select FB_MODE_HELPERS
@@ -1079,7 +1079,7 @@ config FB_SIS_315

config FB_NEOMAGIC
tristate "NeoMagic display support"
- depends on FB && PCI
+ depends on FB && PCI && (BROKEN || !SPARC32)
select FB_MODE_HELPERS
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
--
0.99.9.GIT
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-08 21:05    [W:0.019 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site